Update files for 1.31 release.

bitmap-optimize
Theodore Ts'o 2002-11-08 20:08:48 -05:00
parent 51f8f8d260
commit ae65b29f11
29 changed files with 141 additions and 8 deletions

View File

@ -7,6 +7,7 @@ header=/tmp/revheader
for i in $FILES
do
echo $i
bk edit $i
cat $header $i > $i.new
mv $i.new $i
done

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* configure.in, configure: Change --enable-jfs-debug to

2
README
View File

@ -1,4 +1,4 @@
This is the new version (1.30) of the second extended file
This is the new version (1.31) 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,43 @@
E2fsprogs 1.31 (Nomvember 8, 2002)
==================================
Update EVMS ext2fsim plugin with EVMS 1.2. (We still support
compiling the fsim plugin with EVMS 1.0 and 1.1.) Add better error
handling for child process that die unexpectly. Add a hack to force
mkfs to create filesystems that won't cause problems with hardware
that has 2k or 4k minimum blocksize requirements. Read from child
processes in non-blocking mode, so that the GUI continues to update.
Fix e2fsck so that it returns the appropriate exit code when the root
filesystem has been changed, so that system's rc scripts will be told that
the system needs to be rebooted.
Fix a bug in ext2fs_flush/ext2fs_close; when the MASTER_SB_ONLY flag
was set, some of the descriptor blocks that should have been written
out were getting skipped.
Changed e2fsck to force out changes to the backup copies of the
superblock and block group descriptors when important changes are made
to those data structures.
Fix a bug where e2fsck could erroneously mark a filesystem as being
clean if a check of dirty filesystem is interrupted with a ^C. (Bug
introduced in e2fsprogs 1.28.)
If journal debuging is enabled using --enable-jbd-debug, the debugging
level is now set via the E2FSCK_JBD_DEBUG environment variable.
If byteswapping support is disabled using configure --disable-swapfs,
skip the tests which depend on byte-swapping, so that "make check"
won't bomb out.
Lshattr will now display the indexed directory flag. Also, some of
the more esoteric compression flags are supressed unless compression
support has been enabled.
Update man pages.
E2fsprogs 1.30 (October 31, 2002)
=================================

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libext2fs.info
@settitle The EXT2FS Library (version 1.30)
@settitle The EXT2FS Library (version 1.31)
@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.30
@subtitle "October 2002
@subtitle Version 1.31
@subtitle "November 2002
@author by Theodore Ts'o
@ -102,7 +102,7 @@ by the Foundation.
@top The EXT2FS Library
This manual documents the EXT2FS Library, version 1.30.
This manual documents the EXT2FS Library, version 1.31.
@end ifinfo

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-11-08 <tytso@snap.thunk.org>
* unix.c (main): Fix a bug where e2fsck could erroneously mark a

View File

@ -1,6 +1,6 @@
Summary: Utilities for managing the second extended (ext2) filesystem.
Name: e2fsprogs
Version: 1.30
Version: 1.31
Release: 0
Copyright: GPL
Group: System Environment/Base

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* pf.c: Print the indexed directory flag if present. Don't

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* fs_ext2.c (fs_expand, fs_shrink),

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-11-08 <tytso@snap.thunk.org>
* Makefile.in (check): Skip trying to compile test_byteswap

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* chattr.1.in: Update man page.

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-11-08 <tytso@snap.thunk.org>
* f_swapfs: Skip the test if swapfs has been disabled via the

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -1,3 +1,7 @@
2002-11-08 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.31
2002-10-31 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.30

View File

@ -6,5 +6,5 @@
* Ts'o. This file may be redistributed under the GNU Public License.
*/
#define E2FSPROGS_VERSION "1.30"
#define E2FSPROGS_DATE "31-Oct-2002"
#define E2FSPROGS_VERSION "1.31"
#define E2FSPROGS_DATE "08-Nov-2002"