From 776a374a57881d26af6532608e0084ddc028e8ec Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 20 Jul 2009 09:40:46 -0400 Subject: [PATCH] Update debian changelog and RELEASE-NOTES for interim release --- RELEASE-NOTES | 32 ++++++++++++++++++++++++++++++++ debian/changelog | 11 +++++++++++ version.h | 2 +- 3 files changed, 44 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bc9cc9f..9cf8442 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,35 @@ +E2fsprogs 1.41.9-WIP (July 20, 2009) commit 8b5ed492de +==================================== + +Fix regression in ext2fs_extent_set_bmap() caused e2fsck -fD to fail +and corrupt large directories if the directory needs to shrink by more +than one block. (Addresses Debian Bug: #537510) + +Fix e2fsck's buggy_init_scritps=1 so that the if the last write and/or +last mount times are in the future, they are corrected even if +buggy_init_scripts is set. This is needed because otherwise resize2fs +will refuse to resize the filesystem, even after running "e2fsck -f". +(Addresses Launchpad bug: #373409) + +Fixed filefrag for non-extent based files. + +Fixed various Debian packaging issues --- see debian/changelog for +details. + +Programmer's Notes +------------------ + +Fixed miscellaneous gcc -Wall warnings. + +Fixed memory leak in error path in ext2fs_block_iterate2() + +Fixed non-Linux build of the intl directory by adding support for the +E/Q/V macros. + +Improve ext2fs_extent_set_bmap() to avoid creating new extents which +get inserted into the extent tree when they are not needed. + + E2fsprogs 1.41.8 (July 11, 2009) ================================ diff --git a/debian/changelog b/debian/changelog index 556cd1e..12edfeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +e2fsprogs (1.41.8-2) unstable; urgency=low + + * Fix regression in ext2fs_extent_set_bmap() which caused e2fsck -fD + to fail on ext4 filesystems if the directory needs to shrink by more + than a block (Closes: #537510) + * Fixed filefrag for non-extent based files + * Fix use of apostrohe's in package descriptions + * Don't use dietlibc when building for mips and mipsel architectures + + -- Theodore Y. Ts'o Mon, 20 Jul 2009 09:38:21 -0400 + e2fsprogs (1.41.8-1) unstable; urgency=low * New upstream release diff --git a/version.h b/version.h index 5695135..b0bc057 100644 --- a/version.h +++ b/version.h @@ -8,4 +8,4 @@ */ #define E2FSPROGS_VERSION "1.41.8" -#define E2FSPROGS_DATE "11-Jul-2009" +#define E2FSPROGS_DATE "20-Jul-2009" -- 1.8.3.1