Version 6.3. COREUTILS-6_3 v6.3
authorJim Meyering <jim@meyering.net>
Sat, 30 Sep 2006 07:43:21 +0000 (07:43 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 30 Sep 2006 07:43:21 +0000 (07:43 +0000)
* NEWS: Record the 6.3 release date.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.

* NEWS: Mention Paul's Solaris 8 vs. 10 work-around.

ChangeLog
NEWS
configure.ac

index b7ddae4..7104ccb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-09-30  Jim Meyering  <jim@meyering.net>
 
+       Version 6.3.
+       * NEWS: Record the 6.3 release date.
+       * configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
+
+       * NEWS: Mention Paul's Solaris 8 vs. 10 work-around.
+
        * src/c99-to-c89.diff: Update offsets.
 
 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
diff --git a/NEWS b/NEWS
index 9d25d12..a603b5b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
-* Major changes in release 6.3-cvs (2006-??-??) [stable]
+* Major changes in release 6.3 (2006-09-30) [stable]
 
 ** Improved robustness
 
@@ -40,6 +40,11 @@ GNU coreutils NEWS                                    -*- outline -*-
 
   shuf would infloop, given 8KB or more of piped input
 
+** Portability
+
+  Versions of chmod, chown, chgrp, du, and rm (tools that use openat etc.)
+  compiled for Solaris 8 now also work when run on Solaris 10.
+
 
 * Major changes in release 6.2 (2006-09-18) [stable candidate]
 
index 5c69180..b1055e2 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.3-cvs],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.3],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)