]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Version 6.6. COREUTILS-6_6 v6.6
authorJim Meyering <jim@meyering.net>
Wed, 22 Nov 2006 11:40:57 +0000 (12:40 +0100)
committerJim Meyering <jim@meyering.net>
Wed, 22 Nov 2006 11:40:57 +0000 (12:40 +0100)
* NEWS: Record release date.  Remove "-pre" suffix.
* configure.ac (AC_INIT): Remove "-pre" suffix from version string.

ChangeLog
NEWS
configure.ac

index d88d4a60c053fe83d94ae2fe83772527fa6ee2ab..004176ef0bc842cd94249eb33fdde4ede0637a5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-11-22  Jim Meyering  <jim@meyering.net>
 
+       Version 6.6.
+       * NEWS: Record release date.  Remove "-pre" suffix.
+       * configure.ac (AC_INIT): Remove "-pre" suffix from version string.
+
        * announce-gen: Remove unused --release-archive-directory option.
        (print_news_deltas): Accept new adjective, "Noteworthy", in addition
        to the old "Major".
diff --git a/NEWS b/NEWS
index aa93aad6730c511f9c89cec2e1578cbf548948c8..a34355985ff80c8125519c13b79cafeb6b5cfa0d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
-* Noteworthy changes in release 6.6-pre (????-??-??)
+* Noteworthy changes in release 6.6 (2006-11-22) [stable]
 
 ** Bug fixes
 
index 10738db93bdb971f42ad2414d94ff9e8cfabde75..00ca78c20ec98676a4db5ea3c7ece5a2d5a9efc0 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.6-pre],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.6],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)