Update for 27-Jul-2001 WIP release.

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ed2f8f3..8c084e0 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,12 +1,18 @@
-E2fsprogs 1.23-WIP (July 20, 2001)  (up to 1.23-WIP-0722)
+E2fsprogs 1.23-WIP (July 27, 2001)
 ==================================
 
 Add initial support for extended attributes (EA); e2fsck will
 correctly handle a filesystem with EA's and check the EA blocks for
 corruptions.
 
-Add initial support for external journals (so long as the external journal
-only supports a single filesystem).
+Add initial support for external journals (so long as the external
+journal only supports a single filesystem) in e2fsck.
+
+Add support for the 64-bit block device patches.
+
+Fixed bugs in creating external journals with a 1k blocksize.
+
+The man pages now document how to create and manage external journals.
 
 Speed up the check of an ext3 filesystems by avoiding a needless flush
 of all of the superblock and block group descriptors.
@@ -16,6 +22,9 @@
 E2fsck now gives an explicit warning if there filesystem still has
 errors at the end of the run. (Addresses Debian bug #104502)
 
+E2fsck now checks for the immutable flag in symlinks, and offers to
+clear them.
+
 Some minor man pages updates. (Addresses Debian bug #30833)