summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>2008-03-14 01:06:30 +0000
committertytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>2008-03-14 01:06:30 +0000
commit301434eb498e3e97ea6b25b2dedad96a8eb9d3ab (patch)
treebd6ef699e71e368c1a22b133df6fb7f922d7df83
parent1f943be2ed4051367684c3e39ee922b789084bda (diff)
downloade2fsprogs-301434eb498e3e97ea6b25b2dedad96a8eb9d3ab.tar.gz
E2fsprogs 1.40.8 release
git-svn-id: https://e2fsprogs.svn.sourceforge.net/svnroot/e2fsprogs/web@13 46e75558-b442-0410-83ab-e6570fdeb8bf
-rw-r--r--htdocs/e2fsprogs-release.html51
-rw-r--r--htdocs/ext2.html6
-rw-r--r--htdocs/index.html8
3 files changed, 58 insertions, 7 deletions
diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html
index 7d7aa4f69..e58d43449 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.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
diff --git a/htdocs/ext2.html b/htdocs/ext2.html
index 82dce2261..c0e259cc3 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.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>
diff --git a/htdocs/index.html b/htdocs/index.html
index f6d91ca7b..b8130510c 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.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>