ChangeLog, depfix.sed:
  depfix.sed: Remove all line continuations from the dependencies; the
  	word wrapping is now done by wordwrap.pl.
README, RELEASE-NOTES, TODO, e2fsprogs.spec:
  Update for 1.15 release.

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index dd8ad57..331e4bf 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,9 +1,21 @@
-E2fsprogs 1.15 (July 2, 1999)
-=============================
+E2fsprogs 1.15 (July 16, 1999)
+==============================
 
 Add configuration checks so that e2fsprogs will compile cleanly on
 Linux 2.3 kernels that have renamed i_version to i_generation.
 
+E2fsck now prints a progress/completion bar (and not just a simple
+spinner) if the -C0 option is requested or if it receives a SIGUSR1
+signal.  Fsck will automatically manage the (potentially muliple)
+e2fsck processes to print completion bars if it is given a -C option,
+with the right thing happening if multiple filesystems are being
+checked in parallel.
+
+Mke2fs now has better automatic hueristics to determine the filesystem
+parameters to be used for a particular filesystem.  Added a new option
+-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.
+
 Fix bug where if /dev/null couldn't be opened (should never happen),
 e2fsck would hang in a tight loop.
 
@@ -57,6 +69,10 @@
 The badblocks program has been updated to display correctly on disks
 with large block numbers.
 
+The badblocks program no longer gives spurious errors when errors
+occur on non-block boundaries, which is common if the blocksize is
+larger than 1k.
+
 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