summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--changes8
2 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 297f256..322a551 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-17 Don Porter <dgp@users.sourceforge.net>
+
+ *** 8.5.0 TAGGED FOR RELEASE ***
+
+ * changes: Updated for 8.5.0 release.
+
2007-12-17 Miguel Sofer <msofer@users.sf.net>
* generic/tclAlloc.c:
@@ -12,8 +18,6 @@
* generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tail
conversion of vfs mounts. [Bug 1602539]
- *** 8.5.0 TAGGED FOR RELEASE ***
-
* win/README: updated notes
2007-12-14 Pat Thoyts <patthoyts@users.sourceforge.net>
diff --git a/changes b/changes
index 944f9aa..f434f21 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.125 2007/12/13 15:22:30 dgp Exp $
+RCS: @(#) $Id: changes,v 1.126 2007/12/17 17:34:23 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7097,6 +7097,10 @@ Many significant documentation improvements (fellows, sofer)
2007-12-05 (performance)[1845092] Tcl_ObjType for channel names (hobbs)
+2007-12-14 (bug fix)[1602539] NUL pollution in [glob] result (hobbs)
+
+2007-12-17 (bug fix)[1851832,1851524] memory alignment correction (sofer)
+
Several documentation and release notes improvements
---- Released 8.5.0, December 14, 2007 --- See ChangeLog for details ---
+--- Released 8.5.0, December 18, 2007 --- See ChangeLog for details ---