From df547ae88663ba4259cd61adc9f166d41e0b86f5 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 11 Oct 2008 18:40:13 -0400 Subject: [PATCH] Update release notes, changelog, etc., for e2fsprogs 1.41.3 release Signed-off-by: "Theodore Ts'o" --- README | 2 +- RELEASE-NOTES | 42 ++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 22 ++++++++++++++++++++++ doc/libext2fs.texinfo | 6 +++--- e2fsprogs.lsm | 10 +++++----- version.h | 4 ++-- 6 files changed, 75 insertions(+), 11 deletions(-) diff --git a/README b/README index 0da6931..2984112 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - This is the new version (1.41.2) of the second extended file + This is the new version (1.41.3) of the second extended file system management programs. From time to time, I release new versions of e2fsprogs, to fix diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 03b3905..6f9992d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,45 @@ +E2fsprogs 1.41.3 (October 12, 2008) +=================================== + +E2fsck has been fixed so it prints the correct inode number for +uinit_bg related problems. + +E2fsck will now offer to clear the test_fs flag if the ext4 filesystem +is available on linux. This can be disabled via a configuration +option in /etc/e2fsck.conf. + +Fix a file descriptor leak in libblkid when checking to see if an ext4 +or ext4dev module exists. + +Fix a bug in e2fsck where in preen mode, if there are disk I/O errors +while trying to close a filesystem can lead to infinite loops. +(Addresses Red Hat Bugzilla #465679) + +Fix a bug in resize2fs where passing in a bogus new size of 0 blocks +will cause resize2fs to drop into an infinite loop. (Addresses Red +Hat Bugzilla: #465984) + +Add a check in the Unix I/O functions in libext2fs so that when a +device is opened read/write, return an error if the device is +read-only using the BLKROGET ioctl. + +Fix debugfs's ncheck command so that it prints all of the names of +hardlinks in the same directory. + +Fix a bug in libblkid so it correctly detects whether the ext4 and +ext4dev filesystems are available, so that the ext4dev->ext4 +fallback code works correctly. + +Programmer's Notes +------------------ + +Fix a parallel build problem by making sure util/subst is built before +trying to build the lib/et directory. (Addresses Sourceforge Bug: +#2143281) + +Updated "make depend" information for crc16.o + + E2fsprogs 1.41.2 (October 2, 2008) ================================== diff --git a/debian/changelog b/debian/changelog index c079df5..170bc80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +e2fsprogs (1.41.3-1) unstable; urgency=low + + * New upstream release + * Fix e2fsck so it prints the correct inode number for uinit_bg + related problems. + * E2fsck will offer to clear the test_fs flag if the ext4 filesystem + is available. + * Fix a file descriptor leak in libblkid + * Avoid a poteintial infinite loop in e2fsck when there are disk I/O + errors while trying to close a filesystem. + * Fix a potential infinite loop in resize2fs when a bogus new size of + 0 blocks is specified on the command line. + * Add an early check to see if a device is read-only to avoid lots of + confusing error messages. + * Fix debugfs's ncheck command so it prints all of the names of + hardlinks in the same directories. + * Fix a bug in libblkid so it correctly detects whether the ext4 and + ext4dev filesystems are available, so that the ext4dev->ext4 + fallback code works correctly. + + -- Theodore Y. Ts'o Sun, 12 Oct 2008 22:45:34 -0400 + e2fsprogs (1.41.2-1) unstable; urgency=low * New upstream release diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 4196481..27adea4 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.2) +@settitle The EXT2FS Library (version 1.41.3) @synindex tp fn @comment %**end of header @@ -59,7 +59,7 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library -@subtitle Version 1.41.2 +@subtitle Version 1.41.3 @subtitle October 2008 @author by Theodore Ts'o @@ -101,7 +101,7 @@ by the Foundation. @top The EXT2FS Library -This manual documents the EXT2FS Library, version 1.41.2. +This manual documents the EXT2FS Library, version 1.41.3 @end ifinfo diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index c75b038..3f65e69 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,16 +1,16 @@ Begin3 Title: EXT2 Filesystem utilities -Version: 1.41.2 -Entered-date: 2Oct2008 +Version: 1.41.3 +Entered-date: 12Oct2008 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 - 4264kB e2fsprogs-1.41.2.tar.gz - 480kB e2fsprogs-libs-1.41.2.tar.gz - 1kB e2fsprogs-1.41.2.lsm + 4264kB e2fsprogs-1.41.3.tar.gz + 480kB e2fsprogs-libs-1.41.3.tar.gz + 1kB e2fsprogs-1.41.3.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 diff --git a/version.h b/version.h index 236a5d0..e2777fe 100644 --- a/version.h +++ b/version.h @@ -7,5 +7,5 @@ * redistributed under the GNU Public License. */ -#define E2FSPROGS_VERSION "1.41.2" -#define E2FSPROGS_DATE "02-Oct-2008" +#define E2FSPROGS_VERSION "1.41.3" +#define E2FSPROGS_DATE "12-Oct-2008" -- 1.8.3.1