From: Theodore Ts'o Date: Thu, 14 Jun 2001 07:11:33 +0000 (+0000) Subject: RELEASE-NOTES, ChangeLog: X-Git-Tag: E2FSPROGS-1_21~7 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e333845b2afe89dc9c1764d596a41682d0e7a137;p=tools%2Fe2fsprogs.git 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 @@ handling to essentially not work. 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.