diff options
author | hobbs <hobbs> | 2000-02-05 12:08:49 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-02-05 12:08:49 (GMT) |
commit | c337343925746f804acdb5a67117b6e4abf015a0 (patch) | |
tree | 0509e23eda6a3f3b9b40aedfafe87f4d5299f376 | |
parent | 09aefc91245d7700c0adc862b3bd105875776920 (diff) | |
download | tcl-c337343925746f804acdb5a67117b6e4abf015a0.zip tcl-c337343925746f804acdb5a67117b6e4abf015a0.tar.gz tcl-c337343925746f804acdb5a67117b6e4abf015a0.tar.bz2 |
* tests/httpd: improved query support in test httpd to handle fix
in http.tcl. [Bug: 4089 change 2000-02-01]
* unix/README: fixed notes about --enable-shared and add note
about --disable-shared.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,8 +1,16 @@ +2000-02-05 Jeff Hobbs <hobbs@scriptics.com> + + * tests/httpd: improved query support in test httpd to handle fix + in http.tcl. [Bug: 4089 change 2000-02-01] + + * unix/README: fixed notes about --enable-shared and add note + about --disable-shared. + 2000-02-03 Eric Melski <ericm@scriptics.com> * doc/Package.n: - * doc/packagens.n: Renamed Package.n -> packagens.n because NT is stupid - and can't deal with case-sensitive names. GET A REAL OS! + * doc/packagens.n: Renamed Package.n -> packagens.n because NT is + stupid and can't deal with case-sensitive names! 2000-02-02 Jeff Hobbs <hobbs@scriptics.com> |