From: Theodore Ts'o Date: Sat, 31 Dec 2005 06:20:44 +0000 (-0500) Subject: Update debian/changelog file. X-Git-Tag: E2FSPROGS-1.39-WIP-1231~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=57435fe3df09accc48acc5403fd9c0ae792d9c10;p=tools%2Fe2fsprogs.git Update debian/changelog file. Signed-off-by: "Theodore Ts'o" --- diff --git a/debian/changelog b/debian/changelog index af89d64..f5f93df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +e2fsprogs (1.38+1.39-WIP-2005.12.10-2) unstable; urgency=low + + * Make resize2fs expand or truncate a file containing a filesystem. + (Closes: #271607) + * Add support for lib64ext2fs-nopic.a for the mips architecture + (Closes: #329074) + * Deal with the fact that Debian's boot sequence bogusly doesn't set the + time correctly until very late in the boot process; so if the + superblock's last mount or write time is in the future, don't treat + this as a fatal error. (Closes: #343662, #343645) + * Move the blkid and uuidgen binaries out of libblkid1 and libuuid1 and + into the e2fsprogs package to support soname transitions and + simulaneous installs of multiarch flavors to coexist. (It's not worth + creating two whole new packages for two separate binaries, so we just + fold them into e2fsprogs.) (Closes: #330737, #330736) + * Optionally allow the user to interrupt e2fsck "safely" during a boot + sequence without causing the boot scripts to abort. (Closes: #150295) + * Update and clarify man pages (Closes: #312515) + + -- Theodore Y. Ts'o Sat, 31 Dec 2005 01:05:35 -0500 + e2fsprogs (1.38+1.39-WIP-2005.12.10-1) unstable; urgency=low * Update and clarify man pages (Closes: #329859, #322188, #316811)