summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>2008-10-13 03:55:04 +0000
committertytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>2008-10-13 03:55:04 +0000
commit407781c671d1cfebb42828385b7fc820597615f8 (patch)
tree7fd5884f2046493823c41bf1624f600db40c9736
parent031e238e542573edb4b394b1fa88075e3c118c83 (diff)
downloade2fsprogs-407781c671d1cfebb42828385b7fc820597615f8.tar.gz
Update for e2fsprogs 1.41.3 release
git-svn-id: https://e2fsprogs.svn.sourceforge.net/svnroot/e2fsprogs/web@22 46e75558-b442-0410-83ab-e6570fdeb8bf
-rw-r--r--htdocs/e2fsprogs-release.html41
-rw-r--r--htdocs/ext2.html6
-rw-r--r--htdocs/index.html8
3 files changed, 48 insertions, 7 deletions
diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html
index 9f80e6a0d..324bfc8d6 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.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>
@@ -85,6 +86,46 @@
<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
diff --git a/htdocs/ext2.html b/htdocs/ext2.html
index b443f3ca5..d6eb4b291 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.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>
diff --git a/htdocs/index.html b/htdocs/index.html
index 32c82c815..d6107a7dd 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -35,12 +35,12 @@
<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>