summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2014-07-16 07:22:00 +0100
committerJames Youngman <jay@gnu.org>2014-07-16 07:26:01 +0100
commit352eb0e9f7c85bb059d71adf294eed4b5b486b67 (patch)
tree6740abd8a5b2eba5426bde45946ad100523f84e9
parent00864c7e7f386cc6e6951a2780f461eb9189b104 (diff)
downloadfindutils-352eb0e9f7c85bb059d71adf294eed4b5b486b67.tar.gz
Prepare for release of 4.5.13.v4.5.13
* configure.ac: Change the version number to 4.5.13. * NEWS: Mention some documentation bug fixes which have been applied (ChangeLog entries already exist for these). Change the version number of the top section of the NEWS file.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
3 files changed, 29 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 45081080..8b196cce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-07-16 James Youngman <jay@gnu.org>
+
+ Prepare for release of 4.5.13.
+ * configure.ac: Change the version number to 4.5.13.
+ * NEWS: Mention some documentation bug fixes which have been
+ applied (ChangeLog entries already exist for these). Change the
+ version number of the top section of the NEWS file.
+
2014-05-31 James Youngman <jay@gnu.org>
Enable parallel tests.
diff --git a/NEWS b/NEWS
index 94931d28..66715045 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,33 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
-* Major changes in release 4.5.13-git, 2013-MM-DD
+* Major changes in release 4.5.13, 2014-07-16
+
+** Documentation Changes
+
+Some minor documentation improvements are listed in "Bug Fixes" below.
** Bug Fixes
+#40339: Fix leaked directory handle when listing mounted file
+ systems.
+
+#40094: The xargs --help output has a small number of cosmetic
+ improvements.
+
+#39197: Small fix to find's manual page to remove an unwanted
+ backslash, which made the troff incompatible with Eric
+ Raymond's doclifter software.
+
#39162: -printf reads beyond arguments terminated by \
-#35753: check the success/failure of material I/O operations where
+#35753: Check the success/failure of material I/O operations where
these are important to the use of the output (i.e. check the
output for "find -ok" but not debugging output).
+#31005: The find manual page and Texinfo manual now more clearly state
+ that -exec ... + always returns true.
+
+
** Translations
Updated translations: Estonian, Polish, Ukranian.
diff --git a/configure.ac b/configure.ac
index ee5870a0..6f6549db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU findutils], 4.5.13-git, [bug-findutils@gnu.org])
+AC_INIT([GNU findutils], 4.5.13, [bug-findutils@gnu.org])
AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE