diff options
author | dgp <dgp@users.sourceforge.net> | 2003-07-15 22:25:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-07-15 22:25:32 (GMT) |
commit | 570add27c459885795802baac3c2e466a4989705 (patch) | |
tree | 40efdb17aca0ed465647a559093592f063b91467 /ChangeLog | |
parent | 964320bcbce04f90f2fb64d5b5683bd62a58922a (diff) | |
download | tcl-570add27c459885795802baac3c2e466a4989705.zip tcl-570add27c459885795802baac3c2e466a4989705.tar.gz tcl-570add27c459885795802baac3c2e466a4989705.tar.bz2 |
* README: Bumped patch level to 8.4.4 in anticipation
* generic/tcl.h: of another patch release.
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -4,6 +4,17 @@ 2003-07-15 Don Porter <dgp@users.sourceforge.net> + * README: Bumped patch level to 8.4.4 in anticipation + * generic/tcl.h: of another patch release. + * tools/tcl.wse.in: + * unix/configure.in: + * unix/tcl.spec: + * win/README.binary: + * win/configure.in: + + * unix/configure: autoconf (2.13) + * win/configure: + * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 on 2003-04-07 introduced a buffer overflow. Corrected. [Bug 771613] |