RELEASE-NOTES, e2fsprogs.lsm, e2fsprogs.spec, version.h:
  Checkin for 1.15 release.

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 331e4bf..7386c1d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,4 +1,4 @@
-E2fsprogs 1.15 (July 16, 1999)
+E2fsprogs 1.15 (July 18, 1999)
 ==============================
 
 Add configuration checks so that e2fsprogs will compile cleanly on
@@ -16,6 +16,12 @@
 -T which allows the user to specify how the filesystem is to be used,
 which helps mke2fs do a better job selecting the filesystem parameters.
 
+Mke2fs now creates revision 1 filesystems by default, and with the
+sparse superblock feature enabled.  The sparse superblock feature is
+not understood by Linux 2.0 kernels, so they will report errors when
+mounting the filesystem.  This can be worked around by using the mount
+options "check=none".
+
 Fix bug where if /dev/null couldn't be opened (should never happen),
 e2fsck would hang in a tight loop.
 
@@ -76,7 +82,8 @@
 Mke2fs will sync the disk device every MKE2FS_SYNC block groups if the
 MKE2FS_SYNC environment variable is set.  This is to work around a VM
 bug in the 2.0 kernel.  I've heard a report that a RAID user was able
-to trigger it even using a 2.2 kernel.
+to trigger it even using a 2.2 kernel, but hopefully it will not be
+needed for most Linux 2.2 users.
 
 Fixed miscellaneous documentation and man pages.
 
diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm
index edcf806..c5e63e0 100644
--- a/e2fsprogs.lsm
+++ b/e2fsprogs.lsm
@@ -1,19 +1,19 @@
 Begin3
 Title:          EXT2 Filesystem utilities
-Version:        1.14
-Entered-date:   9Jan99
+Version:        1.15
+Entered-date:   19Jul99
 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:   tsx-11.mit.edu /pub/linux/packages/ext2fs
-		699kB e2fsprogs-1.14.tar.gz
-		242kB e2fsprogs-1.14-elfbin.tar.gz
-		240kB e2fsprogs-1.14-0.i386.rpm
-		83kB  e2fsprogs-devel-1.14-0.i386.rpm
-		700kB e2fsprogs-1.14-0.src.rpm
-                1kB   e2fsprogs-1.14.lsm
+		728kB e2fsprogs-1.15.tar.gz
+		315kB e2fsprogs-1.15-elfbin.tar.gz
+		313kB e2fsprogs-1.15-0.i386.rpm
+		83kB  e2fsprogs-devel-1.15-0.i386.rpm
+		730kB e2fsprogs-1.15-0.src.rpm
+                1kB   e2fsprogs-1.15.lsm
 Alternate-site: 
 Platforms:	linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x
 Copying-policy: GPL
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index f93d2d4..b7c5ce8 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -64,6 +64,7 @@
 
 %attr(-, root, root) /usr/bin/chattr
 %attr(-, root, root) /usr/bin/lsattr
+%attr(-, root, root) /usr/bin/uuidgen
 %attr(-, root, root) /usr/man/man8/e2fsck.8
 %attr(-, root, root) /usr/man/man8/e2label.8
 %attr(-, root, root) /usr/man/man8/debugfs.8
@@ -75,6 +76,7 @@
 %attr(-, root, root) /usr/man/man8/fsck.8
 %attr(-, root, root) /usr/man/man1/chattr.1
 %attr(-, root, root) /usr/man/man1/lsattr.1
+%attr(-, root, root) /usr/man/man1/uuidgen.1
 
 %files devel
 %attr(-, root, root) /usr/info/libext2fs.info*
diff --git a/version.h b/version.h
index ff0888f..a967623 100644
--- a/version.h
+++ b/version.h
@@ -6,5 +6,5 @@
  * may be redistributed under the GNU Public License.
  */
 
-#define E2FSPROGS_VERSION "1.15-WIP"
-#define E2FSPROGS_DATE "16-Jun-1999"
+#define E2FSPROGS_VERSION "1.15"
+#define E2FSPROGS_DATE "18-Jul-1999"