diff options
author | dgp <dgp@users.sourceforge.net> | 2012-12-21 06:16:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-12-21 06:16:00 (GMT) |
commit | 296aebbd6ee092a25741684fa37ee31ef5a3e222 (patch) | |
tree | 55feca0496a6c29e09c840b5d03386da3964ddef /ChangeLog | |
parent | 3515f81d8cea51544e1ef5949175795ca8ffa35f (diff) | |
parent | ad47aaa8d919090d79a2ce390b08653ef8e3fae8 (diff) | |
download | tcl-296aebbd6ee092a25741684fa37ee31ef5a3e222.zip tcl-296aebbd6ee092a25741684fa37ee31ef5a3e222.tar.gz tcl-296aebbd6ee092a25741684fa37ee31ef5a3e222.tar.bz2 |
merge release
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 29 insertions, 4 deletions
@@ -4,17 +4,42 @@ instructions issued for [subst] when dealing with simple variable references. -2012-11-13 Miguel Sofer <msofer@users.sf.net> +2012-12-14 Don Porter <dgp@users.sourceforge.net> - * generic/tclCmdAH.c (CatchObjCmdCallback): Do not decrRefCount the - newValuePtr sent to Tcl_ObjSetVar2: TOSV2 is 'fire and forget', it - decrs on its own. Fix for [Bug 3595576], found by andrewsh. + *** 8.6.0 TAGGED FOR RELEASE *** + + * changes: updates for 8.6.0 + +2012-12-13 Don Porter <dgp@users.sourceforge.net> + + * generic/tclZlib.c: Repair same issue with misusing the + * tests/zlib.test: 'fire and forget' nature of Tcl_ObjSetVar2 + in the new TIP 400 implementation. + +2012-12-13 Miguel Sofer <msofer@users.sf.net> + + * generic/tclCmdAH.c: (CatchObjCmdCallback): do not decrRefCount + * tests/cmdAH.test: the newValuePtr sent to Tcl_ObjSetVar2: + TOSV2 is 'fire and forget', it decrs on its own. + Fix for [Bug 3595576], found by andrewsh. 2012-12-13 Jan Nijtmans <nijtmans@users.sf.net> * generic/tcl.h: Fix Tcl_DecrRefCount macro such that it doesn't access its objPtr parameter twice any more. +2012-12-11 Don Porter <dgp@users.sourceforge.net> + + * generic/tcl.h: Bump version number to 8.6.0. + * library/init.tcl: + * unix/configure.in: + * win/configure.in: + * unix/tcl.spec: + * README: + + * unix/configure: autoconf-2.59 + * win/configure: + 2012-12-10 Donal K. Fellows <dkf@users.sf.net> * tools/tcltk-man2html.tcl (plus-pkgs): Increased robustness of |