OSDN Git Service

Update for 1.27 release.
authorTheodore Ts'o <tytso@mit.edu>
Fri, 8 Mar 2002 08:12:14 +0000 (03:12 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 8 Mar 2002 08:12:14 +0000 (03:12 -0500)
23 files changed:
ChangeLog
RELEASE-NOTES
contrib/ChangeLog
debugfs/ChangeLog
doc/ChangeLog
e2fsck/ChangeLog
e2fsprogs.lsm
e2fsprogs.spec
include/nonunix/ChangeLog
install-utils/ChangeLog
intl/ChangeLog
lib/ChangeLog
lib/e2p/ChangeLog
lib/et/ChangeLog
lib/ext2fs/ChangeLog
lib/ss/ChangeLog
lib/uuid/ChangeLog
misc/ChangeLog
po/ChangeLog
resize/ChangeLog
tests/ChangeLog
tests/progs/ChangeLog
util/ChangeLog

index 829e4c9..09006e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-03  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.26
index cb2c0f5..8bc3682 100644 (file)
@@ -1,5 +1,19 @@
-E2fsprogs 1.27-WIP (March 4, 2002)
-==================================
+E2fsprogs 1.27 (March 8, 2002)
+==============================
+
+The warning messages for mke2fs now go to standard error.
+
+Fixed to make sure "make check" runs all of the test programs with
+LD_LIBRARY_PATH set, so that we test the libraries in the build tree.
+
+The mke2fs program checks the boot sector for the BSD disk label, and
+avoids erasing it if it is there.
+
+Fixed a bug in e2fsck which caused it to core dump if the journal
+inode was missing when it was supposed to be there.
+
+E2fsck now prints ranges in pass 5 when printing deltas for the block
+and inode bitmaps.
 
 Debugfs's "ls -l" command now will print out the file type information
 in the directory entry.
@@ -28,6 +42,8 @@ Updated the I18N code so that calls to setlocate(LC_CTYPE, 0) are made
 Programmer's notes:
 -------------------
 
+Fixed various gcc -Wall complaints.
+
 Fixed a few memory leaks in the e2fsck journaling code, and in the
 ismounted code checking for a swap device.
 
index 640f63a..8e6e2f4 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-03  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.26
index ad37781..2940820 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-03-07    <tytso@snap.thunk.org>
 
        * ls.c (list_dir_proc): Fix typo in debugfs which was causing a
index be140fb..8513cc9 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-03  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.26
index e04c260..9e2474b 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-03-07  Theodore Tso  <tytso@mit.edu>
 
        * journal.c, pass5.c, revoke.c: Fix gcc -Wall complaints
index 874e251..6e5a20e 100644 (file)
@@ -1,15 +1,15 @@
 Begin3
 Title:          EXT2 Filesystem utilities
-Version:        1.26
-Entered-date:   03Feb2002
+Version:        1.27
+Entered-date:   08Mar2002
 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
-               1336kB e2fsprogs-1.26.tar.gz
-                1kB   e2fsprogs-1.26.lsm
+               1344kB e2fsprogs-1.27.tar.gz
+                1kB   e2fsprogs-1.27.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
 Copying-policy: GPL/LGPL
index a42b34b..dfb8231 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Utilities for managing the second extended (ext2) filesystem.
 Name: e2fsprogs
-Version: 1.26
+Version: 1.27
 Release: 0
 Copyright: GPL
 Group: System Environment/Base
index a253e47..4e9021c 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-03  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.26
index 335ab3d..71e7a84 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-03  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.26
index c4c7a91..27ab36e 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-03  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.26
index 89c00c9..66e42b9 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-03  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.26
index b23ecce..905e2b1 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-03  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.26
index c8bc08a..e701456 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-23  Theodore Tso  <tytso@mit.edu>
 
        * com_err.texinfo: Fix up the com_err info file so that it
index 7bb2ce0..952c51c 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-03-07  Theodore Tso  <tytso@mit.edu>
 
        * ext2fs.h (ext2fs_inode_io_intern): Add missing function prototype.
index 68b641c..d9f908d 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-03-07  Theodore Tso  <tytso@mit.edu>
 
        * pager.c (ss_pager_create), list_rqs.c (ss_list_requests): Fix
index b5ff223..42b91d8 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-24  Theodore Tso  <tytso@mit.edu>
 
        * Makefile.in (install): Install hard links to man pages for
index 2216a1b..fb4ac5f 100644 (file)
@@ -1,5 +1,9 @@
 2002-03-08  Theodore Tso  <tytso@mit.edu>
 
+       * Release of E2fsprogs 1.27
+
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
        * mke2fs.c: Check for the BSD disklabel on all architectures, and
                also check the byte-swapped magic number as well.
 
index 8a28fdf..941fc76 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-03  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.26
index 2df7fb2..ac34105 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-03-07  Theodore Tso  <tytso@mit.edu>
 
        * resize2fs.c (process_block, inode_scan_and_fix, 
index 71c1eb2..deac0d4 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-03-07    <tytso@mit.edu>
 
        * f_miss_journal, f_extra_journal: Added new test cases.
index 48dc327..1872418 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-03  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.26
index 1260db9..172dae9 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-08  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.27
+
 2002-02-03  Theodore Tso  <tytso@thunk.org>
 
        * Release of E2fsprogs 1.26