E2fsprogs 1.40.8 release

git-svn-id: https://e2fsprogs.svn.sourceforge.net/svnroot/e2fsprogs/web@13 46e75558-b442-0410-83ab-e6570fdeb8bf
web
tytso 2008-03-14 01:06:30 +00:00
parent 1f943be2ed
commit 301434eb49
3 changed files with 58 additions and 7 deletions

View 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>
@ -78,6 +79,56 @@
<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

View 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>

View File

@ -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.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>