From: Daniel Baumann Date: Fri, 19 Sep 2008 12:24:40 +0000 (+0200) Subject: Releasing debian version 1.139.1-3. X-Git-Tag: debian/1.139.1-3^0 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=369374d709a0f593b3d92b1a5d65061092dd4ebc;hp=fd928c942b4e003ec67964591e9a37ee02a8765b;p=live-boot-grml.git Releasing debian version 1.139.1-3. --- diff --git a/debian/changelog b/debian/changelog index c4e27dc..4c59e5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,36 @@ +live-initramfs (1.139.1-3) unstable; urgency=medium + + [ Chris Lamb ] + * Remove local overiddes of log_*_msg - #494257 is now fixed in testing. + + [ Daniel Baumann ] + * Removing currently unused Upstream-Depends field in control. + * Updating vcs fields in control file. + * Sourcing live.vars in 15autologin directly, rather than to inherit + from live-functions. + + [ Marco Amadori ] + * Removed some useless spaces. + * Fix default user handling. + * Added a pretty vital mount debug string. + * Create /etc/mtab on the initramfs ASAP. + * Removed mount -n option, since mtab is there. + * Re-enable "break=live-premount" debug. + * Skipped some runtime duplicated execution. + * Add real cpio to initramfs for snapshot's uses. + * Fixed try_snap() umounting on error. + * Override maybe_break from initramfs-tools. + * Forces use of initramfs cpio over busybox's one. + * Fixed a wrong trial to copy an unexistant snapshot. + * Check for files and umount only if you can mount it first. + * Included more debug and comments on persistence code. + * Set -u in live-snapshot only in debug mode. + + [ Michael Prokop ] + * Ignore errors from fstype. + + -- Daniel Baumann Fri, 19 Sep 2008 14:00:00 +0200 + live-initramfs (1.139.1-2) unstable; urgency=medium [ Daniel Baumann ]