From 05958122453834079195230ff054cfd6073fbc98 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 20 Jun 2013 23:11:13 -0400 Subject: [PATCH] Update release notes, etc., for final 1.42.8 release Signed-off-by: "Theodore Ts'o" --- RELEASE-NOTES | 10 +++++++++- debian/changelog | 8 +++++++- e2fsprogs.lsm | 2 +- version.h | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index db4d02a..e51b1f5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -E2fsprogs 1.42.8 (June 16, 2013) +E2fsprogs 1.42.8 (June 20, 2013) ================================ As a part of mke2fs's option parsing cleanup, the use of the -R option @@ -8,6 +8,9 @@ since 2005) and -E should be used instead. Mke2fs will not give warnings about the bigalloc and quota options in quiet mode. +If an invalid journal size is given to mke2fs, it will now complain +and exit sooner. + Debugfs was erroneously giving spurious error messages for certain extent_inode subcommands which take arguments (split_node, replace_node, and insert_node). This has been fixed. @@ -19,6 +22,11 @@ Change mke2fs so that it does not set the root directory to the real uid/gid of the mke2fs process. Add the extended option root_owner to override this behavior. +Fix resize2fs when shrinking file systems to make sure that bitmap +blocks aren't left outside the bounds of the shrunken file system. +This could happen with flex_bg file systems that were grown using +the old online resizing algorithm. + E2fsck will now detect and repair corrupted extent trees which contain invalid extents at the end of the extent tree leaf block. diff --git a/debian/changelog b/debian/changelog index 22f1b79..33e1b0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,12 @@ e2fsprogs (1.42.8-1) unstable; urgency=low * Change mke2fs so that it does not set the root directory to the real uid/gid of the mke2fs process. Add the extended option root_owner to override this behavior. + * If an invalid journal size is given to mke2fs, it will now complain + and exit sooner. + * Fix resize2fs when shrinking file systems to make sure that bitmap + blocks aren't left outside the bounds of the shrunken file system. + This could happen with flex_bg file systems that were grown using + the old online resizing algorithm. * E2fsck will now detect and repair corrupted extent trees which contain invalid extents at the end of the extent tree leaf block. * E2fsck will now longer complain about zero length extended attribute values. @@ -29,7 +35,7 @@ e2fsprogs (1.42.8-1) unstable; urgency=low * Updated/fixed various man pages (Closes: #712429, #712430, #707609) * Update German translation - -- Theodore Y. Ts'o Sun, 16 Jun 2013 18:08:15 -0500 + -- Theodore Y. Ts'o Thu, 20 Jun 2013 23:09:25 -0500 e2fsprogs (1.42.7-1) unstable; urgency=low diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index 55b3828..8a05207 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,7 +1,7 @@ Begin3 Title: EXT2 Filesystem utilities Version: 1.42.8 -Entered-date: 16Jun2013 +Entered-date: 20Jun2013 Description: The filesystem utilities for the EXT2, EXT3, and EXT4 filesystems, including e2fsck, mke2fs, dumpe2fs, and others. Keywords: utilities, filesystem, Ext2fs, ext3, ext4 diff --git a/version.h b/version.h index 2372815..50d5879 100644 --- a/version.h +++ b/version.h @@ -8,4 +8,4 @@ */ #define E2FSPROGS_VERSION "1.42.8" -#define E2FSPROGS_DATE "16-Jun-2013" +#define E2FSPROGS_DATE "20-Jun-2013" -- 1.8.3.1