diff --git a/ChangeLog b/ChangeLog index 637671c6..e7ee6f68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,47 @@ -2004-11-21 James Youngman +2004-11-24 James Youngman - * configure.in: Preparing to release 4.2.7. + * configure.in, NEWS: Prepare to release 4.2.8. + + * NEWS: Updates for 4.2.8. + + * configure.in: check for sys/types.h + + * find/find.c: + If wd_sanity_check() discovers that the mount table has changed, remember the updated device number and inode so that we also consider these to be valid on the way back up. + + * find/defs.h: + Declarations of xmalloc() and friends belong in xalloc.h, not in defs.h + + * find/parser.c: avoid signed/unsigned warning, and #include xalloc.h + + * find/fstype.c: + Changed to alloc get_mounted_devices() to compile on Solaris + + * README-CVS: + Automake requires GNU m4, so point out that the reader needs that. + + * find/defs.h, find/find.c, find/fstype.c: + When wd_sanity_check() fails, enumerate the mounted devices, rather than the mounted filesystem names + + * NEWS: prepare for 4.2.8 + + * configure.in: + Look for some Solaris headers which are used by get_mounted_devices() + + * lib/Makefile.am: don't build savedirtypes yet + + * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po: + updated po files + + * m4/nullsort.m4: + Avoid suprious output of the test data when the tests fail. + +2004-11-21 James Youngman + + * po/da.po, po/de.po, po/es.po, po/et.po, po/findutils.pot, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po: + Messages changed again + + * ChangeLog, configure.in: Preparing to release 4.2.7. * NEWS: Updated for release of 4.2.7. @@ -837,7 +878,7 @@ * Makefile.am, Makefile.in, README-CVS, aclocal.m4: Updated to work with current version of gnulib -2001-06-09 kevin +2001-06-09 Kevin Dalley * intl/plural.c: Changes the location of bison.simple after running bison on local diff --git a/NEWS b/NEWS index 8d067b1e..bd8d8fc2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) -* Major changes in release 4.2.8-CVS +* 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 findutils-4.2.8. diff --git a/configure.in b/configure.in index 99786c1d..9914dfa6 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.8-CVS) +AM_INIT_AUTOMAKE(findutils, 4.2.8) AC_SUBST(INCLUDES)dnl AC_ARG_ENABLE(id-cache,