X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=07256ce366502eeffb78685e01cd62405d4debae;hb=177d638c3b57da4a5c8ac537d04102dcc5c716c8;hp=32da1f476eff076c1a106be42445094a3b2c3f6c;hpb=8e5f30cd75feedd2ccbb56243a1b1baa49251af9;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 32da1f4..07256ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,202 @@ +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. + * 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 ] + * Improving robustness of findiso cleanup process. + * Using fromiso in most places where isofrom was used, thanks to + adrian15 . + * Mounting fromiso filesystem on /live/fromiso instead of /fromiso, + thanks to adrian15 . + * Improving robustness of fromiso cleanup process with is_mountpoint + (Closes: #668100). + + [ Daniel Baumann ] + * Using boot.log and /var/log/live/boot.log respectively for overall + consistency within all debian-live tools. + + [ Ian Reinhart Geiser ] + * Fix to allow for multiple rof when exposed roots is disabled. + + [ Tails developers ] + * Implement and make use of robust list functions. + + [ chals ] + * Fixing several typos in man pages. + * Adding initial Spanish translation of man pages. + + [ Evgeni Golov ] + * Fixing two typos and a wrong word in comments. + + -- Daniel Baumann Mon, 04 Jun 2012 17:31:32 +0200 + live-boot (3.0~a27-1) experimental; urgency=low [ Daniel Baumann ]