Update release notes, etc., for final 1.42.8 release

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian-1.42.9 v1.42.8
Theodore Ts'o 2013-06-20 23:11:13 -04:00
parent fd73a1d254
commit 0595812245
4 changed files with 18 additions and 4 deletions

View 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.

8
debian/changelog vendored
View 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

View 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

View File

@ -8,4 +8,4 @@
*/
#define E2FSPROGS_VERSION "1.42.8"
#define E2FSPROGS_DATE "16-Jun-2013"
#define E2FSPROGS_DATE "20-Jun-2013"