From: Theodore Ts'o Date: Sun, 25 Mar 2018 03:17:01 +0000 (-0400) Subject: Update for 1.44.1 release. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ca6f6e3b46b392d2ce2d235aa97e806464f2b54;p=thirdparty%2Fe2fsprogs.git Update for 1.44.1 release. Signed-off-by: Theodore Ts'o --- diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html index 9418b982f..cc629cc20 100644 --- a/htdocs/e2fsprogs-release.html +++ b/htdocs/e2fsprogs-release.html @@ -30,6 +30,7 @@

Release notes for the e2fsprogs package

+

E2fsprogs 1.44.0 (March 24, 2018) + +

Fixes

+ +

E2fsprogs 1.44.0 introduced a regression introduced which caused e2fsck +to fail to support HTree directories on big-endian systems. Fix how we +read block numbers for internal htree nodes.

+ +

Removed a potential memory leak from fsck.

+ +

E2image now correctly creates e2image files for bigalloc file systems.

+ +

Dumpe2fs and debugfs now correctly support e2image files for file +systems that have the meta_bg option enabled.

+ +

E2fsck and debugfs now correctly handle delete inodes (including +processing the orphaned inode list in the case of e2fsck) for bigalloc +file systems. (Addresses Google Bug: #73795618)

+ +

Portability fixes for GNU Hurd. (Addresses Debian Bug: #893590)

+ +

Portability fixes for building in some cross-build environments.

+ +

Portability fixes for MacOS 10.6.8.

+ +

Add clarifications to chattr's man page. (Addresses Debian Bug: +#890390)

+ + +

Performance, Internal Implementation, Development Support etc.

+ +

Debugfs now reads allocation bitmaps much more efficiently when opening +a file system.

+ +

Update Sweedish translation file.

+ +

Add Vcs-* fields to debian packaging. (Addresses Debian Bug: #887512)

+ +

Fix some test failures on GNU Hurd caused by a different default block +size.

+ +

Add new regression tests.

+ +

E2fsprogs 1.44.0 (March 7, 2018)

UI and Features

diff --git a/htdocs/ext2.html b/htdocs/ext2.html index d5d21d913..9170638a9 100644 --- a/htdocs/ext2.html +++ b/htdocs/ext2.html @@ -28,9 +28,9 @@ -

Release 1.44.0 of e2fsprogs is available!

+

Release 1.44.1 of e2fsprogs is available!

-

On March 7, 2018, version 1.44.0 of e2fsprogs was On March 24, 2018, version 1.44.1 of e2fsprogs was announced.

Ext2fs Utilities

diff --git a/htdocs/index.html b/htdocs/index.html index aa4bff4f2..d4e76c9e4 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -34,18 +34,18 @@ here.

-

Release 1.44.0 of e2fsprogs is +

Release 1.44.1 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.44.0 version as + All users of e2fsprogs are urged to upgrade to the 1.44.1 version as soon as possible, which can be - downloaded from sourceforge - or kernel.org.

+ downloaded from sourceforge + or kernel.org.

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

+ release notes.