summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2013-06-20 23:11:13 -0400
committerTheodore Ts'o <tytso@mit.edu>2013-06-20 23:11:13 -0400
commit05958122453834079195230ff054cfd6073fbc98 (patch)
treedc091a63762b2dd1b8d3c6892044160fd22795bb
parentfd73a1d254556fce65d03e74ee5a97304f496caa (diff)
downloade2fsprogs-05958122453834079195230ff054cfd6073fbc98.tar.gz
Update release notes, etc., for final 1.42.8 releasev1.42.8
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
-rw-r--r--RELEASE-NOTES10
-rw-r--r--debian/changelog8
-rw-r--r--e2fsprogs.lsm2
-rw-r--r--version.h2
4 files changed, 18 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index db4d02a5..e51b1f5f 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 22f1b796..33e1b0d8 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 <tytso@mit.edu> Sun, 16 Jun 2013 18:08:15 -0500
+ -- Theodore Y. Ts'o <tytso@mit.edu> 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 55b38282..8a052073 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 23728154..50d5879d 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"