From 1eab5161d3da7776294060790a7c048672df9d4f Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 4 Sep 2016 23:47:40 -0400 Subject: [PATCH] Update for 1.43.3 release --- htdocs/e2fsprogs-release.html | 27 +++++++++++++++++++++++++++ htdocs/ext2.html | 4 ++-- htdocs/index.html | 10 +++++----- 3 files changed, 34 insertions(+), 7 deletions(-) diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html index a3cab29f2..516aaebba 100644 --- a/htdocs/e2fsprogs-release.html +++ b/htdocs/e2fsprogs-release.html @@ -30,6 +30,7 @@

Release notes for the e2fsprogs package

+

E2fsprogs 1.43.3 (September 4, 2016)

+ +

Fix e2fsck's handling of timestamps on 32-bit systems.

+ +

E2fsck will now check, and if necessary repair the extra isize fields +in the inode and superblock.

+ +

Fix crashes on architectures such as sparc64 that are sensitive to +unaligned pointer derferences in the journal recovery code when +journal checksums are enabled.

+ +

Programming notes

+ +

Support reproducible builds by not capturing the build directory into +the mk_cmds and compile_et scripts. Also fix debian build rules to +ensure build reproducibility.

+ +

Fix debian build rules to ensure build reproducibility and to avoid +hiding the linker flags for e2fsck.static so the build hardening log +scanner can properly audit the build.

+ +

Fix compatibility with FreeBSD's pmake and teach the configure script +to force the creation of pmake-compatible Makefiles if the +FORCE_NATIVE_MAKE environment variable is set to a non-empty value.

+ +

E2fsprogs 1.43.2 (September 1, 2016)

Fix resize2fs so it will not crash if there is an extended attribute diff --git a/htdocs/ext2.html b/htdocs/ext2.html index 3a8d938e5..febef8902 100644 --- a/htdocs/ext2.html +++ b/htdocs/ext2.html @@ -28,9 +28,9 @@ -

Release 1.43.2 of e2fsprogs is available!

+

Release 1.43.3 of e2fsprogs is available!

-

On September 1, 2016, version 1.43.2 of e2fsprogs was On September 4, 2016, version 1.43.3 of e2fsprogs was announced.

Ext2fs Utilities

diff --git a/htdocs/index.html b/htdocs/index.html index 0fb4e66e1..d38a7e952 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -34,18 +34,18 @@ here.

-

Release 1.43.2 of e2fsprogs is +

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

-- 2.47.2