From: tytso Date: Thu, 23 Dec 2010 00:14:41 +0000 (+0000) Subject: Update for 1.41.14 release X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c145102462658941a94c9fcc2a59ccf6246a20a;p=thirdparty%2Fe2fsprogs.git Update for 1.41.14 release git-svn-id: https://e2fsprogs.svn.sourceforge.net/svnroot/e2fsprogs/web@35 46e75558-b442-0410-83ab-e6570fdeb8bf --- diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html index 6806de316..ad289a515 100644 --- a/htdocs/e2fsprogs-release.html +++ b/htdocs/e2fsprogs-release.html @@ -30,6 +30,7 @@

Release notes for the e2fsprogs package

+

E2fsprogs 1.41.14 (December 22, 2010)

+ +

Fix spurious complaint in mke2fs where it would complain if the file +system type "default" is not defined in mke2fs.conf.

+ +

The resize2fs program will no longer clear the resize_inode feature +when the number reserved group descriptor blocks reaches zero. This +allows for subsequent shrinks of the file system to work cleanly for +flex_bg file systems.

+ +

The resize2fs program now handles devices which are exactly 16T; +previously it would give an error saying that the file system was too +big.

+ +

E2fsck (and the libext2fs library) will not use the extended rec_len +encoding for file systems whose block size is less than 64k, for +consistency with the kernel.

+ +

Programming notes

+ +

E2fsprogs 1.41.13 would not compile on big-endian systems. This has +been fixed. (Addresses Sourceforge Bug: #3138115)

+ +

The ext2fs_block_iterator2() function passed an incorrect ref_offset +to its callback function in the case of sparse files. (Addresses +Sourceforge Bug: #3081087)

+ +

Fix some type-punning warnings generated by newer versions of gcc.

+ +

E2fsprogs 1.41.13 (December 13, 2010)

E2fsck now supports the extended option "-E journal_only", which diff --git a/htdocs/ext2.html b/htdocs/ext2.html index d9c855061..8d7da8645 100644 --- a/htdocs/ext2.html +++ b/htdocs/ext2.html @@ -28,9 +28,9 @@ -

Release 1.41.13 of e2fsprogs is available!

+

Release 1.41.14 of e2fsprogs is available!

-

On December 13, 2010, version 1.41.13 of e2fsprogs was On December 22, 2010, version 1.41.14 of e2fsprogs was announced.

Ext2fs Utilities

@@ -125,6 +125,6 @@ The following Ext2fs Utilities are available:
SourceForge.net Logo -Last modified: Mon Dec 13 09:00:45 EST 2010 +Last modified: Wed Dec 22 19:13:45 EST 2010 diff --git a/htdocs/index.html b/htdocs/index.html index ce0214497..0ad3910ce 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -34,12 +34,12 @@ here.

-

Release 1.41.13 of e2fsprogs is +

Release 1.41.14 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.41.13 version as - soon as possible, which can be found here.

+ All users of e2fsprogs are urged to upgrade to the 1.41.14 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 @@ -55,6 +55,6 @@ SourceForge.net Logo

-Last modified: Mon Dec 13 09:01:23 EST 2010 +Last modified: Wed Dec 22 19:13:31 EST 2010