summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--changes7
2 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ed0441..3117a1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-01 Don Porter <dgp@users.sourceforge.net>
+
+ *** 8.5.9 TAGGED FOR RELEASE ***
+
+ * changes: Update for 8.5.9 release.
+
2010-09-01 Andreas Kupries <andreask@activestate.com>
* generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to
@@ -5,11 +11,10 @@
* tests/append.test: mode consistent with direct-eval and 'append'
* tests/appendComp.test: generally. Added tests (append*-9.*)
showing the difference.
+ ***POTENTIAL INCOMPATIBILITY***
2010-09-01 Donal K. Fellows <dkf@users.sf.net>
- *** 8.5.9 TAGGED FOR RELEASE ***
-
* tools/tcltk-man2html.tcl: Improve handling of cross-links for
options between Ttk manual pages.
diff --git a/changes b/changes
index 76911b0..ea9cfa4 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.136.2.25 2010/08/24 18:30:30 dgp Exp $
+RCS: @(#) $Id: changes,v 1.136.2.26 2010/09/01 20:07:55 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7477,4 +7477,7 @@ memory with buffer backup (ferrieux)
2010-08-23 tzdata updated to Olson's tzdata2010l (kenny)
---- Released 8.5.9, August 31, 2010 --- See ChangeLog for details ---
+2010-09-01 (bug fix)[3057639] no read traces [lappend arr(elem) ...] (hobbs)
+ *** POTENTIAL INCOMPATIBILITY ***
+
+--- Released 8.5.9, September 6, 2010 --- See ChangeLog for details ---