]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update for e2fsprogs 1.41.3 release
authortytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>
Mon, 13 Oct 2008 03:55:04 +0000 (03:55 +0000)
committertytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>
Mon, 13 Oct 2008 03:55:04 +0000 (03:55 +0000)
git-svn-id: https://e2fsprogs.svn.sourceforge.net/svnroot/e2fsprogs/web@22 46e75558-b442-0410-83ab-e6570fdeb8bf

htdocs/e2fsprogs-release.html
htdocs/ext2.html
htdocs/index.html

index 9f80e6a0dc658291424c4f03c731a58b063b8c56..324bfc8d648d4a48473142cdd00a7004d9fa4977 100644 (file)
@@ -30,6 +30,7 @@
 
 <H2>Release notes for the e2fsprogs package</H2>
 <UL>
+<LI><A HREF="#1.41.3">E2fsprogs 1.41.3 (October 12, 2008)</A>
 <LI><A HREF="#1.41.2">E2fsprogs 1.41.2 (October 2, 2008)</A>
 <LI><A HREF="#1.41.1">E2fsprogs 1.41.1 (September 1, 2008)</A>
 <LI><A HREF="#1.41.0">E2fsprogs 1.41.0 (July 10, 2008)</A>
 <LI><A HREF="#1.02">E2fsprogs 1.02 (January 16, 1996)</A>
 </UL>
 
+<H2><A NAME="1.41.3">E2fsprogs 1.41.3 (October 12, 2008)</A></H2>
+
+<P>E2fsck has been fixed so it prints the correct inode number for
+uinit_bg related problems.</P>
+
+<P>E2fsck will now offer to clear the test_fs flag if the ext4 filesystem
+is available on linux.  This can be disabled via a configuration
+option in /etc/e2fsck.conf.</P>
+
+<P>Fix a file descriptor leak in libblkid when checking to see if an ext4
+or ext4dev module exists.</P>
+
+<P>Fix a bug in e2fsck where in preen mode, if there are disk I/O errors
+while trying to close a filesystem can lead to infinite loops.
+(Addresses Red Hat Bugzilla #465679)</P>
+    
+<P>Fix a bug in resize2fs where passing in a bogus new size of 0 blocks
+will cause resize2fs to drop into an infinite loop.  (Addresses Red
+Hat Bugzilla: #465984)</P>
+    
+<P>Add a check in the Unix I/O functions in libext2fs so that when a
+device is opened read/write, return an error if the device is
+read-only using the BLKROGET ioctl.</P>
+
+<P>Fix debugfs's ncheck command so that it prints all of the names of
+hardlinks in the same directory.</P>
+
+<P>Fix a bug in libblkid so it correctly detects whether the ext4 and
+ext4dev filesystems are available, so that the ext4dev->ext4
+fallback code works correctly.</P>
+
+<H3>Programmer's Notes</H3>
+
+<P>Fix a parallel build problem by making sure util/subst is built before
+trying to build the lib/et directory.  (Addresses Sourceforge Bug:
+#2143281)</P>
+
+<P>Updated "make depend" information for crc16.o</P>
+
+
 <H2><A NAME="1.41.2">E2fsprogs 1.41.2 (October 2, 2008)</A></H2>
 
 <P>Fix e2fsck's automatic blocksize detection.  This fixes a regression
index b443f3ca5d6533509567efaacce36ca51a5f1bb8..d6eb4b291a9bfa69afc401b4305a58cd3d525dba 100644 (file)
@@ -28,9 +28,9 @@
 <!-- Begin actual content -->
 
 <IMG SRC="../images/new.gif" ALIGN=LEFT>
-<H2>Release 1.41.2 of e2fsprogs is available!</H2>
+<H2>Release 1.41.3 of e2fsprogs is available!</H2>
 
-<P>On October 2, 2008, version 1.41.2 of e2fsprogs was <A
+<P>On October 12, 2008, version 1.41.3 of e2fsprogs was <A
 HREF="http://e2fsprogs.sourceforge.net">announced</A>.</P>
 
 <H2>Ext2fs Utilities</H2>
@@ -126,7 +126,7 @@ The following Ext2fs Utilities are available:
 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2406&amp;type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
 
 <!-- hhmts start -->
-Last modified: Thu Oct  2 09:20:26 EDT 2008
+Last modified: Sun Oct 12 23:52:53 EDT 2008
 <!-- hhmts end -->
 </BODY>
 </HTML>
index 32c82c8153115dc38b48cb66971cd9acac735355..d6107a7dd18869cc7804df42aee75f4a0d7d17f3 100644 (file)
     <A HREF="http://www.kernel.org/pub/software/scm/git/docs/tutorial.html">here</A>.</P>
 
 
-    <IMG SRC="images/new.gif" ALIGN=LEFT><H2>Release 1.41.2 of e2fsprogs is
+    <IMG SRC="images/new.gif" ALIGN=LEFT><H2>Release 1.41.3 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.41.2 version as
-    soon as possible, which can be found <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.41.2.tar.gz">here</A>.</P>
+    All users of e2fsprogs are urged to upgrade to the 1.41.3 version as
+    soon as possible, which can be found <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.41.3.tar.gz">here</A>.</P>
 
     <P>This release contains a number of bug fixes and enhancements over
     the previous releases.  For more details, see the 
@@ -57,7 +57,7 @@
 <p>
 <!-- Created: Thu Jan  3 20:06:34 EST 2008 -->
 <!-- hhmts start -->
-Last modified: Thu Oct  2 09:21:28 EDT 2008
+Last modified: Sun Oct 12 23:53:11 EDT 2008
 <!-- hhmts end -->
   </body>
 </html>