diff options
author | Michael Prokop <mika@debian.org> | 2010-06-08 16:06:50 +0200 |
---|---|---|
committer | Michael Prokop <mika@debian.org> | 2010-06-08 16:06:50 +0200 |
commit | 5aac044bc1c91dc3a7920d560eeb5df04bc1c9d2 (patch) | |
tree | 810fced52ced24939aa066c63de666ddff55acc9 | |
parent | 127fc8277f7868021a40851c399682eec259c2ed (diff) | |
download | initramfs-tools-5aac044bc1c91dc3a7920d560eeb5df04bc1c9d2.tar.gz initramfs-tools-5aac044bc1c91dc3a7920d560eeb5df04bc1c9d2.zip |
release 0.96.1.
Signed-off-by: Michael Prokop <mika@debian.org>
-rw-r--r-- | debian/changelog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4d3f8c0..a63ec34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +initramfs-tools (0.96.1) unstable; urgency=low + + * hook-functions: Make sure copy_exec hook function does not + exit with a non-zero return value in non-verbose mode. + [Closes: #584520] + * docs/framebuffer: Document mode vs. mode_option option in + framebuffer example script. [Closes: #439846] + * hook-functions: make device name handling for /proc/mdstat + more flexible for MODULES=dep. [Closes: #584520, #514756] + * mkinitramfs / scripts/functions + initramfs-tools.8: + Support dashes inside scripts names. [Closes: #566056] + * hook-functions: handle ubifs in dep_add_modules() and return + since ubifs root is a char device, (see issue #582858). + * mkinitramfs: warn if TMPDIR is mounted noexec + fall back + to not cache run scripts then. [Closes: #576678] + * Add myself to uploaders. + + -- Michael Prokop <mika@debian.org> Tue, 08 Jun 2010 15:59:08 +0200 + initramfs-tools (0.95.1) unstable; urgency=low [ Michael Prokop ] |