From 10688306fa094d5705193227100f1c29111361a9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 30 Sep 2006 07:43:21 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ NEWS | 7 ++++++- configure.ac | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b7ddae4..7104ccb 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 9d25d12..a603b5b 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 5c69180..b1055e2 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) -- 2.7.4