X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=07256ce366502eeffb78685e01cd62405d4debae;hb=177d638c3b57da4a5c8ac537d04102dcc5c716c8;hp=353df9b6dc3719ada9cff824f0d7009ff5f2c9ed;hpb=524e4fb039ccd35a7101e66b661d7b94373487c1;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 353df9b..07256ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,122 @@ +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