Update release notes, changelog, and other files for v1.40.11 release

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize v1.40.11
Theodore Ts'o 2008-06-17 22:17:09 -04:00
parent 054cd1f61e
commit 0c7be6cb7b
7 changed files with 255 additions and 198 deletions

2
README
View File

@ -1,4 +1,4 @@
This is the new version (1.40.10) of the second extended file
This is the new version (1.40.11) 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,31 @@
E2fsprogs 1.40.11 (June 17, 2008)
=================================
Mke2fs, tune2fs, and resize2fs now use floating point to calculate the
percentage of reserved blocks. (Addresses Debian Bug: #452639)
Updated Spanish and Catalan translations.
Fixed various Debian packaging issues --- see debian/changelog for
details. (Addresses Debian Bugs: #483962, #483023)
Add detection for ZFS volumes to the libblkid library.
Fixed spelling mistakes, typos, and otherwise clarified man pages.
(Addresses Debian Bug: #486463)
Programmer's notes:
-------------------
Fix marginal C code in probe_lvm2() function to the blkid library more
portable for older compilers.
Fix build problems on MacOS X. (Addresses Sourceforge Bug: #1972473)
Fix ext2fs_swap{16,32,64} functions so they can be used by external
applications on big-endian machines. (Addresses Debian Bug: #484879)
E2fsprogs 1.40.10 (May 21, 2008)
================================

13
debian/changelog vendored
View File

@ -1,3 +1,16 @@
e2fsprogs (1.40.11-1) unstable; urgency=low
* Change mke2fs, tune2fs and resize2fs to use floating point precision
when calculating the number of reserved blocks. (Closes: #452639)
* Update Spanish and Catalan translations.
* Fix ext2fs_swap{16,32,64} for external applications. (Closes: #484879)
* Improve uuid-runtime package description. (Closes: #483962)
* Improve e2fsprogs package description. (Closes: #483023)
* Add support for detecting ZFS volumes to libblkid.
* Clarify debugfs man page. (Closes: #486463)
-- Theodore Y. Ts'o <tytso@mit.edu> Tue, 17 Jun 2008 21:59:21 -0400
e2fsprogs (1.40.10-1) unstable; urgency=low
* Fix a very rare potential data corruption bug in e2fsck's journal

View File

@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libext2fs.info
@settitle The EXT2FS Library (version 1.40.10)
@settitle The EXT2FS Library (version 1.40.11)
@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.10
@subtitle May 2008
@subtitle Version 1.40.11
@subtitle June 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.10.
This manual documents the EXT2FS Library, version 1.40.11.
@end ifinfo

View File

@ -1,16 +1,16 @@
Begin3
Title: EXT2 Filesystem utilities
Version: 1.40.10
Entered-date: 21May2008
Version: 1.40.11
Entered-date: 17June2008
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
4004kB e2fsprogs-1.40.10.tar.gz
468kB e2fsprogs-libs-1.40.10.tar.gz
1kB e2fsprogs-1.40.10.lsm
4024kB e2fsprogs-1.40.11.tar.gz
468kB e2fsprogs-libs-1.40.11.tar.gz
1kB e2fsprogs-1.40.11.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

File diff suppressed because it is too large Load Diff

View File

@ -7,5 +7,5 @@
* redistributed under the GNU Public License.
*/
#define E2FSPROGS_VERSION "1.40.10"
#define E2FSPROGS_DATE "21-May-2008"
#define E2FSPROGS_VERSION "1.40.11"
#define E2FSPROGS_DATE "17-June-2008"