]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Version 6.5. COREUTILS-6_5 v6.5
authorJim Meyering <jim@meyering.net>
Sun, 19 Nov 2006 09:58:55 +0000 (10:58 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 19 Nov 2006 09:58:55 +0000 (10:58 +0100)
* NEWS: Record release date.  Remove "-cvs" suffix.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.

ChangeLog
NEWS
configure.ac

index 29ec5adc3469aad58acb900c47bb0f9816f1db95..3c09e64c49201ef7e3cf07ae48ff518a7687b1a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/NEWS b/NEWS
index 74956e09a4e377353fbe0482edcd5481a9673dd8..861f9a4380285558ddd3de110e458df68c80bf06 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
 
index 8a3499734044d2862d1f0c1cde50fb2667041601..671dc86f4f4b2d8afaf97b30d4f7fcfdc84f02ff 100644 (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)