X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=8b2f96f7cd2084794d7b3f844aaa1b692f958a0b;hb=a89bf1dc9bef0b4f62541e29e6b7684af39569bc;hp=6e61123328b212aa12e02e362e0fd957b39aa105;hpb=21e824578d4717d159fff7f1c2f1987966fc33a3;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 6e61123..8b2f96f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,101 @@ +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 ] + * Only looking at boot.d files if they have the .conf suffix to allow + putting other files into these places that do not necessarily need + to be used by live-boot (e.g. documentation). + * Removing preseed bottom-script, a newly written one is now in live- + config where this sort of things belong. + * Removing header in fstab, not required. + * Removing outdated and broken accessibility script, this will be + redone in live-config properly. + * Replacing 'illegal' with better fitting 'invalid' for wrongly + crafted input examples in live.persist manpage. + * Consistently using ext4 in all examples, not a mix of ext2 and ext3. + * Removing user and userfullname variables in scripts/live, they are + not used here sind live-config anymore. + * Renaming /live/cow to /live/overlay in anticipation of overlayfs. + * Using 'persistence' (noun) rather than 'persistent' + (adjective/adverb) everywhere. + * Making extraction of the manpage section in manpages/Makefile work + with multiple dots in the filename. + * Renaming live.persist to live-persistence.conf. + + [ Tails developers ] + * Adding support for the findiso boot parameter (Closes: #656135). + * Fixing findiso argument parsing place to match the existing + ordering. + * Removing overkill double-checking of return code in is_mountpoint + predicate. + * Fixing brace alignment to follow common code style. + * Removing leftover directory after unmounting. + + [ Daniel Baumann ] + * Removing old docs. + * Merging old changelog into current changelog. + * Updating toplevel Makefile to work with manpages having multiple + dots in its filename. + * Renamling linkfiles option when using persistence to simply link. + + [ Tails developers ] + * Allow using / as destination in custom mounts. + * Supress warnings when probing media for persistence. + * Do not probe the device mounted on /live/image for persistence. + * Fix typo to make home-sn snapshots work again. + * Only try copying snapshots if we actually found any. + + -- Daniel Baumann Mon, 09 Apr 2012 18:58:06 +0200 + live-boot (3.0~a26-1) experimental; urgency=low [ Daniel Baumann ]