From bbefd5f2dec83d25f677e44bc728b2307abafb60 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Mon, 6 Dec 2004 00:52:23 +0000 Subject: [PATCH] releasing 4.2.10 --- NEWS | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cef9c6f4..4acb417a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) +* Major changes in release 4.2.10 +** Bug Fixes +*** Portability fix for fstype.c: should now compile on UNICOS, and possibly + also produce useful results on BeOS and Dolphin, perhaps other + systems too. + * Major changes in release 4.2.9 ** Functionality Changes *** xargs no longer treats a line containing only an underscore as a logical end-of-file. To obtain the behaviour that was previously the default, use "-E_". diff --git a/configure.in b/configure.in index 45711a3d..344b1c0e 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.10-CVS) +AM_INIT_AUTOMAKE(findutils, 4.2.10) AC_SUBST(INCLUDES)dnl AC_ARG_ENABLE(id-cache,