Update release notes, version string, etc. for E2fsprogs 1.41.5 release

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize v1.41.5
Theodore Ts'o 2009-04-23 22:44:16 -04:00
parent 303f4e007c
commit 898ddb065d
5 changed files with 25 additions and 14 deletions

View 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

8
debian/changelog vendored
View 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)

View 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

View 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

View File

@ -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"