From 898ddb065d80e8bba7939a2695783a747db208ba Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 23 Apr 2009 22:44:16 -0400 Subject: [PATCH] Update release notes, version string, etc. for E2fsprogs 1.41.5 release Signed-off-by: "Theodore Ts'o" --- RELEASE-NOTES | 9 ++++++--- debian/changelog | 8 ++++++++ doc/libext2fs.texinfo | 8 ++++---- e2fsprogs.lsm | 10 +++++----- version.h | 4 ++-- 5 files changed, 25 insertions(+), 14 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e9ef0f6..4ef28ba 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 diff --git a/debian/changelog b/debian/changelog index fce2566..1d2cd94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 23 Apr 2009 22:15:45 -0400 + e2fsprogs (1.41.4-3) unstable; urgency=low * Update/clarify man pages (Closes: #365619) diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 1836cdc..f009a0e 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -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 diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index b63bac7..31a3ef9 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -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 diff --git a/version.h b/version.h index d864e11..8919642 100644 --- 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" -- 1.8.3.1