1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-30 22:36:31 +02:00

Version 6.5.

* NEWS: Record release date.  Remove "-cvs" suffix.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
This commit is contained in:
Jim Meyering
2006-11-19 10:58:55 +01:00
parent 1efc5bda6c
commit 497a5cf465
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
2006-11-19 Jim Meyering <jim@meyering.net>
Version 6.5.
* NEWS: Record release date. Remove "-cvs" suffix.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
2006-11-18 Jim Meyering <jim@meyering.net>
"ln --backup f f" produces a misleading diagnostic:
+1 -1
View File
@@ -1,6 +1,6 @@
GNU coreutils NEWS -*- outline -*-
* Major changes in release 6.5-cvs (2006-??-??)
* Major changes in release 6.5 (2006-11-19) [stable]
** Bug fixes
+1 -1
View File
@@ -20,7 +20,7 @@
dnl Written by Jim Meyering.
AC_PREREQ(2.60)
AC_INIT([GNU coreutils],[6.5-cvs],[bug-coreutils@gnu.org])
AC_INIT([GNU coreutils],[6.5],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)