From 1eb62ac0d8f1a89f336da10b7352c1433ad94af6 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 17 May 2018 11:15:45 -0400 Subject: [PATCH] Update for 1.44.2 release. Signed-off-by: Theodore Ts'o --- htdocs/e2fsprogs-release.html | 49 +++++++++++++++++++++++++++++++++++ htdocs/ext2.html | 4 +-- htdocs/index.html | 10 +++---- 3 files changed, 56 insertions(+), 7 deletions(-) diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html index ee72fd0d0..b3cfb2fce 100644 --- a/htdocs/e2fsprogs-release.html +++ b/htdocs/e2fsprogs-release.html @@ -30,6 +30,7 @@

Release notes for the e2fsprogs package

+

E2fsprogs 1.44.2 (May 14, 2018) + +

Fixes

+ +

E2fsck now prints a warning message if broken_system_clock is set in +e2fsck.conf and this causes the check interval to be ignored so it is +clear to the user.

+ +

Fix e2image handling of e2i files on big endian systems

+ +

Add sanity checks for inodes containing xattr values to prevent +maliciously crafted file systems from causing crashes caused by infinite +recursion from causing e2fsck and debugfs to crash.

+ +

Fix e2fsck so that quota usage is adjusted when clearing orphaned +inodes.

+ +

Fix filefrag so that unknown flags returned by FIEMAP won't cause a +buffer overrun.

+ +

Fix mke2fs to print a more useful/correct error message if +ext2fs_close_free() at the end of the file system creation process.

+ +

Improve chattr's man page.

+ + +

Performance, Internal Implementation, Development Support etc.

+ +

Demote e2fsprogs in debian packaging from Essential: yes to +XB-Important: yes (Addresses Debian Bug #474540)

+ +

Fix intl/Makefile so it uses @AR@ instead of a hard-coded 'ar' (which +matters when cross compiling).

+ +

Update Polish translation file.

+ +

Fix the address of the FSF in various GPL/LGPL copyright licenses.

+ +

Clean up the i_bitmaps test so it doesn't leave temporary files behind.

+ +

Remove use of /dev/stdin in the regression tests since not all systems +have /dev/stdin.

+ +

Fix the f_bigalloc_badinode and f_bigalloc_orphan_list regression tests +so they uses mke2fs and ebugfs from the build tree. They may not exist +in the users PATH, and if they not or if they are extremely +old/obsolete, those tests would fail.

+

E2fsprogs 1.44.1 (March 24, 2018)

Fixes

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

Release 1.44.1 of e2fsprogs is available!

+

Release 1.44.2 of e2fsprogs is available!

-

On March 24, 2018, version 1.44.1 of e2fsprogs was On May 14, 2018, version 1.44.2 of e2fsprogs was announced.

Ext2fs Utilities

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

-

Release 1.44.1 of e2fsprogs is +

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

-- 2.47.2