summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2014-01-18 00:37:32 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2014-01-18 00:37:32 -0500
commit3815be202ac233fda3b438e369339884f3749c7c (patch)
tree5057443dc0ad5968c52de2737b870e7ef18b2f77
parent7baf2429c3a2bd479b7baf3bdba385419ba615d0 (diff)
downloadpycurl-3815be202ac233fda3b438e369339884f3749c7c.tar.gz
Credit Andjelko Horvat
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog3
2 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index b7e4264..01d2a8e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,6 +10,7 @@ Aaron Hill <visine19 at hotmail.com>
Adam Guthrie <therigu at users.sourceforge.net>
Adam Jacob Muller <adam at isprime.com>
Amit Mongia <amit_mongia at hotmail.com>
+Andjelko Horvat <comel at vingd.com>
Bastian Kleineidam
Christopher Warner <cwarner at kernelcode.com>
Conrad Steenberg <conrad at hep.caltech.edu>
diff --git a/ChangeLog b/ChangeLog
index 311eaa5..1b577be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,8 @@ master
* 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.
+ pre-7.19.3 behavior with respect to automatic SSL detection
+ (patch by Andjelko Horvat).
Version 7.19.3 [requires libcurl-7.19.0 or better] - 2014-01-09
---------------------------------------------------------------