summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-12-12 08:30:37 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2014-12-12 15:46:57 +0100
commit5192bcc52cbc7f049ef85f52a997a44cb4ebe5c7 (patch)
tree20e16c6036a5f135836b895ef28d96ebe3b55005
parent263b1d6ed97d56608f9a358fa0bfe9e66c968f36 (diff)
downloadlibgit2-cmn/openssl-sys.tar.gz
Add the OpenSSL changes to the CHANGELOGcmn/openssl-sys
It seems these were forgotten when initially splitting this up.
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfb4f0430..a8b3353f0 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://"