aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-12-05 16:04:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-12-05 16:04:01 +0000
commitae76ebe2d1202a09b009c9294f63c2a1bc228bd8 (patch)
tree99102679872fa6f170a6c438b036819db914711f /RELEASE-NOTES
parente4505aefd9dc81eb2c51f2739f8dc626f7c3ce93 (diff)
Sh Diao reported that CURLOPT_CLOSEPOLICY doesn't work, and indeed, there is
no code present in the library that receives the option. Since it was not possible to use, we know that no current users exist and thus we simply removed it from the docs and made the code always use the default path of the code.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 4a5f34439..9d8d554b1 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -12,6 +12,7 @@ Curl and libcurl 7.16.1
This release includes the following changes:
o Support for SCP and SFTP were added
+ o CURLOPT_CLOSEPOLICY is now deprecated
This release includes the following bugfixes: