diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-30 07:43:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-30 07:43:21 +0000 |
commit | 10688306fa094d5705193227100f1c29111361a9 (patch) | |
tree | 2f793ad6bf4c84c395fae1a035c468762ba55202 /ChangeLog | |
parent | af8862ae293f46d29372af36dedcb2a41d8908cc (diff) | |
download | coreutils-10688306fa094d5705193227100f1c29111361a9.tar.xz |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |