summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-03-26 20:08:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-03-26 20:08:50 (GMT)
commit7d09862213dc5b81ab51ab699129f8dc0add0693 (patch)
treed14af382e18467566d4258f846b4b551a3192987 /changes
parentbf423bcae3ba7be2e916498f9f50ebb1e903d13a (diff)
downloadtcl-7d09862213dc5b81ab51ab699129f8dc0add0693.zip
tcl-7d09862213dc5b81ab51ab699129f8dc0add0693.tar.gz
tcl-7d09862213dc5b81ab51ab699129f8dc0add0693.tar.bz2
merge updates from HEAD
Diffstat (limited to 'changes')
-rw-r--r--changes18
1 files changed, 16 insertions, 2 deletions
diff --git a/changes b/changes
index 5619efd..2f76c07 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.116.2.11 2008/03/13 20:29:36 dgp Exp $
+RCS: @(#) $Id: changes,v 1.116.2.12 2008/03/26 20:08:52 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7171,4 +7171,18 @@ and Tcl_AddObjToErrorInfo() (spjuth,porter)
2008-03-12 (new feature) some HTTP 1.1 support in http (and more!) (hobbs)
=> http 2.7
---- Released 8.5.2, March 18, 2008 --- See ChangeLog for details ---
+2008-03-13 (enhancement) support space in INSTALL_ROOT or $builddir (steffen)
+
+2008-03-16 (bug fix)[1903325] bytecode stack space prediction crash (fellows)
+
+2008-03-18 (bug fix)[1914604] Tcl Modules: encoding fixed to utf-8; environment
+variables without "." added to customization hooks (kupries)
+ *** POTENTIAL INCOMPATIBILITY ***
+
+2008-03-18 (bug fix)[1914503] alignment of TclStackAlloc() return (sofer)\
+
+2008-03-20 (bug fix)[1868171] expose Tcl_GetMemoryInfo (for AOLserver) (fellows)
+
+2008-03-24 (bug fix)[1923966] crash in [binary format x0s] (thoyts)
+
+--- Released 8.5.2, March 28, 2008 --- See ChangeLog for details ---