summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2005-12-06 06:54:20 +0000
committerJames Youngman <jay@gnu.org>2005-12-06 06:54:20 +0000
commitc4c23220b049937cc6154b11fee3cbf794fda8db (patch)
tree65ba6a25a1359f61bf53f7bd671892e6d2b2fce1
parentbea717287a15b91a66a3ff69b191f8cc219d49f9 (diff)
downloadfindutils-FINDUTILS_4_2_27-1.tar.gz
Prepared to release findutils-4.2.27FINDUTILS_4_2_27-1
-rw-r--r--ChangeLog33
-rw-r--r--NEWS12
-rw-r--r--configure.in2
3 files changed, 16 insertions, 31 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e665c4d..104e5a69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-12-05 James Youngman <jay@gnu.org>
+ * Released findutils-4.2.27
+
+2005-12-05 James Youngman <jay@gnu.org>
+
* doc/find.texi, find/find.1, locate/locate.1, xargs/xargs.1:
Savannah patch #3775 from Aaron Hawley: reconciling man pages
differences; did not apply the patch, but resolved all the
@@ -76,37 +80,8 @@
* ChangeLog: Updated with recent changes.
- * doc/find.texi, find/defs.h, find/find.1, find/parser.c,
- find/pred.c, find/testsuite/Makefile.am,
- find/testsuite/find.gnu/access.exp,
- find/testsuite/find.gnu/access.xo:
- Implemented the tests -readable, -writable and -executable
-
2005-11-21 James Youngman <jay@gnu.org>
- * NEWS, configure.in, find/Makefile.am, find/defs.h, find/find.c,
- find/finddata.c, find/ftsfind.c, find/parser.c, find/pred.c,
- find/util.c, import-gnulib.sh, m4/Makefile.am, m4/withfts.m4:
- Findutils 4.3.x defaults to using the the FTS implementation of find.
-
- * xargs/testsuite/xargs.posix/arg_max_32bit_linux_bug.xo,
- xargs/testsuite/xargs.posix/arg_max_64bit_linux_bug.exp,
- xargs/testsuite/xargs.posix/arg_max_64bit_linux_bug.xo,
- xargs/testsuite/inputs/32767-ys.xi,
- xargs/testsuite/xargs.posix/arg_max_32bit_linux_bug.exp, po/sr.po,
- po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po,
- xargs/testsuite/Makefile.am, xargs/testsuite/inputs/16383-ys.xi,
- xargs/xargs.1, xargs/xargs.c, po/pt_BR.po, po/ro.po, po/ru.po,
- po/rw.po, po/sk.po, po/sl.po, po/da.po, po/de.po, po/el.po,
- po/eo.po, po/es.po, po/et.po, po/fi.po, po/findutils.pot,
- po/fr.po, po/ga.po, po/gl.po, po/hr.po, po/hu.po, po/id.po,
- po/it.po, po/ja.po, po/ko.po, po/lg.po, po/ms.po, po/nl.po,
- po/pl.po, po/pt.po, ChangeLog, NEWS, configure.in, doc/find.texi,
- find/find.1, find/find.c, find/fstype.c, import-gnulib.sh,
- lib/buildcmd.c, lib/extendbuf.c, lib/regextype.c, locate/locate.1,
- po/ChangeLog, po/be.po, po/ca.po: Applied all the trunk changes
- (up to this point) to the 4.3.x sources
-
* locate/testsuite/config/unix.exp:
Even if we expect locate to return a nonzero status, the test should
still fail if updatedb fails!
diff --git a/NEWS b/NEWS
index 67c5554d..99469d7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
-* Major changes in release 4.2.27-CVS
+* Major changes in release 4.2.27
** Warnings of Future Changes
@@ -24,6 +24,10 @@ remounted elsewhere using "mount --bind". (Savannah bug #14921).
** Documentation Changes
+Following some extensive and detailed review comments from Aaron
+Hawley, the material in the manual pages and the Texinfo manual are
+now synchronised.
+
The %M format specifier of "find -printf" is now documented, although
it has existed since release 4.2.5.
@@ -72,6 +76,12 @@ affected (albeit for longer command lines). In theory the same
problem could affect 'find -exec {} +', but that's much less likely
(even so, the bug is fixed there too).
+Bugfix for an unusual failure mode (Savannah bug #14842) where an
+attempt to allocate more space for directory contents succeeds but is
+incorrectly diagnosed as a failure. The likelihood of you
+experiencing this depends on your architecture, operating system and
+resource limits. This failure has been observed in a directory
+containing 35396 entries.
** Documentation Changes
diff --git a/configure.in b/configure.in
index 8cd90418..1ccd7711 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.27-CVS, [bug-findutils@gnu.org])
+AC_INIT([GNU findutils], 4.2.27, [bug-findutils@gnu.org])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([find/pred.c])