X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=b3183cf55850c3d66eed928919ff8b7e22c0d375;hb=dc3fbe9cdabb2cbc257b0911dbbc91624c8ae5ac;hp=d8f4a1cfd869b91fbe41066641f6e317100e6a01;hpb=493a81acd858ef7e460a26a89cb660a44866cc46;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index d8f4a1c..b3183cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,199 @@ +live-initramfs (1.157.4-2) unstable; urgency=high + + [ Michael Prokop ] + * Avoid the use of fstype in a running live system, as it's + a executable and not a shell function and causes problems + for example within live-snapshot. + * Switch from vol_id to blkid if using udev >=146-1 (Closes: #555529). + + [ Tzafrir Cohen ] + * Adjusting grep call in is_nice_device to match new output of vol_id. + + -- Daniel Baumann Sat, 21 Nov 2009 19:07:41 +0100 + +live-initramfs (1.157.4-1) unstable; urgency=medium + + [ Daniel Baumann ] + * Forcing run of dexconf when booting with xdriver=dexconf. + * Adding (experimental) forcepersistentfsck bootoption to force fsck + on root persistency device. + * Adding presubj for reportbug. + * Removing unused sed call in update target of Makefile. + * Updating included languagelist from d-i. + * Correcting install calls for reportbug files in rules. + * Including d-i languagelist in initrd in order evaluate l10n + settings. + * Updating lang2locale(); to match new d-i langualgelist format. + * Adding additional two sync calls before powerof happens in order to + deal with 'does not cleanly unmount' problem when using root + persistency. + * Updating vcs fields. + * Adding auto value for xvideomode where we ensure that no + configuration from the persistency layer is respected. + + [ Marco Amadori ] + * Fixed FIXME sections in manpages. + + [ Daniel Baumann ] + * Including udev binaries in initramfs manually for squeeze and newer + (Closes: #547149). + * Applying patch from Holger Brunn to live- + media-path when toram is used (Closes: #534878). + * Simplyfing and correcting udev inclusion in initramfs hook. + + -- Daniel Baumann Sun, 18 Oct 2009 20:29:31 +0200 + +live-initramfs (1.157.3-1) unstable; urgency=low + + [ Daniel Baumann ] + * Initial commit for having support for swapfiles. + * Initial commit for having support for persistency on luks. + + [ Marco Amadori ] + * Partition snapshots works again. + * Added "whole partition" snapshot resync type. + * Two return code consistency fix. + * Improved an useful debug string. + * Cleaned a bit the snapshot feature. + + [ Steven Shiau ] + * Making fetch to work with file on sub dir on tftp server. + + [ Daniel Baumann ] + * Avoiding echo bashism in live-initramfs.init by using printf instead + (Closes: #530128). + * Correcting wrong path when disabling anacron in 25configure_init, + thanks to Rui Bernardo (Closes: + #533046). + * Removing disabling of postfix in 25configure_init, it's not + appropriate for debian to do this by default. Thanks to Rui Bernardo + . + * Correcting typo in description of the ip boot parameter in live- + initramfs manpage, thanks to Philippe Leledy + (Closes: #532471). + + [ Marco Amadori ] + * Removed two bashisms on live-snapshot. + + [ Daniel Baumann ] + * Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti + . + + [ Luigi Capriotti ] + * Fixing possible invalid results from function where_is_mounted by + returning more than one line inwhere_is_mounted();. + * Fixing relaxed permissions of / in the live filesystem. + * Fixing invalid mangling of /etc/event.d/tty. + * Fixing typo in snapshot file list. + + [ Daniel Baumann ] + * Correcting cryptsetup calls for persistency on luks. + * Copy live-installer-launcher desktop icon on users desktop. + * Also updating USB device detection in initramfs script for linux + 2.6.29 and newer. + * Adding missing pipe in cryptsetup call for persistency on luks + partitions. + * Making plainroot work (Closes: #523120). + + [ Marco Amadori ] + * persistent=nofiles fix (Closes: 522383). + + [ Daniel Baumann ] + * Looking for persistency partitions on luks devices only if we boot + with persistent=cryptsetup. + * Fail early in gnome-panel-data bottom script if gnome-panel-data is + not installed. + * Optimizing gnome-panel-data bottom script by leaving out the stupid + things. + + [ Richard Nelson ] + * Allow for multiple but unique persistent media. + + -- Daniel Baumann Fri, 04 Sep 2009 13:37:57 +0200 + +live-initramfs (1.157.2-1) unstable; urgency=medium + + * Correcting fstab handling to not always append entries forever when using + persistency. + * Correcting kdm live-autologin handling to not always append entries forever + when using persistency. + * Correcting handling of locale default and environment handling to not always + append entries forever when using persistency. + * Correcting swap partition handling in fstab to not always append entries + forever when using persistency. + * Applying patch from Michael Prokop to support udev >= 0.140. + * Merging swap live-bottom script into fstab script; there is no other sane + possibility to prevent appending again and again in persistent mode. + * Making sure that old swap entries are removed before new ones are added. + * Adding cryptsetup to recommends, it's used for encrypted persistent + partitions. + * Restoring previous behaviour of ejecting the cd when being in non-persistent + mode, thanks to Julien Cristau . + * Updating eject prevention for USB devices in initscripts for linux 2.6.29 + and newer. + + -- Daniel Baumann Thu, 14 May 2009 10:00:00 +0200 + +live-initramfs (1.157.1-1) unstable; urgency=medium + + [ Daniel Baumann ] + * Only snapshotting in initscript when we actually run with persistence. + + [ Rene Mayrhofer ] + * Checking if /var/log is writable before trying to copy live.log to the newly + mounted root filesystem (Closes: #516914). + + [ Daniel Baumann ] + * Improving check in 21xdriver when we don't do anything. + * Adding hack to remove live specific filesystems from umounfs initscript + (Closes: #506410, #515718). + * Adding comsetic line wrapping for output of local-gen messages during boot. + * Merging casper 1.157. + * Only calling install-keymap if it's actually installed, which is always but + in minimal images the case though (Closes: #517153). + * Adding silent boot parameter. + * Respecting media timeout even when specificing media device manually. + * Also allowing to use the removable keyword for specifying a live media. + * Correcting accidental syntax error in one of the previous commits in + 19keyboard bottom script. + * Adding removable-usb keyword to further restrict live media selection. + * Correcting check for usb when using removable-usb keyword. + * Correcting typo in locale bottom script. + + -- Daniel Baumann Sat, 21 Mar 2009 14:00:00 +0100 + +live-initramfs (1.156.1-1) unstable; urgency=high + + [ Daniel Baumann ] + * Revert using debhelper 7 command in rules. + * Updating copyright file. + * Prefixing debhelper files with package name. + * Updating bug script. + * Removing bashism in initscript. + * Usage of dialog in initscript is not actually a todo. + * Correcting medium eject message in initscript. + * Making medium removal message working again with usplash. + * Rewrapping init script. + * Reordering rules file. + * Merging casper 1.155. + * Adding ext4 support. + * Merging casper 1.156. + * Correct eject login in initscript. + * Updating parameters.txt. + + [ Ronny Standtke ] + * Do not eject USB flash drives (Closes: #457070). + + -- Daniel Baumann Sun, 8 Feb 2009 15:00:00 +0100 + +live-initramfs (1.154.8-1) unstable; urgency=high + + [ Kai Hendry ] + * Adding basic xrandr support for lenny to enforce a particular + resolution through bootparameter. + + -- Daniel Baumann Fri, 30 Jan 2009 00:00:00 +0100 + live-initramfs (1.154.7-1) unstable; urgency=medium * Adding note about URL limitations in live-initramfs manpage when