summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2f2f3114..a8cfcb3c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-11 Jim Meyering <meyering@redhat.com>
+
+ * NEWS: Add the "Bug fixes" heading.
+
2007-12-09 Jim Meyering <meyering@redhat.com>
"rm" as root would fail to unlink a non-directory on OS X 10.4.x
diff --git a/NEWS b/NEWS
index e5e59a629..52c03f1fc 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ GNU coreutils NEWS -*- outline -*-
* Noteworthy changes in release 6.9.91 (????-??-??) [beta]
+** Bug fixes
+
"rm" would fail to unlink a non-directory when run in an environment
in which the user running rm is capable of unlinking a directory.
[bug introduced in coreutils-6.9]