mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-29 20:58:59 +01:00
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:
@@ -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
2
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user