RELEASE-NOTES, ChangeLog:
  Add Debian bug number which got resolved.

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index aae69b0..aea7eb4 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -20,7 +20,7 @@
 
 Fix e2fsck's handling of incompatible journal flags so that the user
 has chance to abort, and then has the option to clear out the journal
-entirely.
+entirely.  (Addresses Debian bug #98527.)
 
 Fixed a bug in debugfs which caused read errors when copying a file to
 not be noticed.
diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 272c640..46aa8b1 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -56,6 +56,7 @@
 		returns an error code indicating that there are
 		incompatible journal flag, check to see if we should
 		abort, and then offer to clear the journal.
+		(Addresses Debian bug #98527.)
 
 	* Makefile.in: Move include/asm/types.h.in to
 		lib/ext2fs/ext2_types.h.in.