From ad0ccae8934f1dee46173c31bb519905179d0f8a Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 5 Dec 2004 16:58:09 +0000 Subject: [PATCH] Preparation for release 4.2.9 --- NEWS | 1 + configure.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0e9736d..cef9c6f 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,7 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) ** Documentation improvements *** The precise interpretation of the arguments to the -atime, -ctime and similar tests in find has been documented more clearly. + * Major changes in release 4.2.8 *** Bugfix to the findutils 4.2.7 automount handling on Solaris. This worked to some extent in findutils-4.2.7, but is much improved in diff --git a/configure.in b/configure.in index d2b1851..163bb9d 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR(gnulib/m4) dnl Set of available languages. ALL_LINGUAS="da de es et fr gl id it ko nl pl pt_BR ru sv tr sk" -AM_INIT_AUTOMAKE(findutils, 4.2.9-CVS) +AM_INIT_AUTOMAKE(findutils, 4.2.9) AC_SUBST(INCLUDES)dnl AC_ARG_ENABLE(id-cache, -- 2.11.4.GIT