summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-11 19:08:03 +0100
committerJim Meyering <meyering@redhat.com>2007-12-11 19:08:03 +0100
commit291eb90a0a5515680a78a64fe8ddef4f417bd0f7 (patch)
tree9c6fd4ba304f1269ef1f174006e6efe39b8e944d
parentde5b055bbf6c77246826f1276c2a5b9c7264b2bf (diff)
downloadcoreutils-291eb90a0a5515680a78a64fe8ddef4f417bd0f7.tar.xz
* NEWS: Add the "Bug fixes" heading.
-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]