From: Theodore Ts'o Date: Thu, 19 Aug 2021 21:29:49 +0000 (-0400) Subject: Update for the 1.46.4 release X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd5f3fcc8b19dbf0a61f3fda5d9dcc7115d5b21;p=thirdparty%2Fe2fsprogs.git Update for the 1.46.4 release Signed-off-by: Theodore Ts'o --- diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html index 561dc93dd..2454b613c 100644 --- a/htdocs/e2fsprogs-release.html +++ b/htdocs/e2fsprogs-release.html @@ -30,6 +30,7 @@

Release notes for the e2fsprogs package

+

E2fsprogs 1.46.4 (August 18, 2021)

+ +

UI and Features

+ +

The defaults for mke2fs now call for 256 byte inodes for all file +systems (with the exception of file systems for the GNU Hurd, which only +supports 128 byte inodes). Creating non-Hurd file systems with 128 byte +inodes will trigger a warning message to make sure users are aware of +the potential problems of using small/legacy inode sizes.

+ +

The bigalloc feature is now considered supported if the cluster size no +more than 16 times the block size. So the mke2fs program has been +changes to only warn if the cluster size is larger than that.

+ + +

Fixes

+ +

E2fsck now checks to make sure directory entries do not reference +internal quota inodes.

+ +

E2image now includes the quota inodes when creating file system image, +since they are part of the file system metadata.

+ +

E2fsck now properly accounts the quota usage of the project quota file.

+ +

Fix a regression introduced in 1.64.3 where attempting to create a file +system image using mke2fs into a non-existent file would fail. +(Addresses Debian Bug: #992094)

+ +

Fix mke2fs to correctly create Posix ACL's on big-endian systems when +copying files from a directory hierarchy.

+ +

Updated and clarified the resize2fs man pages. (Addresses Debian Bug: +#979411)

+ +

Performance, Internal Implementation, Development Support etc.

+ +

Improve various regression tests to be more portable and to reflect the +new default inode size of 256 byte inodes, even for small file systems.

+ +

Fixed a GNU Hurd portability problem which was causing tests to fail.

+ +

Fixed a test failure in f_baddotdir on big-endian systems. This wasn't +necessarily a bug per se in e2fsck, but rather e2fsck having different +behaviour on big-endian systems. (Addresses Debian Bug: #991922)

+ +

Use WantedBy=multi-user.target in e2scrub_reap.service. (Addresses +Debian Bug: #991349)

+ +

Synchronize e2fsck/recovery.c with the kernel's fs/jbd2/recovery.c

+ +

Fix various Coverity and compiler warnings.

+ +

Fix various error pathes to make sure we don't leak resources or +potentially use or try to free uninitialized pointers.

+ +

Added a setup-schroot command for use on Debian porter boxes.

+ +

Updated config.guess and config.sub with newer versions from the FSF.

+ +

Update Czech, Dutch, French, Polish, Portuguese, and Swedish translations.

+

E2fsprogs 1.46.3 (July 27, 2021)

UI and Features

diff --git a/htdocs/ext2.html b/htdocs/ext2.html index 19ed2b648..7d34b1d30 100644 --- a/htdocs/ext2.html +++ b/htdocs/ext2.html @@ -28,9 +28,9 @@ -

Release 1.46.3 of e2fsprogs is available!

+

Release 1.46.4 of e2fsprogs is available!

-

On July 27, 2021, version 1.46.3 of e2fsprogs was On August 18, 2021, version 1.44.3 of e2fsprogs was announced.

Ext2fs Utilities

diff --git a/htdocs/index.html b/htdocs/index.html index c0279e11b..008ec7bc8 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -34,18 +34,18 @@ here.

-

Release 1.46.3 of e2fsprogs is +

Release 1.46.4 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.46.3 version as + All users of e2fsprogs are urged to upgrade to the 1.46.4 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.