From: Theodore Ts'o Date: Mon, 15 Jul 2019 15:43:31 +0000 (-0400) Subject: Update for the 1.45.3 release X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ded0a1c497a150c8bc2b40d66ff71f656a2c3bea;p=thirdparty%2Fe2fsprogs.git Update for the 1.45.3 release Signed-off-by: Theodore Ts'o --- diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html index 3e12ed9da..7592d7305 100644 --- a/htdocs/e2fsprogs-release.html +++ b/htdocs/e2fsprogs-release.html @@ -30,6 +30,7 @@

Release notes for the e2fsprogs package

+

E2fsprogs 1.45.3 (July 14, 2019)

+ +

UI and Features

+ +

Whether or not automatic online scrubs will be run is now controlled by +a setting in /etc/e2scrub.conf. To enable automatic online scrubs, +uncomment out the line containing "periodic_e2scrub=1".

+ +

The fuse2fs program is now installed in /usr/bin instead of /usr/sbin, +since it does not require root privileges.

+ +

Fuse2fs now works with if fusermount from FUSE V3 is installed. +However, in order to provide this compatibility, if you are using a +fusermount from FUSE v2, and you want to mount on top of a non-empty +directory, you will need to specify -o nonempty explicitly. FUSE V3 +always allows mounting on top of non-empty directories, and will fail if +the user or fuse2fs passes the nonempty option.

+ + +

Fixes

+ +

Fixed a bug which caused e2fsck to improperly handle file systems that +enabled both the large_dir and inline directories at the same time.

+ +

E2scrub_all now correctly handles an encrypted (LUKS) ext[234] file +system stacked on top of an LVM volume. (Addresses Debian Bug: #931387)

+ +

Fixed a bug in "E2scrub_all -r" where it was incorrectly specifying +which volume needed to have its e2scrub snapshot cleaned up. (Addresses +Debian Bug: #931679)

+ +

Fixed the Czech, Dutch, German, and Vietnamese translations which +improperly used positional markers which broke a few translated e2fsck +problem descriptions. (Addresses Debian Bug: #892173)

+ + +

Performance, Internal Implementation, Development Support etc.

+ +

Fixed various debian packaging issues. (Addresses Debian Bug: #931266, +#923372)

+ +

Fixed error checking for calls to posix_{memalign,fadvise}.

+ +

Add regression test for checking a file system using fs-verity.

+ +

Various regression test cleanups.

+ +

Fixed various compiler warnings.

+ +

Added xgettext markers to fix incorrectly marked strings in the +e2fsprogs translations template file as being c-style printf strings +when in fact they aren't.

+ +

Added utility script which generates the release tarfile using git +archive.

+ +

Update the Czech, Dutch, and Portuguese translations from the +Translation Project.

+ +

E2fsprogs 1.45.2 (May 27, 2019)

Fixes

diff --git a/htdocs/ext2.html b/htdocs/ext2.html index 829fae5ea..004149095 100644 --- a/htdocs/ext2.html +++ b/htdocs/ext2.html @@ -28,9 +28,9 @@ -

Release 1.45.2 of e2fsprogs is available!

+

Release 1.45.3 of e2fsprogs is available!

-

On May 27, 2019, version 1.45.2 of e2fsprogs was On July 14, 2019, version 1.45.3 of e2fsprogs was announced.

Ext2fs Utilities

diff --git a/htdocs/index.html b/htdocs/index.html index 1ea0a3863..51adf03ac 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -34,18 +34,18 @@ here.

-

Release 1.45.2 of e2fsprogs is +

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