From: Jim Meyering Date: Sat, 30 Sep 2006 07:43:21 +0000 (+0000) Subject: Version 6.3. X-Git-Tag: v6.3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10688306fa094d5705193227100f1c29111361a9;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/ChangeLog b/ChangeLog index b7ddae4819..7104ccbed0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2006-09-30 Jim Meyering + 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 diff --git a/NEWS b/NEWS index 9d25d12ef3..a603b5bcc9 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 5c69180164..b1055e2f75 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)