summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--changes5
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e81ee23..62187a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
2010-09-08 Andreas Kupries <andreask@activestate.com>
+ *** 8.5.9 TAGGED FOR RELEASE ***
+
* doc/tm.n: Added underscore to the set of characters accepted in
module names. This is true for quite some time in the code, this
change catches up the documentation.
2010-09-08 Don Porter <dgp@users.sourceforge.net>
+ * changes: Update for 8.5.9 release.
+
* win/tclWin32Dll.c: #ifdef protections to permit builds with
* win/tclWinChan.c: mingw on amd64 systems. Thanks to "mescalinum"
* win/tclWinFCmd.c: for reporting and testing.
@@ -19,8 +23,6 @@
2010-09-02 Andreas Kupries <andreask@activestate.com>
- *** 8.5.9 TAGGED FOR RELEASE ***
-
* doc/glob.n: Fixed documentation ambiguity regarding the handling
of -join.
@@ -133,6 +135,7 @@
* win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with
* win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to
prefer dependent DLLs in same dir as loaded DLL.
+ ***POTENTIAL INCOMPATIBILITY***
* win/Makefile.in (%.${OBJEXT}): better implicit rules support
diff --git a/changes b/changes
index ea9cfa4..8cd05bc 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.136.2.26 2010/09/01 20:07:55 dgp Exp $
+RCS: @(#) $Id: changes,v 1.136.2.27 2010/09/08 17:38:32 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7470,6 +7470,7 @@ memory with buffer backup (ferrieux)
2010-08-04 (bug fix)[3034840] mem corrupt when refchan loses interp (kupries)
2010-08-04 (enhancement) Win [load] use LOAD_WITH_ALTERED_SEARCH_PATH (hobbs)
+ *** POTENTIAL INCOMPATIBILITY ***
2010-08-12 (bug fix)[2826551] line-sensitive matching in regexp (dejong)
@@ -7480,4 +7481,4 @@ memory with buffer backup (ferrieux)
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 ---
+--- Released 8.5.9, September 8, 2010 --- See ChangeLog for details ---