diff options
| author | dgp <dgp@users.sourceforge.net> | 2006-03-07 19:01:43 (GMT) | 
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2006-03-07 19:01:43 (GMT) | 
| commit | d5b85a589a88b870e7ab817bdce1fd0ab81fd9ce (patch) | |
| tree | 2e745ed6a09bfd2bcd1db583021e81575b463183 | |
| parent | 57a73a6df494c3537e10dbe374204493fc4ed562 (diff) | |
| download | tcl-d5b85a589a88b870e7ab817bdce1fd0ab81fd9ce.zip tcl-d5b85a589a88b870e7ab817bdce1fd0ab81fd9ce.tar.gz tcl-d5b85a589a88b870e7ab817bdce1fd0ab81fd9ce.tar.bz2 | |
	* library/http/http.tcl:        Bump to version 2.5.3 to cover bug fix
        * library/http/pkgIndex.tcl:    in URL parsing.  [Bug 1358369]
| -rw-r--r-- | changes | 5 | 
1 files changed, 4 insertions, 1 deletions
| @@ -1,6 +1,6 @@  Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.33 2006/03/07 05:30:23 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.34 2006/03/07 19:01:43 dgp Exp $  1. No more [command1] [command2] construct for grouping multiple  commands on a single command line. @@ -6336,4 +6336,7 @@ Restores Tcl 8.4.9 behavior (porter)  2006-03-06 (bug fix)[1430936,1444291] fix TCL_EVAL_{GLOBAL,INVOKE} handling  when auto-loading or exec traces are present (porter) +2006-03-07 (bug fix) Bump http version (should have done 2005-11-18) (porter) +=> http 2.5.3 +  --- Released 8.4.13, March 17, 2006 --- See ChangeLog for details --- | 
