summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2007-12-02 11:55:11 +0000
committerJames Youngman <jay@gnu.org>2007-12-02 11:55:11 +0000
commitc4ad3b5f3733128710dcd53ff1b5f545366e3bf2 (patch)
tree7d2bf398a7d14170bf9d1e31709b1c27cc48628d
parent9a81c08f8bd3bffefc509240d54e6b10d167d8c1 (diff)
downloadfindutils-c4ad3b5f3733128710dcd53ff1b5f545366e3bf2.tar.gz
Mention that bugs #21633 and #21634 are also fixed, and fix the order in which the bugs are listed
-rw-r--r--NEWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c18d991d..8f1946d9 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ bugfix).
** Bug Fixes
+
#21568: Switch to checking the gnulib code out with native git, not
CVS. This affects mainly those who check findutils code out of CVS.
This is not the first time this bug has been fixed (the previous fix
@@ -45,14 +46,18 @@ However, find still skips trying to delete ".".
conditions. The missing files now have copying headers, and these
are compatible with each other (GNU FDL 1.2).
-#21270: Formatting fixes to the xargs.1 manual page, including making
-options bold instead of italic and making OPTIONS a section header
-rather than a subsection.
+#21634: No copy of FDL 1.2 included with the source code
+
+#21633: Missing copyright/license header in some documentation.
#21628: find -perm /000 matches all files rather than none, since
findutils-4.3.3. The Texinfo documentation is now consistent with the
manual page on this point.
+#21270: Formatting fixes to the xargs.1 manual page, including making
+options bold instead of italic and making OPTIONS a section header
+rather than a subsection.
+
* Major changes in release 4.3.10, 2007-11-13
** Bug Fixes