OSDN Git Service

Update release notes, version string, etc. for E2fsprogs 1.41.5 release
authorTheodore Ts'o <tytso@mit.edu>
Fri, 24 Apr 2009 02:44:16 +0000 (22:44 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 24 Apr 2009 02:44:16 +0000 (22:44 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
RELEASE-NOTES
debian/changelog
doc/libext2fs.texinfo
e2fsprogs.lsm
version.h

index e9ef0f6..4ef28ba 100644 (file)
@@ -1,5 +1,5 @@
-E2fsprogs 1.41.5  -- WORK IN PROGRESS (April 22, 2009)
-======================================================
+E2fsprogs 1.41.5 (April 23, 2009)
+=================================
 
 Fix a number of filesystem corruption bugs in resize2fs when growing
 or shrinking ext4 filesystems off-line (i.e., when the ext4 filesystem
@@ -7,7 +7,10 @@ is not mounted).
 
 Debugfs can now set i_file_acl_high via the set_inodes_field command,
 and print a 64-bit file acl.  This is useful for debugging filesystem
-corruptions where the high 32 bits of i_file_acl_high are set.
+corruptions where the high bits of i_file_acl_high are set.  E2fsck
+will detect and fix non-zero i_file_acl_high on 32-bit filesystems
+since some Linux kernel versions pay attention to this field even when
+they shouldn't.
 
 Speed up e2fsck when checking clean filesystems by avoiding
 unnecessary block reads, and coalescing the block group descriptor
index fce2566..1d2cd94 100644 (file)
@@ -1,3 +1,11 @@
+e2fsprogs (1.41.5-1) intrepid; urgency=low
+
+  * New upstream release
+  * E2fsck will now detect and fix inodes that have a non-zero
+    i_file_acl_high field on 32-bit filesystems.
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Thu, 23 Apr 2009 22:15:45 -0400
+
 e2fsprogs (1.41.4-3) unstable; urgency=low
 
   * Update/clarify man pages (Closes: #365619)
index 1836cdc..f009a0e 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo    @c -*-texinfo-*-
 @c %**start of header
 @setfilename libext2fs.info
-@settitle The EXT2FS Library (version 1.41.4)
+@settitle The EXT2FS Library (version 1.41.5)
 @synindex tp fn
 @comment %**end of header
 
@@ -60,8 +60,8 @@ by the author.
 
 @title The EXT2FS Library
 @subtitle The EXT2FS Library
-@subtitle Version 1.41.4
-@subtitle January 2009
+@subtitle Version 1.41.5
+@subtitle April 2009
 
 @author by Theodore Ts'o
 
@@ -102,7 +102,7 @@ by the Foundation.
 
 @top The EXT2FS Library
 
-This manual documents the EXT2FS Library, version 1.41.4
+This manual documents the EXT2FS Library, version 1.41.5
 
 @end ifinfo
 
index b63bac7..31a3ef9 100644 (file)
@@ -1,17 +1,17 @@
 Begin3
 Title:          EXT2 Filesystem utilities
-Version:        1.41.4
-Entered-date:   27Jan2009
+Version:        1.41.5
+Entered-date:   23Apr2009
 Description:    The filesystem utilities for the EXT2 filesystem, including 
                e2fsck, mke2fs, dumpe2fs, fsck, and others.
 Keywords:       utilities, fsck, filesystem, Ext2fs
 Author:         tytso@mit.edu (Theodore Tso)
 Maintained-by:  tytso@mit.edu (Theodore Tso)
 Primary-site:   download.sourceforge.net /pub/sourceforge/e2fsprogs
-               4324kB e2fsprogs-1.41.4.tar.gz
-               484kB e2fsprogs-libs-1.41.4.tar.gz
+               4316kB e2fsprogs-1.41.5.tar.gz
+               484kB e2fsprogs-libs-1.41.5.tar.gz
                 1kB   e2fsprogs-1.41.4.lsm
 Alternate-site: 
 Platforms:     linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x
-Copying-policy: GPL/LGPL
+Copying-policy: GPL-2/LGPL-2
 End
index d864e11..8919642 100644 (file)
--- a/version.h
+++ b/version.h
@@ -7,5 +7,5 @@
  * redistributed under the GNU Public License.
  */
 
-#define E2FSPROGS_VERSION "1.41.4"
-#define E2FSPROGS_DATE "22-Apr-2009"
+#define E2FSPROGS_VERSION "1.41.5"
+#define E2FSPROGS_DATE "23-Apr-2009"