]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update for e2fsprogs 1.41.7 release.
authortytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>
Wed, 1 Jul 2009 03:57:55 +0000 (03:57 +0000)
committertytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>
Wed, 1 Jul 2009 03:57:55 +0000 (03:57 +0000)
git-svn-id: https://e2fsprogs.svn.sourceforge.net/svnroot/e2fsprogs/web@26 46e75558-b442-0410-83ab-e6570fdeb8bf

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

index 12cccbf3f7fa65275fbe7119fe0242fb47b0cd5a..7025d65b442233099a234efda76952a79f1cba39 100644 (file)
@@ -30,6 +30,7 @@
 
 <H2>Release notes for the e2fsprogs package</H2>
 <UL>
+<LI><A HREF="#1.41.7">E2fsprogs 1.41.7 (June 29, 2009)</A>
 <LI><A HREF="#1.41.6">E2fsprogs 1.41.6 (May 30, 2009)</A>
 <LI><A HREF="#1.41.5">E2fsprogs 1.41.5 (April 23, 2009)</A>
 <LI><A HREF="#1.41.4">E2fsprogs 1.41.4 (January 27, 2009)</A>
 <LI><A HREF="#1.02">E2fsprogs 1.02 (January 16, 1996)</A>
 </UL>
 
+<H2><A NAME="1.41.6">E2fsprogs 1.41.7 (June 29, 2009)</A></H2>
+
+<P>Fix a bug in libext2fs which can cause e2fsck and resize2fs to write
+uninitalized data into the portion of the inode beyond the first 128
+bytes when operating on inodes mapped via extents; potentially
+corrupting filesystems.</P>
+
+<P>Fix memory leaks in e2fsprogs, including a very large memory leak
+which can cause e2fsck to run out of memory when checking very large
+filesystems using extents.</P>
+
+<P>The logsave program will now filter out the ^A and ^B characters when
+writing to the console.</P>
+
+<P>Harden ext2fs_validate_entry() so that lsdel will not read beyond the
+end of the block even if the directory block is corrupted.</P>
+
+<P>Fix debugfs from core dumping if the logdump command fails to open the
+output file.</P>
+
+<P>Enhance badblocks to print the currently tested block number when
+interrupted with ^C.</P>
+
+<P>Fix lsattr to exit with a non-zero status when it encounters errors.
+(Addresses RedHat Bugzilla #489841)</P>
+
+<P>Fix e2fsprogs to use the same encoding for rec_len in 64k (and larger)
+filesystems as the kernel when encoding rec_len >= 64k.  For 64k
+filesystems (currently all that is supported by e2fsprogs, this is
+only a minor corner case).</P>
+
+<P>Resize2fs will now update the journal backup fileds in the sup0erblock
+if the journal is moved; this avoids an unnecessary full fsck after
+resizing the filesystem.  (Addresses RedHat Bugzilla: #505339)</P>
+    
+<P>Fix libext2fs to properly initialize i_extra_size when creating the
+journal and resize inodes.</P>
+
+<P>Change badblocks to allow block sizes larger than 4k.</P>
+
+<P>Fix filefrag progam so it correctly checks for errors from the fiemap ioctl.</P>
+
+<P>Update Chinese and Czech translation from the Translation Project.</P>
+
+<P>Clean up various man pages.  (Addresses Debian Bug #531385 and #523063)</P>
+
+<H3>Programmer's Notes</H3>
+
+<P>Add --disable-libuuid option to configure which uses an in-system
+installed version of libuuid; the private version is enabled by
+default.</P>
+
+<P>Add --valgrind-leakcheck option to the test_script program which runs
+valgrind with the appropriate options to find memory leaks.</P>
+
+
 <H2><A NAME="1.41.6">E2fsprogs 1.41.6 (May 30, 2009)</A></H2>
 
 <P>Fix a critical regression in e2fsck introduced version 1.41.5 which
index ab31707d1e0dc3fa0c812ac4386129ad74c33f70..c361b9bfe65f51ec670bec22c92a75c94d88a0e5 100644 (file)
@@ -28,9 +28,9 @@
 <!-- Begin actual content -->
 
 <IMG SRC="../images/new.gif" ALIGN=LEFT>
-<H2>Release 1.41.6 of e2fsprogs is available!</H2>
+<H2>Release 1.41.7 of e2fsprogs is available!</H2>
 
-<P>On May 30, 2009, version 1.41.6 of e2fsprogs was <A
+<P>On June 29, 2009, version 1.41.7 of e2fsprogs was <A
 HREF="http://e2fsprogs.sourceforge.net">announced</A>.</P>
 
 <H2>Ext2fs Utilities</H2>
index e5d2c834b7fb2ba1a3afc7008a1a01bbcabf1d27..a9411cd389fdf10e559335684b9ff539459db660 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.6 of e2fsprogs is
+    <IMG SRC="images/new.gif" ALIGN=LEFT><H2>Release 1.41.7 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.6 version as
-    soon as possible, which can be found <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.41.6.tar.gz">here</A>.</P>
+    All users of e2fsprogs are urged to upgrade to the 1.41.7 version as
+    soon as possible, which can be found <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.41.7.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