From e015f3d5ef12f70d7e518239fcc0a6452f2bfae6 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 10 Feb 2008 00:16:37 -0500 Subject: Update release notes, version files for 1.40.6 release Signed-off-by: "Theodore Ts'o" --- README | 2 +- RELEASE-NOTES | 37 +++++++++++++++++++++++++++++++++++++ debian/changelog | 20 ++++++++++++++++++++ doc/libext2fs.texinfo | 8 ++++---- e2fsprogs.lsm | 10 +++++----- version.h | 4 ++-- 6 files changed, 69 insertions(+), 12 deletions(-) diff --git a/README b/README index b6fe50dc..6c9a9a2d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - This is the new version (1.40.4) of the second extended file + This is the new version (1.40.6) 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 538d879b..92fd2c07 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,40 @@ +E2fsprogs 1.40.6 (February 9, 2008) +=================================== + +Add support for returning labels for UDF filesystems in the blkid +library. + +Fix bug in the blkid library where cached filesystems was not being +flushed when opening USB devices returned the error ENOMEDIUM. +(Addresses Debian Bug: #463787) + +Added logic to the blkid library to automatically choose whether a +filesystem should be mounted as ext4 or ext4dev, as appropriate. + +Allow tune2fs to set and clear the test_fs flag on ext4 filesystems. + +Fix a bug in e2fsck which caused it to core dump if e2fsprogs had been +configured with --enable-jbd-debug. + +Document the BLKID_FILE environment variable in the libblkid man page + +Programmer's Notes: +------------------- + +Update e2fsprogs translation template and Vietnamese and Czech translations + +Fixed various Debian packaging issues --- see debian/changelog for +details. (Addresses Debian Bugs: #436058) + +Don't try to create $DESTDIR/etc/init.d as part of make install as we +don't install the init.d script (and it's not the recommended way to +start uuidd anyway). (Addresses Sourceforge Bug: #1885085) + +Use thread local storage to fix a theoretical race condition if two +threads try to format an unknown error code at the same time in the +com_err library. + + E2fsprogs 1.40.5 (January 27, 2008) =================================== diff --git a/debian/changelog b/debian/changelog index 68cb7c84..e770d011 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +e2fsprogs (1.40.6-1) gutsy; urgency=low + + * New upstream release + * Add support for returning labels for UDF filesystems in the blkid + library. + * Fix bug in the blkid library where cached filesystems was not being + flushed when opening USB devices returned the error ENOMEDIUM. + (Closes: #463787) + * Add logic to the blkid library to automatically choose whether a + filesystem should be mounted as ext4 or ext4dev, as appropriate. + * Allow tune2fs to set and clear the test_fs flag on ext4 filesystems. + * Document the BLKID_FILE environment variable in the libblkid man page + * Update Vietnamese and Czech translations from the translation project + * Fix dependency problem caused by dpkg 1.14.16 (Closes: #436058) + * Use thread local storage to fix a theoretical race condition if two + threads try to format an unknown error code at the same time in + the com_err library. + + -- Theodore Y. Ts'o Sun, 10 Feb 2008 00:06:02 -0500 + e2fsprogs (1.40.5-2) unstable; urgency=low * Fix debian/control and debian/rules so that they work correctly diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 452e54f2..1d8a017d 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.40.5) +@settitle The EXT2FS Library (version 1.40.6) @synindex tp fn @comment %**end of header @@ -61,8 +61,8 @@ by the author. @title The EXT2FS Library @subtitle The EXT2FS Library -@subtitle Version 1.40.5 -@subtitle January 2008 +@subtitle Version 1.40.6 +@subtitle February 2008 @author by Theodore Ts'o @@ -103,7 +103,7 @@ by the Foundation. @top The EXT2FS Library -This manual documents the EXT2FS Library, version 1.40.5. +This manual documents the EXT2FS Library, version 1.40.6. @end ifinfo diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index 5839aecd..aefdb646 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,16 +1,16 @@ Begin3 Title: EXT2 Filesystem utilities -Version: 1.40.5 -Entered-date: 27Jan2008 +Version: 1.40.6 +Entered-date: 09Feb2008 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 - 3972kB e2fsprogs-1.40.5.tar.gz - 440kB e2fsprogs-libs-1.40.5.tar.gz - 1kB e2fsprogs-1.40.5.lsm + 3984kB e2fsprogs-1.40.6.tar.gz + 440kB e2fsprogs-libs-1.40.6.tar.gz + 1kB e2fsprogs-1.40.6.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 f480a1d0..0c690c13 100644 --- a/version.h +++ b/version.h @@ -7,5 +7,5 @@ * redistributed under the GNU Public License. */ -#define E2FSPROGS_VERSION "1.40.5" -#define E2FSPROGS_DATE "27-Jan-2008" +#define E2FSPROGS_VERSION "1.40.6" +#define E2FSPROGS_DATE "09-Feb-2008" -- cgit v1.2.3