summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-08 20:43:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-08 20:43:04 (GMT)
commitef80a8e33e4a3556fa3ebf372e3ccc2b83549cac (patch)
tree2622d4383ab05ecd1d3c22e00dc7121d7fa548e4 /changes
parentbf39f96ff8294effecfd46009be07e8c587a89e9 (diff)
downloadtcl-ef80a8e33e4a3556fa3ebf372e3ccc2b83549cac.zip
tcl-ef80a8e33e4a3556fa3ebf372e3ccc2b83549cac.tar.gz
tcl-ef80a8e33e4a3556fa3ebf372e3ccc2b83549cac.tar.bz2
* changes: Updates for 8.6a2 release.
Diffstat (limited to 'changes')
-rw-r--r--changes46
1 files changed, 44 insertions, 2 deletions
diff --git a/changes b/changes
index 723094b..0846933 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.141 2008/06/25 17:44:05 dgp Exp $
+RCS: @(#) $Id: changes,v 1.142 2008/08/08 20:43:17 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7242,6 +7242,48 @@ variables without "." added to customization hooks (kupries)
2008-06-24 (bug fix)[1999176] crash in [glob -dir {} a] (porter)
-2008-06-25 (bug fix)[1999119] Support TM packages in Sage Base (kupries)
+2008-06-25 (bug fix)[1999119] Support TM packages in Safe Base (kupries)
--- Released 8.6a1, June 25, 2008 --- See ChangeLog for details ---
+
+2008-06-29 (bug fix)[2004480] plug memory leaks (ade,porter,steffen)
+
+2008-07-01 (enhancement)[1905562] embed recursion limit in RE engine (fellows)
+
+2008-07-03 (bug fix)[1969717] fix package finding on Samba shares (jos)
+
+2008-07-03 (bug fix)[1987821] mem leak in [seek] on reflected chan (kupries)
+
+2008-07-13 (enhancement)[2017110] new Non-Recursive Evaluation implementation
+enables deep Tcl evaluation stacks without deep C stacks. (sofer)
+
+2008-07-20 (enhancement)[2008248] dict->list preserve item intreps (pasadyn)
+
+2008-07-21 (bug fix)[582506] imported cmds now fire execution traces (sofer)
+
+2008-07-21 (bug fix)[2015723] [file] bad use of inodes on Windows (thoyts)
+
+2008-07-21 (new feature)[TIP 304] [chan pipe] (ferrieux)
+
+2008-07-21 (bug fix)[2021443] more consistent "wrong # args" msgs (nijtmans)
+
+2008-07-21 (enhancement) [info frame] returns file data in more cases (kupries)
+
+2008-07-29 (bug fix)[2030670] fix rare panic in TclStackFree (pasadyn,sofer)
+
+2008-08-01 Tcl_Finalize() no longer called implicitly on DLL_PROCESS_DETACH.
+Programs that unload the Tcl library need to call Tcl_Finalize() first.
+ *** POTENTIAL INCOMPATIBILITY ***
+
+2008-08-05 (enhancement)[1994512] async connect logic simplified (jenglish)
+
+2008-08-06 (bug fix)[2040295] stopped supplying a workaround for bugs
+in Itcl's use of [namespace code]. Itcl now supplies its own workaround.
+ *** POTENTIAL INCOMPATIBILITY for older Itcl releases ***
+
+2008-08-06 (bug fix)[2039178] repaired guard against dispatching oo methods
+in a deleted interp. (porter)
+
+2008-08-08 tzdata updated to Olson's tzdata2008e (kenny)
+
+--- Released 8.6a2, August 15, 2008 --- See ChangeLog for details ---