summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-30 07:43:21 +0000
committerJim Meyering <jim@meyering.net>2006-09-30 07:43:21 +0000
commit10688306fa094d5705193227100f1c29111361a9 (patch)
tree2f793ad6bf4c84c395fae1a035c468762ba55202 /ChangeLog
parentaf8862ae293f46d29372af36dedcb2a41d8908cc (diff)
downloadcoreutils-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--ChangeLog6
1 files changed, 6 insertions, 0 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>