From b7acaef07ccf32ae4de2c12df34340ca3dd60247 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Wed, 7 Apr 2010 23:48:37 +0100 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e8c3c795..d571ec4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-04-07 James Youngman + 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 diff --git a/NEWS b/NEWS index 34742882..86b53874 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index bbc07861..51f156b7 100644 --- a/configure.ac +++ b/configure.ac @@ -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