]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update for 1.43.2 release
authorTheodore Ts'o <tytso@mit.edu>
Thu, 1 Sep 2016 22:31:47 +0000 (18:31 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 1 Sep 2016 22:31:47 +0000 (18:31 -0400)
htdocs/e2fsprogs-release.html
htdocs/ext2.html
htdocs/index.html

index 79f34f63181f59371ffb5dd1a92523c42c21f837..a3cab29f2601b2027e1d7879e39025e8d90523c1 100644 (file)
@@ -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>
 <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
index 84790bc0790cb2c902d2fde492afff4c5899be2c..3a8d938e577c26736f836ac76ab6de7d856fe790 100644 (file)
@@ -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>
index aee08c329d6b51f7bedc5ac5e7bb5258f8871fb7..0fb4e66e140f98ab81e33ec31e444b15d9dd914a 100644 (file)
     <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>