releasing 4.2.10

This commit is contained in:
James Youngman
2004-12-06 00:52:23 +00:00
parent 8704d97dbd
commit bbefd5f2de
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@@ -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_".

View File

@@ -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,