diff options
author | andreas_kupries <akupries@shaw.ca> | 2005-11-21 17:19:56 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2005-11-21 17:19:56 (GMT) |
commit | 2c55225523503a689c000258c0a7a2f9054dadaa (patch) | |
tree | 8098bdf5c5c1fe2fb3d0e6a3b61ec58dd2366886 /ChangeLog | |
parent | 0dfe0c9693046ad3717fbbe2682c80d0e0633cce (diff) | |
download | tcl-2c55225523503a689c000258c0a7a2f9054dadaa.zip tcl-2c55225523503a689c000258c0a7a2f9054dadaa.tar.gz tcl-2c55225523503a689c000258c0a7a2f9054dadaa.tar.bz2 |
* unix/Makefile.in (install-libraries): Updated Makefile to new
* win/Makefile.in (install-libraries): version of the http
package. This fixes the ifneeded/provide mismatch reported when
trying to require http. Should we maybe try to automatically
extract the version number from the http code to prevent future
breakage ?
This follows the update of the version number by dgp on Nov 15
(No entry found in the ChangeLog).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-11-21 Andreas Kupries <andreask@activestate.com> + + * unix/Makefile.in (install-libraries): Updated Makefile to new + * win/Makefile.in (install-libraries): version of the http + package. This fixes the ifneeded/provide mismatch reported when + trying to require http. Should we maybe try to automatically + extract the version number from the http code to prevent future + breakage ? + + This follows the update of the version number by dgp on Nov 15 + (No entry found in the ChangeLog). + 2005-11-20 Joe English <jenglish@users.sourceforge.net> * generic/tclStubLib.c: Don't set tclStubsPtr to 0 when |