-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
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.
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.
* 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.
* 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
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
*/
#define E2FSPROGS_VERSION "1.42.8"
-#define E2FSPROGS_DATE "16-Jun-2013"
+#define E2FSPROGS_DATE "20-Jun-2013"