diff options
author | maximilian attems <maks@debian.org> | 2009-06-10 16:04:25 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-06-10 16:04:25 +0200 |
commit | ce5f54d97daa77a150a8539dc971e1830e21feb5 (patch) | |
tree | 5841453f61524ed0f716d67612a56270bc342df4 | |
parent | ff0a5931a35066a1b31591a0457d0847536d6cea (diff) | |
download | initramfs-tools-ce5f54d97daa77a150a8539dc971e1830e21feb5.tar.gz initramfs-tools-ce5f54d97daa77a150a8539dc971e1830e21feb5.zip |
release 0.93.3
too many small fixes piled up to hold back even more..
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 46de96f..eb9da0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +initramfs-tools (0.93.3) unstable; urgency=low + + [ maximilian attems ] + * cleanup LABEL handling code. + * update-initramfs: Use exit code of command -v too. + * hook-functions: Add i915 module for kms. + * update-initramfs: Pass version to flash-kernel. (closes: #523711) + * update-initramfs: Don't hardcode path for lilo or elilo. (closes: #524928) + * hook-functions: MODULES=dep error out if sysfs not mounted on /sys. + (closes: #524179) + * debian/control: No longer mention EVMS in long description. + * hook-functions: MODULES=most fix old typo s/smc911x/smc91x/. + (closes: #528094) + * mkinitramfs: Invoke dpkg --print-architecture. (closes: #529222) + + [ Loic Minier ] + * copy_exec: also avoid picking sse2, neon, and vfp hwcaps libs. + + -- maximilian attems <maks@debian.org> Tue, 21 Apr 2009 15:05:40 +0200 + initramfs-tools (0.93.2) unstable; urgency=low [ François Delawarde ] |