Update for 1.24 release.

diff --git a/ChangeLog b/ChangeLog
index 2c56572..84c46c2 100644
--- 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
--- 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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 5fd58ad..bcc6a63 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 88af4f0..61b2175 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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
diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog
index 8ee0f75..6db47ae 100644
--- a/debugfs/ChangeLog
+++ b/debugfs/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>
 
 	* debugfs.c (main): Remove EXT2FS_VERSION from the version
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 6a1ee19..012f1e8 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo
index e582d62..13c50f8 100644
--- a/doc/libext2fs.texinfo
+++ b/doc/libext2fs.texinfo
@@ -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 @@
 
 @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 @@
 
 @top The EXT2FS Library
 
-This manual documents the EXT2FS Library, version 1.23.
+This manual documents the EXT2FS Library, version 1.24.
 
 @end ifinfo
 
diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 6d006ce..bf114f3 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -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
diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm
index b852f27..9ce61fc 100644
--- a/e2fsprogs.lsm
+++ b/e2fsprogs.lsm
@@ -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
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 7b1b92b..fc8918f 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -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
diff --git a/include/linux/ChangeLog b/include/linux/ChangeLog
index 532932b..94dfb05 100644
--- a/include/linux/ChangeLog
+++ b/include/linux/ChangeLog
@@ -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
diff --git a/include/nonunix/ChangeLog b/include/nonunix/ChangeLog
index 6cb2a12..0a35975 100644
--- a/include/nonunix/ChangeLog
+++ b/include/nonunix/ChangeLog
@@ -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
diff --git a/install-utils/ChangeLog b/install-utils/ChangeLog
index 6bf3bee..d632523 100644
--- a/install-utils/ChangeLog
+++ b/install-utils/ChangeLog
@@ -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
diff --git a/intl/ChangeLog b/intl/ChangeLog
index b989118..849b55e 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -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
diff --git a/lib/ChangeLog b/lib/ChangeLog
index a0a22a5..b195794 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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
diff --git a/lib/e2p/ChangeLog b/lib/e2p/ChangeLog
index f736eda..7a529f0 100644
--- a/lib/e2p/ChangeLog
+++ b/lib/e2p/ChangeLog
@@ -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
diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog
index 047abe1..d45a231 100644
--- a/lib/et/ChangeLog
+++ b/lib/et/ChangeLog
@@ -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
diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog
index 155c3a7..318e1d4 100644
--- a/lib/ext2fs/ChangeLog
+++ b/lib/ext2fs/ChangeLog
@@ -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
diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog
index 7c3e4e6..4c1da65 100644
--- a/lib/ss/ChangeLog
+++ b/lib/ss/ChangeLog
@@ -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
diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog
index 057c29d..ecbf2d1 100644
--- a/lib/uuid/ChangeLog
+++ b/lib/uuid/ChangeLog
@@ -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
diff --git a/misc/ChangeLog b/misc/ChangeLog
index a89c943..b1240dc 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -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)
diff --git a/po/ChangeLog b/po/ChangeLog
index 05a4ba7..ab02c36 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -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
diff --git a/resize/ChangeLog b/resize/ChangeLog
index d727345..6c5f6c8 100644
--- a/resize/ChangeLog
+++ b/resize/ChangeLog
@@ -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
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 23403b7..95acc50 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -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
diff --git a/tests/progs/ChangeLog b/tests/progs/ChangeLog
index 8fe6939..6f7b237 100644
--- a/tests/progs/ChangeLog
+++ b/tests/progs/ChangeLog
@@ -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
diff --git a/util/ChangeLog b/util/ChangeLog
index bec1402..d328d79 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -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
diff --git a/version.h b/version.h
index 6844356..cc6ddef 100644
--- 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"