Regenerating initramfs on remove.
[live-boot-grml.git] / debian / changelog
index 0db4fb9..aeec40b 100644 (file)
@@ -1,3 +1,218 @@
+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
+    <steven@nchc.org.tw> 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 <steven@nchc.org.tw> 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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  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 <baurthefirst@gmail.com>.
+
+ -- Daniel Baumann <daniel@debian.org>  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 <baurthefirst@gmail.com>.
+  * 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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  Tue, 05 Jun 2012 16:00:59 +0200
+
 live-boot (3.0~a28-1) experimental; urgency=low
 
   [ Tails developers ]