X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=cac0620f95e4154ff34d52aefbeaca487f4f12de;hb=9d1bd4c7298afb24469c87d53b1666333d07d4b2;hp=699ef8eddce48ad0246b4c91afab5cbf773c8a3b;hpb=d526ac1477a4ae82ad86745c95999070ff3ff6d0;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 699ef8e..cac0620 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,180 @@ +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) 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) experimental; urgency=low + + * Increasing tftp blocksize to maximum value per RFC 2348, thanks to + Vincent Smeets (Closes: #709887). + + -- Daniel Baumann Mon, 27 May 2013 16:45:49 +0200 + +live-boot (4.0~a12-1) experimental; urgency=low + + * Updating manpage wrt/ quickreboot (Closes: #706686). + * Moving overwriting of /bin/mount with /bin/mount.util-linux for httpfs + to make it active (Closes: #707116). + * Further guarding overwriting of /bin/mount by making it dependent on + the existence of /bin/mount.util-linux. + + -- Daniel Baumann Wed, 08 May 2013 08:42:54 +0200 + +live-boot (4.0~a11-1) experimental; urgency=low + + [ chals ] + * Updating dates in man pages. + * Updating the Spanish translation of live-boot man page. + * Updating the Spanish translation of persistence.conf man page. + * Fixing the use of one preposition in the Spanish translation of the + man pages. + + [ Daniel Baumann ] + * Renumbering the first three early scripts. + * Renaming main function to live for consistent namespace. + * Correcting leftovers from old variable handling for BOOTIF, thanks to + Andrew Jeffery (Closes: #703743). + + [ Andrew Jeffery ] + * Select BOOTIF device if defined for netboot (Closes: #703744). + * Don't quote $CIFSOPTS for mount.cifs (Closes: #703746). + + [ Peter Schaefer ] + * Adding support for luks persistence with persistence files (Closes: + #701614). + + [ David Hare ] + * Also blacklisting findiso and fromiso devices for luks file + persistence. + + -- Daniel Baumann Mon, 06 May 2013 14:28:00 +0200 + live-boot (4.0~a10-1) experimental; urgency=low [ Daniel Baumann ]