X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=aeec40b7a88f072d12e81c903783715aebf441e2;hb=c4ce70393af278beedaeab79808e0059d91f62b6;hp=8b2f96f7cd2084794d7b3f844aaa1b692f958a0b;hpb=a89bf1dc9bef0b4f62541e29e6b7684af39569bc;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 8b2f96f..aeec40b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,198 @@ +live-boot (3.0~b1-1) unstable; urgency=low + + [ chals ] + * Fixing build error in 'es' man pages caused by a newline conflict. + + [ Daniel Baumann ] + * Removing live-new-uuid, a rewritten one goes to live-tools. + * Adding slightly modified patch from Steven Shiau + to transition to /run for network interface + definition files which fixes resolv.conf creation for netboot. + + [ Steven Shiau ] + * Reading /conf/param.conf after Select_eth_device in main function to + fix network booting (Closes: #683240). + + [ Daniel Baumann ] + * Moving reading of initramfs-tools functions to initramfs-tools + script. + * Consistently using case instead of if for conditionals in script + boilerplate. + * Laying tmpfs on /live/overlay only during initramfs stage, fixes + boot failure with plain filesystems (Closes: #681579). + * Correcting DNS inclusion in initramfs-tools hook, thanks to Steven + Shiau for reporting. + * Simplifying usage of copy_exec function from hooks-function in + initramfs-tools hook. + * Using /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and + /live/image/live/boot/*.conf instead of + /live/image/live/boot.d/*.conf for consistency reasons. + * Reading configuration file from filesystem and live-media at runtime + too. + * Reading configuration files in initramfs-tools hook too. + + [ Steven Shiau ] + * Adding support for nameserver in ip= boot parameter. + + [ Daniel Baumann ] + * Making nameserver assignment from ip= bootparameter work with + persistence. + * Correcting permissions of /tmp which apparently somehow get mixed up + along the way. + * Updating scripts readme about transition to plugin based + architecture. + + -- Daniel Baumann Thu, 16 Aug 2012 12:21:04 +0200 + +live-boot (3.0~a38-1) unstable; urgency=low + + [ Daniel Baumann ] + * Extending verify-checksums parameters to allow specifying custom + list of digests. + * Harmonizing GPL boilerplate texts. + + [ Richard Nelson ] + * Correct left over references to old initramfs-tools.sh (Closes: + #682504). + + -- Daniel Baumann Fri, 27 Jul 2012 00:20:39 +0200 + +live-boot (3.0~a37-1) unstable; urgency=low + + [ Daniel Baumann ] + * Cleaning up initramfs-tools hook. + + [ Tails developers ] + * Fixing persistence backward-compatibility mode (Closes: #681176). + + [ Daniel Baumann ] + * Making swap function self contained. + * Making read-only function self contained. + * Making verify-checksums function self contained. + * Factoring out debug into an own function. + * Extending read-only parameters to allow specifying custom list of + devices. + * Avoid re-access /proc/cmdline in select-eth-device function and use + internal variable instead. + + -- Daniel Baumann Wed, 25 Jul 2012 17:18:06 +0200 + +live-boot (3.0~a36-1) unstable; urgency=low + + * Adding temporary notes in a readme file. + * Renaming boot scripts for refactoring them into numbered plugins. + * Renaming mountroot function to main to provide a generic live-boot + entry point for initramfs generators. + * Adding temporary redirection layer for dracut initramfs generator. + * Adding redirection layer for initramfs-tools initramfs generator. + * Splitting out already reviewed cmdline parsing script. + * Splitting out already reviewed read-only script. + * Splitting out already reviewed swapon script. + * Splitting out already reviewed verify-checksums script. + * Adding support for defining one or more explicit swap partitions to + be used. + + -- Daniel Baumann Wed, 18 Jul 2012 23:56:06 +0200 + +live-boot (3.0~a35-1) unstable; urgency=low + + * Correcting typo in fstab function call in mountroot, thanks to + Baurzhan Muftakhidinov . + + -- Daniel Baumann Thu, 28 Jun 2012 14:30:46 +0200 + +live-boot (3.0~a34-1) unstable; urgency=low + + [ Daniel Baumann ] + * Renaming persistent-subtext option into persistent-label and making + it define the complete label instead of a custom suffix only. + * Updating coding style in a first bunch of locations. + * Updating location for live-boot files in initramfs-tools hook, + thanks to Baurzhan Muftakhidinov . + * Making live-boot-initramfs-tools.postinst more error safe. + * Removing pre-wheezy dpkg trigger for update-initramfs. + * Removing superfluous directory in initramfs-tools hook. + * Sourcing individual live-boot scripts rather than executing them. + + [ Ben Armstrong ] + * Fix creation of /var/log/live in correct location. + + [ Daniel Baumann ] + * Switching to xz compression in source and binary packages. + + -- Daniel Baumann Wed, 27 Jun 2012 14:14:19 +0200 + +live-boot (3.0~a33-1) unstable; urgency=low + + [ chals ] + * Updating Spanish translation of man pages. + + [ Daniel Baumann ] + * Removing some more dead parameters from cmdline function. + * Removing double author entries in Spanish po files. + + -- Daniel Baumann Wed, 13 Jun 2012 13:26:49 +0200 + +live-boot (3.0~a32-1) experimental; urgency=low + + * Dropping snapshot functionality, superseeded by awesome custom mount + persistence. + * Setting persistence label for live-* 3.x persistency to + 'persistence', we're not making any difference between full-ov and + custom-ov anymore on the filesystem and partition label (it's + determined by the contents of live-persistence.conf). + + -- Daniel Baumann Wed, 06 Jun 2012 19:04:01 +0200 + +live-boot (3.0~a31-1) experimental; urgency=low + + [ Daniel Baumann ] + * Renaming etc directory to their actual name, examples, within source + tree. + * Simplyfing scripts declaration in Makefile. + + [ chals ] + * Fixing fuzzy strings in Spanish translation of man pages. + + [ Daniel Baumann ] + * Removing live-reconfigure, not used anymore. + * Removing live-preseed, not used anymore. + * Unbreaking cmdline parsing after variable rename. + * Moving off remaining functions from main boot script to subscript + for later cleanup. + + -- Daniel Baumann Tue, 05 Jun 2012 21:44:44 +0200 + +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.