Update release notes, version files for 1.40.6 release

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize v1.40.6
Theodore Ts'o 2008-02-10 00:16:37 -05:00
parent 47526e3568
commit e015f3d5ef
6 changed files with 69 additions and 12 deletions

2
README
View File

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

View File

@ -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)
===================================

20
debian/changelog vendored
View File

@ -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 <tytso@mit.edu> 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

View File

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

View File

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

View File

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