summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2015-12-28 21:18:22 +0000
committerJames Youngman <jay@gnu.org>2015-12-28 21:18:30 +0000
commit992a6b62ab8061531dc0ad40325b8e4c222fce66 (patch)
tree5c99f4ada856292c13bb8cd4416f6556554617f5
parent17f6f02e4cee91d64a38cac230bab551309cfb74 (diff)
downloadfindutils-992a6b62ab8061531dc0ad40325b8e4c222fce66.tar.gz
Release findutils version 4.6.0. This is a stable release.v4.6.0
* configure.ac: Update the version number to 4.6.0. * NEWS: Update the version number to 4.6.0. Add a release date. Summarize the changes since the previous stable release. Explain that all bugs fixed in 4.4.x are also fixed in this release.
-rw-r--r--NEWS34
-rw-r--r--configure.ac2
2 files changed, 34 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 35280de9..660c2414 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,38 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
-* Major changes in release 4.5.20-git, 2015-12-DD
+* Major changes in release 4.6.0, 2015-12-28
+
+** Stable Release
+
+This is the first stable release since findutils-4.4.2. The entries
+below in this file detail the changes that have occurred since release
+4.3.13 (which is the common ancestor of this release and
+findutils-4.4.0). This release includes all the bug fixes
+incorporated into the 4.4.x release series, since those bug fixes were
+also applied to the 4.5.x release series.
+
+** Summary of Changes
+
+The most significant changes since the 4.4.2 release are:
+
+1. Some backward-incompatible changes have been made to find:
+ - egrep regular expressions now work like GNU grep -E
+ - Minor changes to the way nanoseconds fields are printed
+ - find -perm +mode is now fully POSIX compliant (if you want the old
+ behaviour use -perm /mode).
+ - find -perm +numeric_mode is not supported any more. This syntax is
+ unspecified by POSIX. The prior functionality continues to be
+ available with -perm /numeric_mode. For more details see Savannah
+ bug #38474.
+
+2. Some backward-incompatible changes have been made to xargs:
+ - if the child exits with status 126 or 127, xargs exits with status
+ 123.
+
+3. There are also a large number of bugfixes, performance enhancements
+ and documentation improvements, as detailed below.
+
+4. The "oldfind" binary is no longer installed.
** Translations
diff --git a/configure.ac b/configure.ac
index 557bdc35..876d981f 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.20-git, [bug-findutils@gnu.org])
+AC_INIT([GNU findutils], 4.6.0, [bug-findutils@gnu.org])
AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE