X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=d50a0aad8acb8763837613fa2104009a64bb1bd3;hb=a09ea36d4fde0e56cd34a27716c25395ae41b116;hp=da4f0217535c683ec118eaa198d69d4590f5d830;hpb=32b212a4035f2686a188aa8f5be2092577b4dcb7;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index da4f021..d50a0aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,84 @@ +live-boot (5.0~a4-1) unstable; urgency=low + + [ Tails developers ] + * Logging a warning when an expected image file is missing. + * Patch by Steven Shiau . The only changes so far + are: + * Removing attempt to mount overlayfs in an obsolete way. + * Cleaning up comment to keep only the part that's relevant here. + * Adding missing quotes. + * Removing obsolete code. + * Refactoring duplicate identical call to mount. + + [ Daniel Baumann ] + * Switching default union filesystem to overlay, wheezy systems can use + union=aufs for the time being. + + -- Daniel Baumann Sun, 17 May 2015 21:04:01 +0200 + +live-boot (5.0~a3-1) unstable; urgency=low + + [ Tails developers ] + * Patch by Steven Shiau . The only changes so far + are: + * Removing attempt to mount overlayfs in an obsolete way. + * Cleaning up comment to keep only the part that's relevant here. + * Adding missing quotes. + * Removing obsolete code. + * Removing unused variables. + * Refactoring duplicate identical call to mount. + + [ Daniel Baumann ] + * Waiting until all ethernet devices are up on multi-nic machines, + thanks to Chris Read (Closes: #744777). + + -- Daniel Baumann Tue, 28 Apr 2015 07:19:16 +0200 + +live-boot (5.0~a2-1) unstable; urgency=low + + [ Tom Jampen ] + * Adding command line parameter to remove persistence. + + [ Gaudenz Steinlin ] + * Modprobe filesystem modules before checking support. + + [ victory ] + * Unfuzzy Japanese translation. + + -- Daniel Baumann Sun, 26 Apr 2015 20:11:46 +0200 + +live-boot (5.0~a1-1) experimental; urgency=low + + [ Tails developers ] + * Fixing name of overlayfs kernel module for inclusion in the initramfs + (Closes: #773868). + + [ Daniel Baumann ] + * Using 'overlay' instead of 'overlayfs' everywhere, without backwards + compatibility (Closes: #773881). + * Dropping unionfs-fuse support: + * Dropping unionfs support, long superseeded with aufs. + * Dropping unionmount support, superseeded with overlay in mainline + kernel. + * Updating manpages for union= boot parameter. + * Simplifying code a bit after removal of no longer supported overlay + alternatives. + * Updating year in copyright notices to 2015. + + -- Daniel Baumann Sun, 04 Jan 2015 21:50:28 +0100 + +live-boot (4.0.2-1) unstable; urgency=low + + [ Daniel Baumann ] + * Dropping usage of /etc/fstab.d since util-linux removed it, thanks to + Evgeni Golov for reporting it. + + [ Jan Blunck ] + * Fix spelling of unknown + * Suppress annoying but harmless warning about unknown module + + -- Daniel Baumann Wed, 10 Dec 2014 10:36:04 +0100 + live-boot (4.0.1-1) unstable; urgency=low [ victory ]