diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-15 23:55:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-15 23:55:53 +0000 |
commit | 4c35a40858db71daa0f6be4111c620fb201f245a (patch) | |
tree | 1107ae836fbf51f066d45363103b278de81c8636 /CHANGES | |
parent | 802b2aaf6a5e640b868dc47b53df13a7d931cc5e (diff) |
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().
Bryan also updated the docs accordingly.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel (16 January 2006) +- 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(). + Bryan has also updated the docs accordingly. + Daniel (13 January 2006) - Andrew Benham fixed a race condition in the test suite that could cause the test script to kill all processes in the current process group! |