X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=6903c7722ce2e7ca189b4d780360d5ca5489d65f;hb=3d30feeab90b43f8c6cca68a201b5ab0bf37c1a6;hp=93f73edb7b34efbcbd42fde5f402eb9e45df11ea;hpb=121de9686c7b644d224241c6fe323ac29cf7010a;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 93f73ed..6903c77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,165 @@ +live-boot (1:20160511) UNRELEASED; urgency=medium + + * Update build system to rely on "dpkg-parsechangelog -S Version" instead + of outdated VERSION file. + * No longer modify PATH to point to /root and thus stop using executables + from /root. Closes: #823069 + * Drop debian/source/local-options as the only option it contained was + not applicable to 3.0 (native) source format. + * Drop debian/source/options and dh_builddeb override as XZ compression is + the default now. + + -- Raphaël Hertzog Wed, 11 May 2016 11:40:37 +0200 + +live-boot (1:20151213) unstable; urgency=medium + + [ Iain R. Learmonth ] + * Change to native package. + * debian/control: + - Added myself to uploaders. + - Updated Vcs-* and Homepage fields. + + [ trebmuh ] + * Adding French translation for live-boot manpage and prep for + persistence.conf. + + [ Carlos Zuferri ] + * Using 'Live Systems Project' as default project in .pot files. + + -- Iain R. Learmonth Sun, 13 Dec 2015 16:12:07 +0000 + +live-boot (5.0~a5-2) unstable; urgency=low + + * Removing myself from uploaders, lost trust in Debian (#804315). + + -- Daniel Baumann Fri, 20 Nov 2015 13:04:24 +0100 + +live-boot (5.0~a5-1) unstable; urgency=low + + [ Richard Nelson ] + * Adjusting whitespace to tabs on components/9990-overlay.sh + * Adjusting whitespace to tabs on components/9990-misc-helpers.sh + * Adjusting whitespace to tabs on components/9990-mount-http.sh + + [ Daniel Baumann ] + * Wrap and sort debian control file. + + [ Steven Shiau ] + * Support predictable network interface names. + + -- Daniel Baumann Sun, 23 Aug 2015 10:55:32 +0200 + +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 ] + * Change a wording and fix a typo in the po header, in Japanese + translation. + + [ Daniel Baumann ] + * Updating to standards version 3.9.6. + + [ Carlos Zuferri ] + * Fixing typo in warning message. + + [ Daniel Baumann ] + * Dropping empty German manpage translations. + + -- Daniel Baumann Sat, 25 Oct 2014 14:26:22 +0200 + +live-boot (4.0.0-1) unstable; urgency=low + + [ Carlos Zuferri ] + * Removing obsolete flag '--no-backups' from po4a options. + * Adding '--package-version' to po4a options. + * Adding .po integrity check target to manpages/Makefile. + + [ Daniel Baumann ] + * Adding plymouth support for LUKS passwort prompt based on a patch from + Gaudenz Steinlin (Closes: #754166). + + -- Daniel Baumann Wed, 27 Aug 2014 19:52:09 +0200 + live-boot (4.0~alpha21-1) unstable; urgency=low * Building with dh --parallel.