summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2016-09-01 18:31:47 -0400
committerTheodore Ts'o <tytso@mit.edu>2016-09-01 18:31:47 -0400
commitf464340b1822f4eaa9c1f4c838d84b3b7e154ac3 (patch)
treeca83449dcc0f370aa459c7dac3684feb78a22f23
parent13dbb55a7435d8dffdafade5a92597f530bb1b61 (diff)
downloade2fsprogs-f464340b1822f4eaa9c1f4c838d84b3b7e154ac3.tar.gz
Update for 1.43.2 release
-rw-r--r--htdocs/e2fsprogs-release.html72
-rw-r--r--htdocs/ext2.html4
-rw-r--r--htdocs/index.html10
3 files changed, 79 insertions, 7 deletions
diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html
index 79f34f631..a3cab29f2 100644
--- a/htdocs/e2fsprogs-release.html
+++ b/htdocs/e2fsprogs-release.html
@@ -30,6 +30,7 @@
<H2>Release notes for the e2fsprogs package</H2>
<UL>
+<LI><A HREF="#1.43.2">E2fsprogs 1.43.2 (September 1, 2016)</A>
<LI><A HREF="#1.43.1">E2fsprogs 1.43.1 (June 8, 2016)</A>
<LI><A HREF="#1.43">E2fsprogs 1.43 (May 17, 2016)</A>
<LI><A HREF="#1.42.13">E2fsprogs 1.42.13 (May 17, 2015)</A>
@@ -113,6 +114,77 @@
<LI><A HREF="#1.02">E2fsprogs 1.02 (January 16, 1996)</A>
</UL>
+<H2><A NAME="1.43.2">E2fsprogs 1.43.2 (September 1, 2016)</A></H2>
+
+<P>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</P>
+
+<P>Fix a crash when mke2fs or debugfs tries to copy in a directory
+hierarchy containing an empty directory</P>
+
+<P>Mke2fs will now use a larger journal by default for filesystems
+greater than 128 GB. (1GB instead of 128 MB.)</P>
+
+<P>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.</P>
+
+<P>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)</P>
+
+<P>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</P>
+
+<P>Fix the logic in e2fsck which decides when to repair legacy negative
+timestamp encodings.</P>
+
+<P>Add a command to debugfs to copy the inode structure from one inode to
+another.</P>
+
+<P>Fix a typo in debugfs's stat command when printing out the dtime field
+on file systems with an extended timestamp.</P>
+
+<P>Fix big endian bugs in the e2undo program. (Addresses Red Hat Bug
+#1344636)</P>
+
+<P>Debugfs's logdump can now properly handle journals larger than 2GB.</P>
+
+<P>Avoid installing the man page for fuse2fs if it has not been built.</P>
+
+<P>Update the Catalan, Chinese, Danish, Dutch, French, German, Polish,
+Swedish, Ukrainian translations and added new translations for
+Hugarian and Serbian.</P>
+
+
+<H3>Programming notes</H3>
+
+<P>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.</P>
+
+<P>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.)</P>
+
+<P>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().</P>
+
+<P>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.</P>
+
+<P>Fix a Windows64 portability bug.</P>
+
+
<H2><A NAME="1.43.1">E2fsprogs 1.43.1 (June 8, 2016)</A></H2>
<P>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 @@
<!-- Begin actual content -->
<IMG SRC="../images/new.gif" ALIGN=LEFT>
-<H2>Release 1.43.1 of e2fsprogs is available!</H2>
+<H2>Release 1.43.2 of e2fsprogs is available!</H2>
-<P>On June 8, 2016, version 1.43.1 of e2fsprogs was <A
+<P>On September 1, 2016, version 1.43.2 of e2fsprogs was <A
HREF="http://e2fsprogs.sourceforge.net">announced</A>.</P>
<H2>Ext2fs Utilities</H2>
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 @@
<A HREF="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html">here</A>.</P>
- <IMG SRC="images/new.gif" ALIGN=LEFT><H2>Release 1.43.1 of e2fsprogs is
+ <IMG SRC="images/new.gif" ALIGN=LEFT><H2>Release 1.43.2 of e2fsprogs is
available!</H2>
<P>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 <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.43.1.tar.gz">sourceforge</A>
- or <A HREF="http://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.43.1">kernel.org</A>.</P>
+ downloaded from <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.43.2.tar.gz">sourceforge</A>
+ or <A HREF="http://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.43.2">kernel.org</A>.</P>
<P>This release contains a number of bug fixes and enhancements over
the previous releases. For more details, see the
- <A HREF="e2fsprogs-release.html#1.43.1">release notes.</A></P>
+ <A HREF="e2fsprogs-release.html#1.43.2">release notes.</A></P>
<ADDRESS>