aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-13 07:59:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-13 07:59:19 +0000
commit063f88cd1498833f32313208b1e43b030b067e1f (patch)
treec74f9504a282bb6660c04355543b4feb3f9fb25b /CHANGES
parent87b0b7cab9924848aa7be2fc154379b39356132b (diff)
close policies
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4a2db2d33..55376df4e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,15 @@
History of Changes
+Daniel (13 March 2001)
+- Added the policy stuff to the curl_easy_setopt man page for the two supported
+ policies.
+
+- Implemented some support for the CURLOPT_CLOSEPOLICY option. The policies
+ CURLCLOSEPOLICY_LEAST_RECENTLY_USED and CURLCLOSEPOLICY_OLDEST are now
+ supported, and the "least recently used" is used as default if no policy
+ is chosen.
+
Daniel (12 March 2001)
- Added CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET to libcurl for seeding the
SSL random engine. The random seeding support was also brought to the curl