From 301434eb498e3e97ea6b25b2dedad96a8eb9d3ab Mon Sep 17 00:00:00 2001 From: tytso Date: Fri, 14 Mar 2008 01:06:30 +0000 Subject: [PATCH] E2fsprogs 1.40.8 release git-svn-id: https://e2fsprogs.svn.sourceforge.net/svnroot/e2fsprogs/web@13 46e75558-b442-0410-83ab-e6570fdeb8bf --- htdocs/e2fsprogs-release.html | 51 +++++++++++++++++++++++++++++++++++ htdocs/ext2.html | 6 ++--- htdocs/index.html | 8 +++--- 3 files changed, 58 insertions(+), 7 deletions(-) diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html index 7d7aa4f6..e58d4344 100644 --- a/htdocs/e2fsprogs-release.html +++ b/htdocs/e2fsprogs-release.html @@ -30,6 +30,7 @@

Release notes for the e2fsprogs package

+

E2fsprogs 1.40.8 (March 13, 2008)

+ +

Fixed e2image -I so it works on image files which are larger than 2GB.

+ +

Fixed e2fsck's handling of directory inodes with a corrupt size field. If +the size is larger than the number of blocks found in the inode, don't +try to allocate extra empty blocks at the end of the directory to make +up the difference; there's no point to doing that. In addition, if +the size is not a multiple of a blocksize, always fix it.

+ +

E2fsck handled a pass 2 "should never happen error" by not giving +enough information and then core dumping. Unfortunately, it was all +too easy to trigger the "should never happen" situation if a +directory's inode size was not correct. This has been fixed, but +e2fsck has also been taught how to handle this situation more +gracefully, by simply removing the inode hash tree information, so +that it can be rebuilt again after e2fsck's pass 3. (Addresses +Launchpad Bug: #129395)

+ +

Resize2fs had a bug resizing large inodes with extended attributes +that was fixed in 1.40.6; unfortunately, it turned out it wasn't fixed +completely on big-endian systems such as PowerPC. The bug should be +completely fixed now. Yay for regression test suites. (Addresses Red +Hat Bugzilla: #434893)

+ +

Updated German, Czech, Dutch, Polish, Sweedish, and Vietnamese +translations. Many thanks to Philipp Thomas from Novell for stepping +up to become the new German translation maintainer! (Addresses Debian +Bugs: #302512, #370247, #401092, #412882).

+ +

When e2fsck is clearing a corrupt inode's HTREE directory information, +make it clear that it is just clearing the HTREE information, not the +entire inode.

+ +

Fixed spelling mistakes, typos, and otherwise clarified man pages.

+ +

Programmer's notes

+ +

Add new functions, ext2fs_dblist_get_last() and +ext2fs_dblist_drop_last(), which allows the caller to examine the last +directory block entry added to the list, and to drop if it necessary.

+ +

Fixed a portability problem in libblkid with DJGPP.

+ +

Fix an obvious typo in an "internal error" message in e2fsck. Thanks +to Philipp Thomas for pointing this out.

+ +

If the info files are not built, change "make install" so it doesn't +fail with an error code.

+

E2fsprogs 1.40.7 (February 28, 2008)

Remove support for clearing the SPARSE_SUPER feature from tune2fs, and diff --git a/htdocs/ext2.html b/htdocs/ext2.html index 82dce226..c0e259cc 100644 --- a/htdocs/ext2.html +++ b/htdocs/ext2.html @@ -28,9 +28,9 @@ -

Release 1.40.7 of e2fsprogs is available!

+

Release 1.40.8 of e2fsprogs is available!

-

On February 28, 2008, version 1.40.7 of e2fsprogs was On March 13, 2008, version 1.40.8 of e2fsprogs was announced.

Ext2fs Utilities

@@ -126,7 +126,7 @@ The following Ext2fs Utilities are available: SourceForge.net Logo -Last modified: Fri Feb 29 02:09:56 EST 2008 +Last modified: Thu Mar 13 20:59:45 EDT 2008 diff --git a/htdocs/index.html b/htdocs/index.html index f6d91ca7..b8130510 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -35,12 +35,12 @@ here.

-

Release 1.40.7 of e2fsprogs is +

Release 1.40.8 of e2fsprogs is available!

I am happy to announce a new release of the e2fsprogs distribution. - All users of e2fsprogs are urged to upgrade to the 1.40.7 version as - soon as possible, which can be found here.

+ All users of e2fsprogs are urged to upgrade to the 1.40.8 version as + soon as possible, which can be found here.

This release contains a number of bug fixes and enhancements over the previous releases. For more details, see the @@ -57,7 +57,7 @@

-Last modified: Fri Feb 29 02:10:37 EST 2008 +Last modified: Thu Mar 13 21:00:04 EDT 2008