summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-09-19 14:24:40 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:02 +0100
commit1736a26b70a1af93c290cfa9f4e7b593b7554d22 (patch)
tree862c6975ac84aef54c539b1952601f3d6305b5e8
parent90ee389fa5f94645a64a157eb9819518b864e414 (diff)
downloadlive-boot-1736a26b70a1af93c290cfa9f4e7b593b7554d22.tar.gz
live-boot-1736a26b70a1af93c290cfa9f4e7b593b7554d22.zip
Releasing debian version 1.139.1-3.
-rw-r--r--debian/changelog33
1 files changed, 33 insertions, 0 deletions
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 <daniel@debian.org> Fri, 19 Sep 2008 14:00:00 +0200
+
live-initramfs (1.139.1-2) unstable; urgency=medium
[ Daniel Baumann ]