summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2014-01-14 20:44:18 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2014-01-14 20:46:01 -0500
commitbaa6bd7141c765590734b4197c2d2a6452a3e46b (patch)
tree794253d30f3d72660b66774613f1d0967e818d5c
parente963fcebc8bf5859527411a7931498c3f1a880db (diff)
downloadpycurl-baa6bd7141c765590734b4197c2d2a6452a3e46b.tar.gz
Update changelog
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7898fbd..311eaa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
master
------
+ * Added CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE,
+ CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE, CURLMOPT_MAX_HOST_CONNECTIONS
+ CURLMOPT_MAX_PIPELINE_LENGTH, CURLMOPT_MAX_TOTAL_CONNECTIONS
+ multi options (patch by Jakob Truelsen).
+
* SSL detection logic changed to consult `curl-config --static-libs`
even if `curl-config --libs` succeeded. This should achieve
pre-7.19.3 behavior with respect to automatic SSL detection.