]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
E2fsprogs 1.40.8 release
authortytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>
Fri, 14 Mar 2008 01:06:30 +0000 (01:06 +0000)
committertytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>
Fri, 14 Mar 2008 01:06:30 +0000 (01:06 +0000)
git-svn-id: https://e2fsprogs.svn.sourceforge.net/svnroot/e2fsprogs/web@13 46e75558-b442-0410-83ab-e6570fdeb8bf

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

index 7d7aa4f6987071069a9813a5b5de9ee8e964be59..e58d43449a1868a9e81c5861d7291beb4368c0e0 100644 (file)
@@ -30,6 +30,7 @@
 
 <H2>Release notes for the e2fsprogs package</H2>
 <UL>
+<LI><A HREF="#1.40.8">E2fsprogs 1.40.8 (March 13, 2008)</A>
 <LI><A HREF="#1.40.7">E2fsprogs 1.40.7 (February 28, 2008)</A>
 <LI><A HREF="#1.40.6">E2fsprogs 1.40.6 (February 9, 2008)</A>
 <LI><A HREF="#1.40.5">E2fsprogs 1.40.5 (January 27, 2008)</A>
 <LI><A HREF="#1.02">E2fsprogs 1.02 (January 16, 1996)</A>
 </UL>
 
+<H2><A NAME="1.40.8">E2fsprogs 1.40.8 (March 13, 2008)</A></H2>
+
+<P>Fixed e2image -I so it works on image files which are larger than 2GB.</P>
+
+<P>Fixed e2fsck's handling of directory inodes with a corrupt size field.  If
+the size is larger than the number of blocks found in the inode, don't
+try to allocate extra empty blocks at the end of the directory to make
+up the difference; there's no point to doing that.  In addition, if
+the size is not a multiple of a blocksize, always fix it.</P>
+
+<P>E2fsck handled a pass 2 "should never happen error" by not giving
+enough information and then core dumping.  Unfortunately, it was all
+too easy to trigger the "should never happen" situation if a
+directory's inode size was not correct.  This has been fixed, but
+e2fsck has also been taught how to handle this situation more
+gracefully, by simply removing the inode hash tree information, so
+that it can be rebuilt again after e2fsck's pass 3.  (Addresses
+Launchpad Bug: #129395)</P>
+
+<P>Resize2fs had a bug resizing large inodes with extended attributes
+that was fixed in 1.40.6; unfortunately, it turned out it wasn't fixed
+completely on big-endian systems such as PowerPC.  The bug should be
+completely fixed now.  Yay for regression test suites.  (Addresses Red
+Hat Bugzilla: #434893)</P>
+
+<P>Updated German, Czech, Dutch, Polish, Sweedish, and Vietnamese
+translations.  Many thanks to Philipp Thomas from Novell for stepping
+up to become the new German translation maintainer!  (Addresses Debian
+Bugs: #302512, #370247, #401092, #412882).</P>
+
+<P>When e2fsck is clearing a corrupt inode's HTREE directory information,
+make it clear that it is just clearing the HTREE information, not the
+entire inode.</P>
+
+<P>Fixed spelling mistakes, typos, and otherwise clarified man pages.  </P>
+
+<H3>Programmer's notes</H3>
+
+<P>Add new functions, ext2fs_dblist_get_last() and
+ext2fs_dblist_drop_last(), which allows the caller to examine the last
+directory block entry added to the list, and to drop if it necessary.</P>
+
+<P>Fixed a portability problem in libblkid with DJGPP.</P>
+
+<P>Fix an obvious typo in an "internal error" message in e2fsck.  Thanks
+to Philipp Thomas for pointing this out.</P>
+
+<P>If the info files are not built, change "make install" so it doesn't
+fail with an error code.</P>
+
 <H2><A NAME="1.40.7">E2fsprogs 1.40.7 (February 28, 2008)</A></H2>
 
 <P>Remove support for clearing the SPARSE_SUPER feature from tune2fs, and
index 82dce2261c06b74d64afc7d26fc2aa7597f46155..c0e259cc3a004bda668e42b8833d996cc9d52ba9 100644 (file)
@@ -28,9 +28,9 @@
 <!-- Begin actual content -->
 
 <IMG SRC="../images/new.gif" ALIGN=LEFT>
-<H2>Release 1.40.7 of e2fsprogs is available!</H2>
+<H2>Release 1.40.8 of e2fsprogs is available!</H2>
 
-<P>On February 28, 2008, version 1.40.7 of e2fsprogs was <A
+<P>On March 13, 2008, version 1.40.8 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: Fri Feb 29 02:09:56 EST 2008
+Last modified: Thu Mar 13 20:59:45 EDT 2008
 <!-- hhmts end -->
 </BODY>
 </HTML>
index f6d91ca7bebd54c6e13a453c1fc7eefe71cb84d3..b8130510c801b623bb5da885c402e42087589882 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.40.7 of e2fsprogs is
+    <IMG SRC="images/new.gif" ALIGN=LEFT><H2>Release 1.40.8 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.40.7 version as
-    soon as possible, which can be found <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.40.7.tar.gz">here</A>.</P>
+    All users of e2fsprogs are urged to upgrade to the 1.40.8 version as
+    soon as possible, which can be found <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.40.8.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: Fri Feb 29 02:10:37 EST 2008
+Last modified: Thu Mar 13 21:00:04 EDT 2008
 <!-- hhmts end -->
   </body>
 </html>