OSDN Git Service

Update for 1.24 release.
authorTheodore Ts'o <tytso@mit.edu>
Fri, 31 Aug 2001 04:59:55 +0000 (00:59 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 31 Aug 2001 04:59:55 +0000 (00:59 -0400)
27 files changed:
ChangeLog
README
RELEASE-NOTES
contrib/ChangeLog
debugfs/ChangeLog
doc/ChangeLog
doc/libext2fs.texinfo
e2fsck/ChangeLog
e2fsprogs.lsm
e2fsprogs.spec
include/linux/ChangeLog
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
version.h

index 2c56572..84c46c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-27  Theodore Tso  <tytso@valinux.com>
 
        * configure.in: Check for the presence of strnlen.  Stop checking
diff --git a/README b/README
index ca39fee..e13a2a5 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-       This is the new version (1.23) of the second extended file
+       This is the new version (1.24) of the second extended file
 system management programs.
 
        From time to time, I release new versions of e2fsprogs, to fix
index 5fd58ad..bcc6a63 100644 (file)
@@ -1,5 +1,36 @@
-E2fsprogs 1.23-WIP (August 15, 2001)
-====================================
+E2fsprogs 1.24 (August 30, 2001)
+================================
+
+Revert the BLKGETSIZE64 support, since for some distributions, this
+ioctl has been used by an unofficial kernel patch to update the last
+sector on the disk, and this was causing disk corruption problems as a
+result.
+
+Mke2fs is now more careful about zapping swap space signatures and
+other filesystem/raid superblock magic values so that programs like
+mount who try to use hueristics to determine the filesystem type of a
+partition are less likely to be confused.
+
+E2fsck will no longer complain if the the mode of EXT2_RESIZE_INO is a
+regular file (since Andreas Dilger's on-line resizing tools will set
+its mode bits).
+
+Fixed some minor texinfo, man pages nits for spelling errors,
+texinfo warnings, etc.  (Addresses Debian bug #110621.)
+
+E2fsprogs program no longer print the filesystem version number
+(i.e. 0.5b), since it only confuses people and doesn't serve any real
+purpose.
+
+E2fsck will once again compile under libc5, since it will supply its
+own version of strnlen if necesssary.
+
+mke2fs and tune2fs will allow the use of UUID= or LABEL= specifiers
+when specifying the external journal device.  tune2fs will also search
+devices looking for the externla journal debice when removing.  
+
+E2fsprogs 1.23 (August 15, 2001)
+================================
 
 Add initial support for extended attributes (EA); e2fsck will
 correctly handle a filesystem with EA's and check the EA blocks for
index 88af4f0..61b2175 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index 8ee0f75..6db47ae 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-27  Theodore Tso  <tytso@valinux.com>
 
        * debugfs.c (main): Remove EXT2FS_VERSION from the version
index 6a1ee19..012f1e8 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-30  Theodore Tso  <tytso@valinux.com>
 
        * libext2fs.texinfo: Remove texinfo warnings by adding white space
index e582d62..13c50f8 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo    @c -*-texinfo-*-
 @c %**start of header
 @setfilename libext2fs.info
-@settitle The EXT2FS Library (version 1.23)
+@settitle The EXT2FS Library (version 1.24)
 @synindex tp fn
 @comment %**end of header
 
@@ -61,7 +61,7 @@ by the author.
 
 @title The EXT2FS Library
 @subtitle The EXT2FS Library
-@subtitle Version 1.23
+@subtitle Version 1.24
 @subtitle "August 2001
 
 @author by Theodore Ts'o
@@ -102,7 +102,7 @@ by the Foundation.
 
 @top The EXT2FS Library
 
-This manual documents the EXT2FS Library, version 1.23.
+This manual documents the EXT2FS Library, version 1.24.
 
 @end ifinfo
 
index 6d006ce..bf114f3 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-30  Theodore Tso  <tytso@valinux.com>
 
        * pass1.c (e2fsck_pass1): For EXT2_RESIZE_INO, allow its i_mode to
index b852f27..9ce61fc 100644 (file)
@@ -1,15 +1,15 @@
 Begin3
 Title:          EXT2 Filesystem utilities
-Version:        1.23
-Entered-date:   15Aug2001
+Version:        1.24
+Entered-date:   30Aug2001
 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
-               1176kB e2fsprogs-1.23.tar.gz
-                1kB   e2fsprogs-1.23.lsm
+               1176kB e2fsprogs-1.24.tar.gz
+                1kB   e2fsprogs-1.24.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 7b1b92b..fc8918f 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Utilities for managing the second extended (ext2) filesystem.
 Name: e2fsprogs
-Version: 1.23
+Version: 1.24
 Release: 0
 Copyright: GPL
 Group: System Environment/Base
index 532932b..94dfb05 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index 6cb2a12..0a35975 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index 6bf3bee..d632523 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index b989118..849b55e 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index a0a22a5..b195794 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index f736eda..7a529f0 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index 047abe1..d45a231 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index 155c3a7..318e1d4 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-30  Theodore Tso  <tytso@valinux.com>
 
        * getsize.c (ext2fs_get_device_size): Back out BLKGETSIZE64
index 7c3e4e6..4c1da65 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index 057c29d..ecbf2d1 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index a89c943..b1240dc 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-30  Theodore Tso  <tytso@valinux.com>
 
        * badblocks.8.in: Fix spelling typo.  (Addresses Debian bug #110621)
index 05a4ba7..ab02c36 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index d727345..6c5f6c8 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index 23403b7..95acc50 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index 8fe6939..6f7b237 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index bec1402..d328d79 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.24
+
 2001-08-15  Theodore Tso  <tytso@valinux.com>
 
        * Release of E2fsprogs 1.23
index 6844356..cc6ddef 100644 (file)
--- a/version.h
+++ b/version.h
@@ -6,5 +6,5 @@
  * Ts'o.  This file may be redistributed under the GNU Public License.
  */
 
-#define E2FSPROGS_VERSION "1.23"
-#define E2FSPROGS_DATE "15-Aug-2001"
+#define E2FSPROGS_VERSION "1.24"
+#define E2FSPROGS_DATE "30-Aug-2001"