summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b7ddae481..7104ccbed 100644
--- 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 9d25d12ef..a603b5bcc 100644
--- 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]
diff --git a/configure.ac b/configure.ac
index 5c6918016..b1055e2f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)