X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=bb396959a846089f6c812d5f8817179a5dee72bb;hb=b2080fafcb8624b8061936a54c6f500934def44d;hp=0ea12dc7848a1dd996f09aeb41c716d2eb023942;hpb=8dce73673f8490bfb1d5473e068cc03a6cf76667;p=grml-udev-config.git diff --git a/debian/changelog b/debian/changelog index 0ea12dc..bb39695 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,176 @@ +grml-udev-config (0.5.0) unstable; urgency=medium + + * [4f65928] grml-udev-config.grml-forensic: also react to block device + *changes* + * [31e81f4] scripts/forensic-mark-readonly: support standalone usage and + configuration file usage + * [47cd5ef] debian: use https URLs + * [0c599ee] debian: wrap-and-sort + * [efdfa3e] debian: Bump Standards-Version to 4.5.0 + * [be20003] debian: refresh debian packaging to use current best + practices + * [10957df] Drop grml-udev init script (no longer used/relevant) + * [d4907e9] Update debian/README.Debian to reflect current state + * [8fe226c] debian: drop conflict on outdated udev package + + -- Michael Prokop Fri, 10 Jul 2020 10:36:52 +0200 + +grml-udev-config (0.4.2) unstable; urgency=medium + + * [cf81315] Fix check for presence of udev initscript in + /etc/runlevel.conf [Closes: issue1322] Thanks to Christian + Hofstaedtler for reporting this issue + + -- Michael Prokop Tue, 18 Nov 2014 12:55:54 +0100 + +grml-udev-config (0.4.1) unstable; urgency=medium + + * [7632e7f] Revert "Work around "udev >=208-6 without systemd" bug with + loopback device, causing serious boot delay" + + -- Michael Prokop Fri, 31 Oct 2014 10:24:11 +0100 + +grml-udev-config (0.4.0) unstable; urgency=medium + + * [0efeaea] Bump Standards-Version to 3.9.6 + * [35613d4] Run wrap-and-sort -a on debian/ + * [be7f20b] Work around "udev >=208-6 without systemd" bug with loopback + device, causing serious boot delay. Thanks to Evgeni Golov, Marco + d'Itri, Christian Hofstaedtler and Ulrich Dangel for debugging + assistance + + -- Michael Prokop Wed, 29 Oct 2014 00:48:55 +0100 + +grml-udev-config (0.3.2) unstable; urgency=medium + + * [a6b78e9] forensic-mark-readonly: check only for boot option read-only + * [43c24a3] Bump Standards-Version to 3.9.5 + + -- Michael Prokop Wed, 02 Apr 2014 11:42:47 +0200 + +grml-udev-config (0.3.1) unstable; urgency=low + + * [ba3c9a1] grml-udev-rebuildfstab: support diabling labels via + /etc/grml/rebuildfstab.conf + * [5d4fd63] grml-udev-rebuildfstab: write label name into comment when + label feature is disabled + + -- Michael Prokop Sun, 28 Oct 2012 12:28:59 +0100 + +grml-udev-config (0.3.0) unstable; urgency=low + + * [cc5cfdb] Do not set mount options for NTFS partitions to "ro" any + longer + * [213795f] NTFS-3g/FAT: don't use umask=000 but dmask=000,fmask=111 + instead + * [a3f9853] Bump Standards-Version to 3.9.4 + + -- Michael Prokop Tue, 09 Oct 2012 19:00:09 +0200 + +grml-udev-config (0.2.0) unstable; urgency=low + + * [e403a71] Use /media instead of /mnt for default mount paths + [Closes: issue1127] + + -- Michael Prokop Wed, 11 Jan 2012 18:33:15 +0100 + +grml-udev-config (0.1.0) unstable; urgency=low + + [ Ulrich Dangel ] + * [67c2afb] Add udev rules for braille detection for automated brltty + startup. + * [b237224] Use sda1 instead of hda1 as example in /etc/fstab + * [0039a57] Use MOUNTPOINT_PREFIX instead of hardcoded /mnt path in + grml-udev-rebuildfstab + * [b7a91dc] Create the standard directories in the rebuildfstab script + instead of grml-autoconfig. + + -- Michael Prokop Mon, 09 Jan 2012 16:34:45 +0100 + +grml-udev-config (0.0.10) unstable; urgency=low + + [ Christian Hofstaedtler ] + * [aeb66be] Fix swap partitions missing from fstab + + -- Michael Prokop Tue, 20 Dec 2011 20:21:27 +0100 + +grml-udev-config (0.0.9) unstable; urgency=low + + * [f8e3b9c] Add man page for grml-udev-rebuildfstab + * [a8d4784] Refer to new grml-udev-rebuildfstab man page in /etc/fstab header + * [4c50911] Repair noudev info message + + -- Christian Hofstaedtler Mon, 05 Dec 2011 16:05:39 +0100 + +grml-udev-config (0.0.8) unstable; urgency=low + + [ Christian Hofstaedtler ] + * [45e0a36] Add debian/control headers Origin, Bugs + * [01b4a8e] Update noudev info texts + + [ Michael Prokop ] + * [bfe4009] Bump Standards-Version to 3.9.2 + + -- Michael Prokop Sat, 26 Nov 2011 20:07:57 +0100 + +grml-udev-config (0.0.7) unstable; urgency=low + + [ Ulrich Dangel ] + * [7ba68d3] Really ignore external symlinks. + * [9647e6a] Ignore unsupported labes and always use ID_FS_LABEL if + valid. + * [8ef3bb6] Ingore all special characters and only use usb-sd* as + preferred name. + + [ Michael Prokop ] + * [bcb6b08] Check for space char inside label and ignore label then. + * [fd5cfa9] Add device name itself to end of device entry line in + /etc/fstab. + * [1aca06d] grml-udev-rebuildfstab: update script header. + + -- Michael Prokop Mon, 27 Dec 2010 17:40:30 +0100 + +grml-udev-config (0.0.6) unstable; urgency=low + + * [0c368ae] Make sure to always clean up on exit. + + -- Michael Prokop Thu, 16 Dec 2010 17:58:08 +0100 + +grml-udev-config (0.0.5) unstable; urgency=low + + [ Ulrich Dangel ] + * [5e5dfab] Remove old and unnecessary comments in grml- + blockdevices.udev. + * [820e58d] Add watch option for dm devices to get change notification + if devic changes. + * [b999254] Introduce grml-udev-rebuildfstab. + + [ Michael Prokop ] + * [3e0e08c] grml-udev-rebuildfstab: drop trailing whitespace. + * [9a59695] Bump Standards-Version to 3.9.1. + + -- Michael Prokop Mon, 13 Dec 2010 12:15:42 +0100 + +grml-udev-config (0.0.4) unstable; urgency=low + + * grml-blockdevices rule: do not react on changes in block devices + but instead on any add|change|remove action on filesystem layer. + Move script from priority 60 to 90 to be able to access + ID_FS_USAGE. Thanks for help to Ulrich. + + -- Michael Prokop Sat, 03 Apr 2010 02:49:38 +0200 + +grml-udev-config (0.0.3) unstable; urgency=low + + [ Ulrich Dangel ] + * forensic-mark-readonly: Only set device to read-only if parent + is also read-only. [Closes: gf-issue47] + + [ Michael Prokop ] + * Bump Standards-Version to 3.8.4 (no further changes). + + -- Michael Prokop Fri, 19 Mar 2010 01:50:02 +0100 + grml-udev-config (0.0.2) unstable; urgency=low * Do not depend on udev >= 146-5 but instead be happy with