mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-30 13:33:33 +08:00
Update for e2fsprogs 1.40.10 release.
git-svn-id: https://e2fsprogs.svn.sourceforge.net/svnroot/e2fsprogs/web@15 46e75558-b442-0410-83ab-e6570fdeb8bf
This commit is contained in:
parent
9b893ba2e9
commit
d1ba136d98
@ -30,6 +30,7 @@
|
||||
|
||||
<H2>Release notes for the e2fsprogs package</H2>
|
||||
<UL>
|
||||
<LI><A HREF="#1.40.10">E2fsprogs 1.40.10 (May 21, 2008)</A>
|
||||
<LI><A HREF="#1.40.9">E2fsprogs 1.40.9 (April 27, 2008)</A>
|
||||
<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>
|
||||
@ -80,6 +81,31 @@
|
||||
<LI><A HREF="#1.02">E2fsprogs 1.02 (January 16, 1996)</A>
|
||||
</UL>
|
||||
|
||||
<H2><A NAME="1.40.10">E2fsprogs 1.40.10 (May 21, 2008)</A></H2>
|
||||
|
||||
<P>When deciding whether or not to revalidate a blkid cache entry, if the
|
||||
device's mtime is newer than the last time the cached entry was
|
||||
validated, force a revalidation.</P>
|
||||
|
||||
<P>Fix a potential data corruption bug in e2fsck in the journal replay.
|
||||
The chances of this is happening is extremely remote, especially the
|
||||
default data=ordered or data=writeback modes. However, if a block
|
||||
which has been journalled starts with the first four bytes 0xc03b3998,
|
||||
when e2fsck replays the journal, those four bytes will be replaced
|
||||
with zero's. Fortunately, it is highly, highly unlikely for e2fsck
|
||||
metadata to begin with those fatal 4 byte sequence, and unless
|
||||
data=ordered mode is in use, data blocks are never journaled.</P>
|
||||
|
||||
<P>Updated German, Dutch, Sweedish, and Vietnamese translations.</P>
|
||||
|
||||
<H3>Programmer's notes</H3>
|
||||
|
||||
<P>Fixed various Debian packaging issues --- see debian/changelog for
|
||||
details.</P>
|
||||
|
||||
<P>Remove default sizes of types when cross compiling, since autoconf
|
||||
2.50 can figure this out automatically now.</P>
|
||||
|
||||
<H2><A NAME="1.40.9">E2fsprogs 1.40.9 (April 27, 2008)</A></H2>
|
||||
|
||||
<P>SuSE's security team audited uuidd and came up with a few minor
|
||||
|
@ -28,9 +28,9 @@
|
||||
<!-- Begin actual content -->
|
||||
|
||||
<IMG SRC="../images/new.gif" ALIGN=LEFT>
|
||||
<H2>Release 1.40.9 of e2fsprogs is available!</H2>
|
||||
<H2>Release 1.40.10 of e2fsprogs is available!</H2>
|
||||
|
||||
<P>On April 27, 2008, version 1.40.9 of e2fsprogs was <A
|
||||
<P>On May 21, 2008, version 1.40.10 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&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a>
|
||||
|
||||
<!-- hhmts start -->
|
||||
Last modified: Sun May 11 22:09:01 EDT 2008
|
||||
Last modified: Thu May 22 13:30:47 EDT 2008
|
||||
<!-- hhmts end -->
|
||||
</BODY>
|
||||
</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.9 of e2fsprogs is
|
||||
<IMG SRC="images/new.gif" ALIGN=LEFT><H2>Release 1.40.10 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.9 version as
|
||||
soon as possible, which can be found <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.40.9.tar.gz">here</A>.</P>
|
||||
All users of e2fsprogs are urged to upgrade to the 1.40.10 version as
|
||||
soon as possible, which can be found <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.40.10.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: Sun May 11 22:06:47 EDT 2008
|
||||
Last modified: Thu May 22 13:30:28 EDT 2008
|
||||
<!-- hhmts end -->
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user