diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-16 22:14:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-16 22:14:37 +0000 |
commit | 67a83c1b3465c44b249eaa44fdc492952e59b31f (patch) | |
tree | 7240899b4d2b76095abdb09dcccd657a6177e9b5 /CHANGES | |
parent | 1e8d094274139238fb710451e069ce42317e55e4 (diff) |
David Shaw finally removed all traces of Gopher and we are now officially
not supporting it. It hasn't been functioning for years anyway, so this is
just finally stating what already was true. And a cleanup at the same time.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog Daniel (16 January 2006) +- David Shaw finally removed all traces of Gopher and we are now officially + not supporting it. It hasn't been functioning for years anyway, so this is + just finally stating what already was true. And a cleanup at the same time. + - Bryan Henderson turned the 'initialized' variable for curl_global_init() into a counter, and thus you can now do multiple curl_global_init() and you are then supposed to do the same amount of calls to curl_global_cleanup(). |