summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-10-26 15:53:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-10-26 15:53:43 (GMT)
commit467d1d219595b1179e070d8730d81fe6bec74687 (patch)
tree8da6ba8c8ce0a01ea7133abd5bfed8d3ce3621c0
parent3a931e4e946cdcdde28d18f85fbc3ce3a50c9568 (diff)
downloadtcl-467d1d219595b1179e070d8730d81fe6bec74687.zip
tcl-467d1d219595b1179e070d8730d81fe6bec74687.tar.gz
tcl-467d1d219595b1179e070d8730d81fe6bec74687.tar.bz2
* changes: Updated for 8.5b2 release.
-rw-r--r--ChangeLog2
-rw-r--r--changes16
2 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ea55f4..7e7b2e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-10-26 Don Porter <dgp@users.sourceforge.net>
+ * changes: Updated for 8.5b2 release.
+
* README: Bump version number to 8.5b2.
* generic/tcl.h:
* library/init.tcl:
diff --git a/changes b/changes
index 8b944d0..d1e586c 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.119 2007/09/20 18:29:18 das Exp $
+RCS: @(#) $Id: changes,v 1.120 2007/10/26 15:53:43 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7024,3 +7024,17 @@ project for Xcode 3.0 (steffen)
on Windows to be larger than the default [interp recursionlimit] value.
--- Released 8.5b1, September 26, 2007 --- See ChangeLog for details ---
+
+2007-10-02 (bug fix)[1806422] proper [tcl::tm::path] autoload (porter)
+
+2007-10-02 (bug fix) Improve Tcl_DecrRefCount() robustness (staplin)
+
+2007-10-11 (bug fix)[1805887] [string is int -failindex] for 0o, 0b (porter)
+
+2007-10-15 (bug fix)[1813528] Tcl_ParseBraces read past buffer (mistachkin)
+
+2007-10-25 (bug fix)[1726873] intermittent crash in threads (vasiljevic)
+
+New doc macros for improved formatting. Docs updated to use. (fellows)
+
+--- Released 8.5b2, October 26, 2007 --- See ChangeLog for details ---