From 7267e3d3fdbc911477bfd7fb8bb5232252168d0a Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 22 Dec 2010 18:55:15 -0500 Subject: [PATCH] Update Release Notes, Changelogs, version.h, etc. for 1.41.14 release Signed-off-by: "Theodore Ts'o" --- README | 2 +- RELEASE-NOTES | 32 ++++++++++++++++++++++++++++++++ debian/changelog | 15 +++++++++++++++ doc/libext2fs.texinfo | 6 +++--- e2fsprogs.lsm | 10 +++++----- version.h | 4 ++-- 6 files changed, 58 insertions(+), 11 deletions(-) diff --git a/README b/README index 5dda86b..5abc789 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - This is the new version (1.41.13) of the second extended file + This is the new version (1.41.14) 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 586e6e6..574ce91 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,35 @@ +E2fsprogs 1.41.14 (December 22, 2010) +===================================== + +Fix spurious complaint in mke2fs where it would complain if the file +system type "default" is not defined in mke2fs.conf. + +The resize2fs program will no longer clear the resize_inode feature +when the number reserved group descriptor blocks reaches zero. This +allows for subsequent shrinks of the file system to work cleanly for +flex_bg file systems. + +The resize2fs program now handles devices which are exactly 16T; +previously it would give an error saying that the file system was too +big. + +E2fsck (and the libext2fs library) will not use the extended rec_len +encoding for file systems whose block size is less than 64k, for +consistency with the kernel. + +Programming notes +----------------- + +E2fsprogs 1.41.13 would not compile on big-endian systems. This has +been fixed. (Addresses Sourceforge Bug: #3138115) + +The ext2fs_block_iterator2() function passed an incorrect ref_offset +to its callback function in the case of sparse files. (Addresses +Sourceforge Bug: #3081087) + +Fix some type-punning warnings generated by newer versions of gcc. + + E2fsprogs 1.41.13 (December 13, 2010) ===================================== diff --git a/debian/changelog b/debian/changelog index b4927ca..f2394b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +e2fsprogs (1.41.14-1) experimental; urgency=low + + * New upstream release + * Fixed a FTBFS on big-endian architectures + * Fixed spurious warning in mke2fs + * resize2fs now works correctly on devices exactly 16TB + * resize2fs will no longer clear the resize_inode feature when the + number of reserved GDT blocks reaches 0. This allows a file + system with the flex_bg feature to be subsequently shrunk. + * e2fsck will no longer use the extended rec_len encoding for file + systems whose blocksize is less than 64k, to catch fs inconsistencies + which the kernel will complain about. + + -- Theodore Y. Ts'o Wed, 22 Dec 2010 18:39:19 -0500 + e2fsprogs (1.41.13-1) unstable; urgency=low * New upstream release diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 669b7ab..d607396 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.13) +@settitle The EXT2FS Library (version 1.41.14) @synindex tp fn @comment %**end of header @@ -60,7 +60,7 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library -@subtitle Version 1.41.13 +@subtitle Version 1.41.14 @subtitle December 2010 @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.13. +This manual documents the EXT2FS Library, version 1.41.14. @end ifinfo diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index 991e609..acf2867 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,16 +1,16 @@ Begin3 Title: EXT2 Filesystem utilities -Version: 1.41.13 -Entered-date: 13Dec2010 +Version: 1.41.14 +Entered-date: 22Dec2010 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 - 4408kB e2fsprogs-1.41.13.tar.gz - 480kB e2fsprogs-libs-1.41.13.tar.gz - 1kB e2fsprogs-1.41.13.lsm + 4408kB e2fsprogs-1.41.14.tar.gz + 480kB e2fsprogs-libs-1.41.14.tar.gz + 1kB e2fsprogs-1.41.14.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-2/LGPL-2 diff --git a/version.h b/version.h index 156db11..7005be1 100644 --- a/version.h +++ b/version.h @@ -7,5 +7,5 @@ * file may be redistributed under the GNU Public License v2. */ -#define E2FSPROGS_VERSION "1.41.13" -#define E2FSPROGS_DATE "13-Dec-2010" +#define E2FSPROGS_VERSION "1.41.14" +#define E2FSPROGS_DATE "22-Dec-2010" -- 1.8.3.1