diff options
author | maximilian attems <maks@debian.org> | 2008-09-02 17:56:56 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-09-02 17:56:56 +0200 |
commit | 1c5e3dd3801d9d142d2502fc550f6407b54f83b2 (patch) | |
tree | 1deee8b2155ea788252522fb267186e64272e58f /debian | |
parent | 115d0aa6a71e89888765fac12c5135c97aef12c6 (diff) | |
download | initramfs-tools-1c5e3dd3801d9d142d2502fc550f6407b54f83b2.tar.gz initramfs-tools-1c5e3dd3801d9d142d2502fc550f6407b54f83b2.zip |
release 0.92g
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f0bd7d3..60f4cc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +initramfs-tools (0.92g) unstable; urgency=high + + [ maximilian attems ] + * wait_for_udev: s/udevsettle/udevadm/ for upgrades after Lenny. + * auto_add_modules: Add ext4 and ext4dev. (closes: #494922) + + [ Andres Salomon ] + * Fix parse_numeric() to ignore non hex root string prefixes aka + root=mtd0 on OLPC. see #497133 + + -- maximilian attems <maks@debian.org> Tue, 02 Sep 2008 17:50:32 +0200 + initramfs-tools (0.92f) unstable; urgency=medium [ maximilian attems ] |