diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-05 15:17:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-05 15:17:32 +0000 |
commit | 4c65eb0af841d95de24622e1b8212bf1c30c0c48 (patch) | |
tree | 724fc9afad0d238bfe8418da47265f1d6d8d210b /CHANGES | |
parent | 318a8258fdac1a103eec29878c91850199cfdfd0 (diff) |
CURLOPT_FORBID_REUSE works again with a cleaned up order of doing things in
Curl_done()
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel (5 December 2006) +- Sh Diao reported that CURLOPT_FORBID_REUSE no works, and indeed it broke in + the 7.16.0 release. + - Martin Skinner brought back bug report #1230118 to haunt us once again. (http://curl.haxx.se/bug/view.cgi?id=1230118) curl_getdate() did not work properly for all input dates on Windows. It was mostly seen on some TZ time |