From: Theodore Ts'o Date: Mon, 23 Mar 2020 13:54:49 +0000 (-0400) Subject: Update for the 1.45.5 release X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88117297a2f91cae36ff76044e6097bec7716fd3;p=thirdparty%2Fe2fsprogs.git Update for the 1.45.5 release Signed-off-by: Theodore Ts'o --- diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html index 5b31ccdbd..a77f4fe7c 100644 --- a/htdocs/e2fsprogs-release.html +++ b/htdocs/e2fsprogs-release.html @@ -30,6 +30,7 @@

Release notes for the e2fsprogs package

+

E2fsprogs 1.45.6 (March 20, 2020)

+ +

UI and Features

+ +

Debugfs will ignore lines in its command files which start with a +comment character ("#").

+ + +

Fixes

+ +

Fixed a number of potential out of bounds memory accesses caused by +fuzzed / malicious file systems. (Addresses Google Bug: #147849134)

+ +

Fix a spurious complaint from e2fsck when a directory which previously +had more than 32000 subdirectories has the number of subdirectories +drops below 32000.

+ +

Fix an ismounted check when an LVM device is renamed while the device is +mounted.

+ +

Mke2fs -d now correctly sets permission with files where the owner +permissions are not rwx.

+ +

Improve e2fsck's ability to deal with file systems with very large +number of directories, such that various data structures take more than +2GiB of memory. Use better structure packing to improve the memory +efficiency of these data structures.

+ +

Fix debugfs so it correctly prints inode numbers > 2**31.

+ +

Filefrag now supports very large files (with > 4 billion blocks), as +well as block sizes up to 1 GiB.

+ +

Updated and clarified various man pages. (Addresses Debian Bugs: +#953493, #953494, #951808)

+ + +

Performance, Internal Implementation, Development Support etc.

+ +

Reserved the error code EXT2_ET_NO_GDESC (which will be used in +e2fsprogs v1.46+)

+ +

Added a thread-safe variant of e2p_feature2string(), +e2p_feature_to_string() to the libe2p library.

+ +

Fixed portability problems caused by gcc 10.

+ +

Fixed portability problem in libcom_err with GNU Hurd.

+ +

Fixed various Debian packaging issues. (Addresses-Debian-Bug: #953926)

+ +

Synchronized changes from Android's AOSP e2fsprogs tree.

+ +

Update the Malay translation from the translation project.

+ +

E2fsprogs 1.45.5 (January 7, 2020)

Fixes

diff --git a/htdocs/ext2.html b/htdocs/ext2.html index fcfcf088e..5c188c6fc 100644 --- a/htdocs/ext2.html +++ b/htdocs/ext2.html @@ -28,9 +28,9 @@ -

Release 1.45.5 of e2fsprogs is available!

+

Release 1.45.6 of e2fsprogs is available!

-

On January 7, 2020, version 1.45.5 of e2fsprogs was On March 20, 2020, version 1.45.6 of e2fsprogs was announced.

Ext2fs Utilities

diff --git a/htdocs/index.html b/htdocs/index.html index 04f842ce5..778353124 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -34,18 +34,18 @@ here.

-

Release 1.45.5 of e2fsprogs is +

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