Prepare to release findutils-4.5.8.

* configure.ac: Update version number in AC_INIT.
* NEWS: Update version number and release date.

Signed-off-by: James Youngman <jay@gnu.org>
This commit is contained in:
James Youngman
2010-04-07 23:48:37 +01:00
parent cf0b12478c
commit b7acaef07c
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
2010-04-07 James Youngman <jay@gnu.org>
Prepare to release findutils-4.5.8.
* configure.ac: Update version number in AC_INIT.
* NEWS: Update version number and release date.
Depend on gnulib modules appropriate to features we already use.
* import-gnulib.config (modules): Add c-casestr, errno, fdopendir,
fflush, getdelim, gettimeofday, locale, modf, perror, snprintf,
@@ -65,6 +69,7 @@
(get_mounted_devices): Likewise.
* po/vi.po: Update Vietnamese translation.
* NEWS: Mention this change.
2010-04-05 James Youngman <jay@gnu.org>

2
NEWS
View File

@@ -1,6 +1,6 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
* Major changes in release 4.5.8-git, 2010-04-03
* Major changes in release 4.5.8, 2010-04-07
** Bug Fixes

View File

@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([GNU findutils], 4.5.8-git, [bug-findutils@gnu.org])
AC_INIT([GNU findutils], 4.5.8, [bug-findutils@gnu.org])
AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE