summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>2008-02-29 07:11:04 +0000
committertytso <tytso@46e75558-b442-0410-83ab-e6570fdeb8bf>2008-02-29 07:11:04 +0000
commit1f943be2ed4051367684c3e39ee922b789084bda (patch)
tree7ef7dc0a2129022025cad838cc40d35c08f6a26a
parentc003aa5271323bbb719ddc77d36939957d131769 (diff)
downloade2fsprogs-1f943be2ed4051367684c3e39ee922b789084bda.tar.gz
E2fsprogs 1.40.7 release
git-svn-id: https://e2fsprogs.svn.sourceforge.net/svnroot/e2fsprogs/web@12 46e75558-b442-0410-83ab-e6570fdeb8bf
-rw-r--r--htdocs/e2fsprogs-release.html119
-rw-r--r--htdocs/ext2.html6
-rw-r--r--htdocs/index.html12
3 files changed, 127 insertions, 10 deletions
diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html
index 4e6c62fef..7d7aa4f69 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.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.40.4">E2fsprogs 1.40.4 (December 31, 2007)</A>
@@ -77,6 +78,124 @@
<LI><A HREF="#1.02">E2fsprogs 1.02 (January 16, 1996)</A>
</UL>
+<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
+depreciate the -s option, since it can result in filesystems which
+e2fsck can't fix easily. There are very good reasons for wanting to
+disable sparse_super; users who wants to turn off sparse_super can use
+debugfs. (Addresses Sourceforge Bug: #1840286)</P>
+
+<P>Add missing options to mke2fs's usage message. (Addresses Sourceforge
+Bug: #1751393)</P>
+
+<P>Fix bug in resize2fs when large (greater than 128 byte) inodes are
+moved when a filesystem is shrunk; it was only moving the first 128
+bytes, so extended attributes were not getting moved. (Addresses Red
+Hat Bugzilla: #434893)</P>
+
+<P>E2fsck now prints an explicit message when the bad block inode is
+updated, to avoid confusion about why the filesystem was modified.
+(Addresses Sourceforge Bug: #756460)</P>
+
+<P>Allow mke2fs and tune2fs manipulate the large_file feature.
+Previously we just let the kernel and e2fsck do this automatically,
+but e2fsck will no longer automatically clear the large_file feature.
+It still isn't really necessary to worry about this feature flag
+explicitly, but some users seem to care. (Addresses Red Hat Bugzilla:
+#258381)</P>
+
+<P>Suppress message about an old-style fstab if the fstab file is empty.
+(Addresses Debian Bug: #468176)</P>
+
+<P>Fix (really minor) bug in debugfs's find_free_block so it avoids
+reporting a free block more than once if there are too few free blocks
+in the filesystem. (Addresses Sourceforge Bug: #1096315)</P>
+
+<P>Change e2fsck to no longer clear the LARGE_FILES feature flag
+automatically, when there are no more > 2GB files in the filesystem.
+It's been almost a decade since there have been kernels that don't
+support this flag, and e2fsck clears it quietly without telling the
+user why the filesystem has been changed.</P>
+
+<P>Fix bug which could cause libblkid to seg fault if a device mapper
+volume disappears while it is being probed. (Addresses RedHat
+Bugzilla: #433857)</P>
+
+<P>Inhance e2fsck's reporting of unsupported filesystem feature flags.
+(Addresses Sourceforge Feature Request: #1175808)</P>
+
+<P>Fix option syntax in dumpe2fs for explicit superblock and blocksize
+parameters. What was currently documented in the man page has been
+broken for some time, due to getopt() implementation changes. The
+option sytax has been changed to one which is can be more portable
+supported and which is consistent with the format for extended options
+in mke2fs and tune2fs. (Addresses Sourceforge Bug: #1830994)</P>
+
+<P>Add support to tune2fs to clear the resize_inode feature. This
+requires an fsck afterwards. (Addresses Red Hat Bugzilla: #167816)</P>
+
+<P>Teach blkid to detect LVM2 physical volumes. (Addresses Red Hat
+Bugzilla: #409321)</P>
+
+<P>Add support for setting RAID stride and stripe-width via mke2fs and
+tune2fs. Teach dumpe2fs to print the RAID parameters.</P>
+
+<P>Add support for setting new superblock fields to debugfs's
+set_super_value.</P>
+
+<P>Add support for printing "mostly-printable" extended attributes in
+Debugfs.</P>
+
+<P>Add support for the -M option to fsck, which causes it to ignore
+mounted filesystem.</P>
+
+<P>Fix uuidd so that it creates the pid file with the correct pid number.
+(Addresses Sourceforge Bug: #1893244)</P>
+
+<P>Fix various gcc -Wall warnings.</P>
+
+<P>Update Czech, Dutch, Polish, Sweedish, and Vietnamese translations</P>
+
+<P>Fixed spelling mistakes, typos, and otherwise clarified man pages.
+(Addresses Sourceforge Patch: #1399325)</P>
+
+<H3>Programmer's notes</H3>
+
+<P>Fixed various Debian packaging issues --- see debian/changelog for
+details. (Addresses Debian Bug: #466929)</P>
+
+<P>Add new flag EXT2_FLAG_NONFREE_ON_ERROR ext2fs_open2() which returns a
+partially filled-in filesystem object on an error, so that e2fsck can
+print more intelligent error messages.</P>
+
+<P>Add a new function e2p_edit_feature2() which allows the caller to
+specify which feature flags are OK to set or clear, and which returns
+more specific information about feature flags which are not allowed to
+be set/cleared.</P>
+
+<P>Set the C locale in the test_script driver since it uses [A-Za-z].
+(Addresses Sourceforge Bug: #1890526)</P>
+
+<P>Use fcntl locking instead of lockf in libuuid since Cygwin doesn't
+support lockf().</P>
+
+<P>Change configure.in to avoid using the 'dc' command unless it is
+absolutely needed. (i.e., when using parsing a WIP-style version
+number) (Addresses Sourceforge Bug: #1893024)</P>
+
+<P>Add portability checks to support compilation under DJGPP.</P>
+
+<P>Update to the latest samba tdb code before the LGPLv3 change, which
+fixes a realloc() leak on failure.</P>
+
+<P>Fix memory leak in ext2fs_alloc_block().</P>
+
+<P>Fix makefile dependency issues for various install targets.
+(Addresses-Sourceforge-Patches: #1903484, #1903466, #1903456)</P>
+
+<P>Improve descriptions for the r_move_itable and r_resize_inode tests.</P>
+
<H2><A NAME="1.40.6">E2fsprogs 1.40.6 (February 9, 2008)</A></H2>
<P>Add support for returning labels for UDF filesystems in the blkid
diff --git a/htdocs/ext2.html b/htdocs/ext2.html
index 82519a13f..82dce2261 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.6 of e2fsprogs is available!</H2>
+<H2>Release 1.40.7 of e2fsprogs is available!</H2>
-<P>On February 9, 2008, version 1.40.6 of e2fsprogs was <A
+<P>On February 28, 2008, version 1.40.7 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: Sun Feb 10 00:46:15 EST 2008
+Last modified: Fri Feb 29 02:09:56 EST 2008
<!-- hhmts end -->
</BODY>
</HTML>
diff --git a/htdocs/index.html b/htdocs/index.html
index 9d61efbfc..f6d91ca7b 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -35,17 +35,15 @@
<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.6 of e2fsprogs is
+ <IMG SRC="images/new.gif" ALIGN=LEFT><H2>Release 1.40.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.40.6 version as
- soon as possible, which can be found <A HREF="http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.40.6.tar.gz">here</A>.</P>
+ 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>
<P>This release contains a number of bug fixes and enhancements over
- the previous releases. In particular if you wish to experiment with
- the on-line resizing feature in the 2.6 kernels you should upgrade to
- this version of e2fsprogs. For more details, see the
+ the previous releases. For more details, see the
<A HREF="e2fsprogs-release.html">release notes.</A></P>
@@ -59,7 +57,7 @@
<p>
<!-- Created: Thu Jan 3 20:06:34 EST 2008 -->
<!-- hhmts start -->
-Last modified: Sun Feb 10 00:46:52 EST 2008
+Last modified: Fri Feb 29 02:10:37 EST 2008
<!-- hhmts end -->
</body>
</html>