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:
@@ -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,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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user