From 859876349802565accdb701f2434e99c2833a6f3 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 19 Jun 2005 11:27:32 +0000 Subject: [PATCH] Preparing to release 4.2.23 --- ChangeLog | 10 ++++++++++ NEWS | 17 +++++++++++++++++ configure.in | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd58c3b..7597d3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-06-19 James Youngman + + * doc/find.texi, xargs/xargs.1: + Document the fact that the -i and -L options are currently + incompatible (Savannah bug 13041). + + * locate/updatedb.1, locate/updatedb.sh: Fix Savannah bug 13411 - + reject trailing slashes in updatedb's --prunepaths, because these + will never be matched. + 2005-06-18 Martin Buchholz (trivial patch applied by James Youngman) * find/defs.h, find/find.c, find/parser.c, doc/find.texi: Fix diff --git a/NEWS b/NEWS index 1834d9c..4cc89eb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,21 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) +* Major changes in release 4.2.23 + +** Documentation Changes + +The -L and -I options of xargs are currently incompatible (but should +not be). + +Improved the documentation for -execdir and -okdir. + +** Functional Changes to updatedb + +File names ending in "/" which are specified as an argument to +--prunepaths (or in $PRUNEPATHS) don't work, so we now issue an error +message if the user tries to do that. The obvious exception of course +is "/" which does work and is not rejected. + + * Major changes in release 4.2.22 ** Security Fixes diff --git a/configure.in b/configure.in index 2acc0b4..134881d 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU findutils], 4.2.22, [bug-findutils@gnu.org]) +AC_INIT([GNU findutils], 4.2.23, [bug-findutils@gnu.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([find/pred.c]) -- 2.11.4.GIT