summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-11-19 23:31:25 (GMT)
committerhobbs <hobbs>1999-11-19 23:31:25 (GMT)
commit0d7201ef813dd5b5809ee0a84f2fce2f340cc1d1 (patch)
tree1663872de91c38f50814c531f56f021cbcf67a20
parent72aebeb0e0a8853e2c1417c5c2d1b732ee6afd6d (diff)
downloadtcl-0d7201ef813dd5b5809ee0a84f2fce2f340cc1d1.zip
tcl-0d7201ef813dd5b5809ee0a84f2fce2f340cc1d1.tar.gz
tcl-0d7201ef813dd5b5809ee0a84f2fce2f340cc1d1.tar.bz2
updated for 8.2.3
-rw-r--r--ChangeLog33
-rw-r--r--README8
2 files changed, 37 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f09f01c..4ae9d27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+1999-11-19 Jeff Hobbs <hobbs@scriptics.com>
+
+ * README:
+ * generic/tcl.h:
+ * unix/configure.in:
+ * win/configure.in:
+ * win/README.binary: updated to patchlevel 3
+ * tools/tcl.wse.in: updated to patchlevel 3, as well as making
+ sure tcltest1.0 is installed, and koi-r encoding is installed
+ correctly
+
+ * generic/tclCkalloc.c: fixed Tcl_DbCkfree to return a value
+ on NULL input. [Bug: 3400]
+
+ * generic/tclStringObj.c: fixed support for passing in negative
+ length to Tcl_SetUnicodeObj, et al handling routines. [Bug: 3380]
+
+ * tests/http.test: updated http package to 2.2
+ * doc/http.n:
+ * library/http2.1/http.tcl: added register and unregister
+ commands to http:: package (better support for tls/SSL),
+ as well as -type argument to http::geturl. [RFE: 2617]
+ * library/http2.1/http.tcl: Correctly fixed the -timeout
+ problem mentioned in the 10-29 change. Also added error
+ handling for failed writes on the socket during the protocol.
+
+ * generic/tclBasic.c: removed extra decr of numLevels in
+ Tcl_EvalObjEx that could cause seg fault. (mjansen@wendt.de)
+
+ * generic/tclEvent.c: fixed possible lack of MutexUnlock in
+ Tcl_DeleteExitHandler [Bug: 3545]
+
+
1999-11-02 Jeff Hobbs <hobbs@scriptics.com>
* tagged 8.2.2 final
diff --git a/README b/README
index 6267532..e18a091 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
README: Tcl
- This is the Tcl 8.2.1 source distribution.
+ This is the Tcl 8.2.3 source distribution.
You can get this release from:
- http://www.scriptics.com/registration/8.2.1.tml
+ http://www.scriptics.com/registration/8.2.3.tml
-RCS: @(#) $Id: README,v 1.23.2.1 1999/09/24 02:01:41 hobbs Exp $
+RCS: @(#) $Id: README,v 1.23.2.2 1999/11/19 23:31:26 hobbs Exp $
Contents
--------
@@ -50,7 +50,7 @@ Information about new features in 8.2 can be found at
http://www.scriptics.com/software/whatsnew82.html
Detailed release notes can be found at
- http://www.scriptics.com/software/relnotes/tcl8.2.1
+ http://www.scriptics.com/software/relnotes/tcl8.2.3
Information about Tcl itself can be found at
http://www.scriptics.com/scripting/