X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=353df9b6dc3719ada9cff824f0d7009ff5f2c9ed;hb=4838b24e28de39bbe6e76fe5db4b8806f11bcd1c;hp=0db4fb915bc33ff13c9a46a8f6f12b91ca993069;hpb=e938dc7901aebb43b404fff6d842b2b9ea4aa23f;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 0db4fb9..353df9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,53 @@ +live-boot (3.0~a30-1) experimental; urgency=low + + * Removing dead lang2locale function and associated files, not used + anywhere. + * Converting select_eth_device initramfs-tools pre-mount script into + regular live-boot script. + * Consistenly using 'true' instead of 'Yes' or 'yes' when using + booleans. + * Removing some dead boot parameters. + * Splitting out integrity-check function to subscript. + * Rewriting live-media checksum verification to work with any SHA and + MD5 digests. + * Updating read-only handling to new parameter handling. + * Updating internal cmdline handling. + * Updating swapon handling to new parameter handling. + * Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*. + * Splitting out swap handling and rewriting to a live-boot subscript. + * Moving validateroot bottom script into main boot script itself. + * Removing exporting of variables for reviewed options in the cmdline + function, not required. + * Removing fastboot handling, the normal system handles this via + 'fastboot' bootparameter already. + * Transforming persistence_excludes bottom script into normal live- + boot script. + * Transforming fstab bottom script into normal live-boot script. + * Transforming networking bottom script into normal live-boot script. + * Simplyfing initramfs-tools specific files within the source tree. + + -- Daniel Baumann Tue, 05 Jun 2012 19:37:54 +0200 + +live-boot (3.0~a29-1) experimental; urgency=low + + * Automatically translate date formats in po files. + * Starting initramfs-tools specific subdirectory within the source- + tree. + * Replacing live initramfs-tools script with empty stub that calls the + real, in future being initramfs-tools independent, script from + /lib/live. + * Splitting out a first bunch of functions out to /live/live/boot/. + * Moving out live-helpers from initramfs-tools specifics. + * Adding commented 'set -e' explicitly in all subscripts to avoid + running it with 'set -e' until we've made sure it's properly + working. + * Moving out live-functions from initramfs-tools specifics. + * Removing live-premount modules script, not needed anymore. + * Converting read-only initramfs-tools pre-mount script into regular + live-boot script. + + -- Daniel Baumann Tue, 05 Jun 2012 16:00:59 +0200 + live-boot (3.0~a28-1) experimental; urgency=low [ Tails developers ]