X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=0db4fb915bc33ff13c9a46a8f6f12b91ca993069;hb=34a575fc3fa58802326741fe125710748e0336a2;hp=6e61123328b212aa12e02e362e0fd957b39aa105;hpb=21e824578d4717d159fff7f1c2f1987966fc33a3;p=live-boot-grml.git diff --git a/debian/changelog b/debian/changelog index 6e61123..0db4fb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,81 @@ +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 ]