summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2014-12-20 21:24:45 -0600
committerEdward Thomson <ethomson@edwardthomson.com>2014-12-20 21:24:45 -0600
commitd147900ea4756975effa6cb568f932a4e3eb698f (patch)
tree01ea30a3dcd7efbdf9fbe9ce01c20fc0f4ccbcb2 /CHANGELOG.md
parent25a03d4ad4a5ff9c3cdacb788c6ef3fbd3679b5c (diff)
parent5192bcc52cbc7f049ef85f52a997a44cb4ebe5c7 (diff)
downloadlibgit2-d147900ea4756975effa6cb568f932a4e3eb698f.tar.gz
Merge pull request #2759 from libgit2/cmn/openssl-sys
Make OpenSSL locking warnings more severe
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5dfc27edf..b01f48138 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,11 @@ v0.21 + 1
tells it to include a copy of libssh2 at the given location. This is
enabled for MSVC.
+* libgit2 no longer automatically sets the OpenSSL locking
+ functions. This is not something which we can know to do. A
+ last-resort convenience function is provided in sys/openssl.h,
+ git_openssl_set_locking() which can be used to set the locking.
+
* The git_transport_register function no longer takes a priority and takes
a URL scheme name (eg "http") instead of a prefix like "http://"