diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-07 15:13:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-07 15:13:11 +0000 |
commit | 0b57fa9c515b6e0cc8b592e8538bab4b35fcb23e (patch) | |
tree | 3be2148d0f2a2998062c239d4224978ad6d30311 | |
parent | 55c6f60c905b6aa339d3f733340ee15c14988da1 (diff) |
http server added to CVS, config*h files moved
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ History of Changes +Daniel (7 February 2002) +- I moved the config*.h files from the root directory to the lib/ directory. + +- I've added the new test suite HTTP server to the CVS repository, It seems to + work pretty good now, but we must make it get used by the test scripts + properly and then we need to make sure that it compiles, builds and runs on + most operating systems. + +Version 7.9.5-pre1 + Daniel (6 February 2002) - Miklos Nemeth provided updated windows makefiles and INSTALL docs. |