From: Theodore Ts'o Date: Mon, 1 Mar 2021 03:35:28 +0000 (-0500) Subject: Update for the 1.46.2 release X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ecbfd436c697690130881b2c949bc92ff05373;p=thirdparty%2Fe2fsprogs.git Update for the 1.46.2 release Signed-off-by: Theodore Ts'o --- diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html index 50e4a9b96..1c1e70f4c 100644 --- a/htdocs/e2fsprogs-release.html +++ b/htdocs/e2fsprogs-release.html @@ -30,6 +30,7 @@

Release notes for the e2fsprogs package

+

E2fsprogs 1.46.2 (February 28, 2021)

+ +

UI and Features

+ +

Teach the tune2fs program to support "random" as an argument to the -c +option, which sets the maximum mount count. (Addresses Debian Bug: +#926293)

+ +

Add support for the FS_NOCOMP_FL flag to chattr and lsattr.

+ +

Fixes

+ +

When resizing a small file systems to a super-large file system size, +avoid issuing some scary bitmap operation warnings. (Addresses Github +issue https://github.com/tytso/e2fsprogs/issues/60)

+ +

Fix the debugfs rdump and ls commands so they will work correctly for +uid's and gid's => 65536. (Addresses Github issue issue +https://github.com/tytso/e2fsprogs/issues/63)

+ +

Fix the debugfs write and symlink commands so they support targets which +contain a pathname (instead of only working when writing a file or +creating a symlink in the current directory). (Addresses Github issue +https://github.com/tytso/e2fsprogs/issues/61)

+ +

Fix Direct I/O support on block devices where the logical block size is +greater 1k. (This includes Advanced Format HDD's, where the sector size +is 4k, and IBM Mainframe DASD's, where the sector size is 2k.)

+ +

Fix debugfs's logdump so it works on file systems whose block size is +greater than 8k.

+ +

Fix a where e2fsck could a crash when there is error while e2fsck is +trying to open the file system, and e2fsck calls ext2fs_mmp_stop() +before MMP has been initialized. (Addresses Debian Bug: #696609)

+ +

Improved error checking in the fast commit replay code in e2fsck.

+ +

Updated and clarified the chattr man page.

+ +

Performance, Internal Implementation, Development Support etc.

+ +

Fix various compiler and Coverity warnings.

+ +

Update the Spanish translation from the translation project.

+ +

Update the e2fsck/iscan.c test program so that it builds again.

+ +

Fix an environmental dependency bug for the m_rootdir_acl regression +test.

+ +

Avoid the use of loff_t, which is not available for all compilers / +system include files.

+ +

Fix failure of the t_mmp_fail test when running on a device with a 4k +logical sector size.

+ +

E2fsprogs 1.46.1 (February 9, 2021)

Fixes

diff --git a/htdocs/ext2.html b/htdocs/ext2.html index 043d769c0..ab9be2100 100644 --- a/htdocs/ext2.html +++ b/htdocs/ext2.html @@ -28,9 +28,9 @@ -

Release 1.46.1 of e2fsprogs is available!

+

Release 1.46.2 of e2fsprogs is available!

-

On February 9, 2021, version 1.46.1 of e2fsprogs was On February 28, 2021, version 1.46.2 of e2fsprogs was announced.

Ext2fs Utilities

diff --git a/htdocs/index.html b/htdocs/index.html index 8af69421c..0244f9071 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -34,18 +34,18 @@ here.

-

Release 1.46.1 of e2fsprogs is +

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