Whamcloud - gitweb
Update release notes, etc., for final 1.42.8 release v1.42.8
authorTheodore Ts'o <tytso@mit.edu>
Fri, 21 Jun 2013 03:11:13 +0000 (23:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 21 Jun 2013 03:11:13 +0000 (23:11 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
RELEASE-NOTES
debian/changelog
e2fsprogs.lsm
version.h

index db4d02a..e51b1f5 100644 (file)
@@ -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.
 
index 22f1b79..33e1b0d 100644 (file)
@@ -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
 
index 55b3828..8a05207 100644 (file)
@@ -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
index 2372815..50d5879 100644 (file)
--- 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"