From: Theodore Ts'o Fix resize2fs so it will not crash if there is an extended attribute
+block but it doesn't need to migate any blocks during an off-line
+resize Fix a crash when mke2fs or debugfs tries to copy in a directory
+hierarchy containing an empty directory Mke2fs will now use a larger journal by default for filesystems
+greater than 128 GB. (1GB instead of 128 MB.) Fix an alignment bug in e2fsck which caused sparc64 architectures to
+crash when replaying the journal on file systems with a 64-bit block
+number. Clarify the message printed by tune2fs message when the user needs to
+run e2fsck so it's clear that the -f flag to e2fsck is needed to
+force a full e2fsck scan. (Addresses Debian Bug: #828022) Fix a bug in e2fsck caused by a power failure during e2fsck's journal
+replay could leave the file system in a state where if the file system
+is mounted without doing a full e2fsck scan, the file system could get
+corrupted Fix the logic in e2fsck which decides when to repair legacy negative
+timestamp encodings. Add a command to debugfs to copy the inode structure from one inode to
+another. Fix a typo in debugfs's stat command when printing out the dtime field
+on file systems with an extended timestamp. Fix big endian bugs in the e2undo program. (Addresses Red Hat Bug
+#1344636) Debugfs's logdump can now properly handle journals larger than 2GB. Avoid installing the man page for fuse2fs if it has not been built. Update the Catalan, Chinese, Danish, Dutch, French, German, Polish,
+Swedish, Ukrainian translations and added new translations for
+Hugarian and Serbian. Fix portability problems in fuse2fs. Previously it wouldn't build on
+systems with older glibc versions where clock_gettime() is only
+available in the librt library, and if libintl is not bundled into the
+C library. Remove complicated logic which caused a static code analyzer to flag a
+false positive. (A static code analyzer also found a valid bug in
+deciding when to repair a legacy negative timestamp encoding, so
+eliminating false positives is important.) Fixed a bug where the ext2fs library cloud provoke when a
+extfs2_zero_blocks() is used (via fallocation, initializing a file
+system, uninitialized uninitialized inode table blocks) after a
+different file system which also used ext2fs_zero_blocks(). Enable the unix_io manager in the ext2fs library so it can accept the
+use of a file descriptor. This is helpful in cases where the file
+descriptor comes from temporary file created using O_TMPFILE, or
+passed in from a unix domain socket. Fix a Windows64 portability bug. Fixed e2fsck so that it would correctly update the project quota usage
diff --git a/htdocs/ext2.html b/htdocs/ext2.html
index 84790bc07..3a8d938e5 100644
--- a/htdocs/ext2.html
+++ b/htdocs/ext2.html
@@ -28,9 +28,9 @@
On June 8, 2016, version 1.43.1 of e2fsprogs was On September 1, 2016, version 1.43.2 of e2fsprogs was announced.Release notes for the e2fsprogs package
+
+E2fsprogs 1.43.2 (September 1, 2016)
+
+Programming notes
+
+E2fsprogs 1.43.1 (June 8, 2016)
-
Release 1.43.1 of e2fsprogs is available!
+Release 1.43.2 of e2fsprogs is available!
-Ext2fs Utilities
diff --git a/htdocs/index.html b/htdocs/index.html
index aee08c329..0fb4e66e1 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -34,18 +34,18 @@
here.
I am happy to announce a new release of the e2fsprogs distribution. - All users of e2fsprogs are urged to upgrade to the 1.43 version as + All users of e2fsprogs are urged to upgrade to the 1.43.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.