diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-06-05 11:48:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-06-05 11:48:30 +0000 |
commit | 80994a123ec4e6728bd799c228c40de016e8acff (patch) | |
tree | d75579362d218ea9f71516aebe2a1e9beb63852d | |
parent | b1cd033c277d3b4b819458925db448fb7676ad80 (diff) | |
download | curl-80994a123ec4e6728bd799c228c40de016e8acff.tar.gz |
MUTE is gone, PHP examples, new CVS structure
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ History of Changes +Daniel (1 June 2001) +- Sterling provided some new PHP examples. + +- Changed the CVS hierarchy and the older checkout instruction does no longer + work. We moved the entire source code into a CVS module named 'curl'. + +Daniel (31 May 2001) +- CURLOPT_MUTE does not exist anymore. It is still present in the include file + to not cause compiler errors for applications using it, but it isn't used + anywhere in the library. + Version 7.8-pre3 Daniel (31 May 2001) |