X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=59df2c074b357c55fca6b845c26303d151177b22;hb=fdf285d157bf1558728e0b6b6bea3b4f78a7b108;hp=5f6f600bd67f4ff0c3cfc75f5ce5cb33cdc10923;hpb=895b356b249e9b1196d180a43c2e6601fab1b158;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 5f6f600..59df2c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,215 @@ +live-boot (4.0~alpha21-1+grml.1) UNRELEASED; urgency=medium + + * Import 4.0~alpha21 from Debian. + + -- Evgeni Golov Thu, 10 Apr 2014 08:29:49 +0200 + +live-boot (4.0~alpha21-1) unstable; urgency=low + + * Building with dh --parallel. + + -- Daniel Baumann Mon, 31 Mar 2014 21:55:30 +0200 + +live-boot (4.0~alpha20-1) unstable; urgency=low + + [ Trent W. Buck ] + * Fix cut-and-paste typo verify-checksums -> panic. + + [ Evgeni Golov ] + * Properly check if $rc_server1 is not "0.0.0.0". + * Supporting resolvconf in the squashfs. + * Do not throw warnings when /tmp/custom_mounts.list does not exist. + + -- Daniel Baumann Mon, 31 Mar 2014 21:38:22 +0200 + +live-boot (4.0~alpha19-1+grml.3) unstable; urgency=medium + + * [8acc928] try to be smarter when booting a squashfs image from + the network and using resolvconf in it. + + -- Evgeni Golov Tue, 25 Mar 2014 17:49:22 +0100 + +live-boot (4.0~alpha19-1+grml.2) unstable; urgency=medium + + * [805c218] VLAN support via boot option "vlan=:" + + -- Michael Prokop Mon, 17 Mar 2014 23:43:24 +0100 + +live-boot (4.0~alpha19-1+grml.1) unstable; urgency=medium + + * Sync Debian's 4.0~alpha19-1. + * update our patches on top of Debian's 4.0~alpha19 + Droped patches: + - 43_fix_udev_usage_in_is_nice_device.patch + - 44_fix_mdadm_usage_for_findiso.patch + * move Grml-specific patches to a separate subfolder + * move reverts/restores of old upstream behaviour to an own subdir + * consolidate Grml network related patches into 15_networking_grml.patch + + -- Evgeni Golov Sat, 08 Mar 2014 13:59:28 +0100 + +live-boot (4.0~alpha19-1) experimental; urgency=low + + * Updating copyright notices for 2014. + * Updating swap bootparameter in manpage to match code (Closes: + #738146). + * Adjusting internal file of the swap component to match its own boot + parameter. + + -- Daniel Baumann Sat, 08 Feb 2014 17:32:16 +0100 + +live-boot (4.0~alpha18-1) experimental; urgency=low + + [ Daniel Baumann ] + * Adding initial Japanese live-boot manpage translation from victory + . + + [ chals ] + * Applying patch revising grammar and spelling in live-boot.7 manpage, + thanks to victory . + * Updating live-boot translation files from the original English text. + * Updating Spanish translation of live-boot.7 manpage. + + [ victory ] + * Change plurals to singular: from "a ... media" to "a ... medium". + * Update/sync translations. + + [ Daniel Baumann ] + * Reading in panic boot parameter when overloading initramfs-tools + panic() (Closes: #729041). + + [ victory ] + * Translated persistence.conf.5. + * [man-ja] Fix a typo on the translation. + * Fix a typo: coma -> comma. + * Sync translations (0af845c). + + -- Daniel Baumann Wed, 20 Nov 2013 11:03:46 +0100 + +live-boot (4.0~alpha17-1) experimental; urgency=low + + [ Daniel Baumann ] + * Rewrapping control file. + + [ Michael Prokop ] + * Properly boot from mdadm via findiso boot option. + + [ Daniel Baumann ] + * Updating to standards version 3.9.5. + * Correcting spelling typo in overlay component breaking booting from + uncompressed filesystems, thanks to John Bazik + (Closes: #728250). + + -- Daniel Baumann Wed, 30 Oct 2013 02:44:22 +0100 + +live-boot (4.0~alpha16-1) experimental; urgency=low + + * Updating package descriptions. + * Applying patch from Michael Prokop to update udev + usage in is_nice_device() for newer udev versions. + + -- Daniel Baumann Tue, 15 Oct 2013 09:17:35 +0200 + +live-boot (4.0~a15-1) experimental; urgency=low + + [ Jan Blunck ] + * Install components into /lib/live/boot folder. + + -- Daniel Baumann Fri, 13 Sep 2013 17:21:50 +0200 + +live-boot (4.0~a14-1) experimental; urgency=low + + [ Daniel Baumann ] + * Updating note about overlay file image names in live-boot manpage, + thanks to Peter Schaefer (Closes: + #701615). + * Correcting debug variables through out the code to use the same one. + * Allowing to superseed live-boot cmdline through configuration files. + + [ chals ] + * Updating Spanish translation of live-boot man page. + + [ Steven Shiau ] + * Calculating size for the whole media "/live/image/", not only the dir + "/live/image/live/" when using toram. + + [ Daniel Baumann ] + * Reorganizing backend in source tree. + * Reorganizing frontend in source tree. + * Reorganizing components in source tree. + * Replace various mentionings of scripts with components. + * Updating code to current coding style in a some locations. + * Dropping old pre-wheezy udevadm handling. + * Dropping old pre-wheezy persistence list handling. + * Replacing variable used in one place only with explicit directory for + simplicity. + * Shortening /etc/mtab conditional creation. + * Dropping helper function used in one place only which can be replaced + with a simple ls call anyway. + * Dropping really_export dead code. + * Simplifying /etc/resolv.conf generation a bit. + * Updating indenting in network component. + + [ chals ] + * Updating the dates in man pages. + * Updating Spanish translation of man pages. + + [ Jan Blunck ] + * Use PERSISTENCE_PATH with a trailing "/". + * Move check for block device to mount_persistence_media(). + * Remount writable when moving the mountpoint of the persistence device. + * Blacklist devices used for /live/rootfs/* insted of /live/medium. + * Add support for persistence-storage type "directory". + + [ Daniel Baumann ] + * Updating debhelper install file to include additional scripts in new + location. + + -- Daniel Baumann Fri, 13 Sep 2013 14:17:30 +0200 + +live-boot (4.0~a13-1+grml.5) unstable; urgency=medium + + * [3b54472] Add support for label "persistence" to forensic mode + + -- Michael Prokop Sat, 25 Jan 2014 11:45:16 +0100 + +live-boot (4.0~a13-1+grml.4) unstable; urgency=low + + * [3d46167] Add patch to properly boot from mdadm via findiso boot + option [Closes: issue1270] Thanks to thinkgear for the bug report + and providing a test VM + + -- Michael Prokop Tue, 15 Oct 2013 16:58:17 +0200 + +live-boot (4.0~a13-1+grml.3) unstable; urgency=low + + * [79dceec] Update 9990-misc-helpers.sh to support latest udev version + [Closes: issue1278] Thanks to Michael Biebl for + helping in resolve this issue and Ulrich Dangel + for the initial patch + + -- Michael Prokop Sat, 28 Sep 2013 11:44:52 +0200 + +live-boot (4.0~a13-1+grml.2) unstable; urgency=low + + * [61895ec] Do not "exit" if boot option nonetworking is set but + "return" instead [Closes: issue1276] + * [85bddc0] Refresh debian/patches/ + + -- Michael Prokop Fri, 20 Sep 2013 16:38:53 +0200 + +live-boot (4.0~a13-1+grml.1) unstable; urgency=low + + * Sync Debian's 4.0~a13. + * [ba11a22] drop patches that were previously backported from + the 4.x upstream branch + * [5eca029, 3a80a92, eae4296, e6023f8] refresh patches against + new upstream + * [2130827] more forwardporting of deprecated persistence options + * [c06cdf4] log to boot.log, not live-boot.log + + -- Evgeni Golov Sun, 18 Aug 2013 10:53:12 +0200 + live-boot (4.0~a13-1) experimental; urgency=low * Increasing tftp blocksize to maximum value per RFC 2348, thanks to