diff options
author | william <william@25thandclement.com> | 2015-04-22 15:44:03 -0700 |
---|---|---|
committer | william <william@25thandclement.com> | 2015-04-22 15:44:03 -0700 |
commit | b6ce57a198ed27f314b7183a0876c30f719ef69b (patch) | |
tree | dc22fd05e17b8588785e3e7cdff206cae14b2c6e | |
parent | 702728cbce9181cf72e65bb015cc3b94f2027cfe (diff) | |
download | luaossl-rel-20150422.tar.gz luaossl-rel-20150422.tar.bz2 luaossl-rel-20150422.zip |
update changelog in preparation for tagging releaserel-20150422
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cab9c87..34704a2 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,13 @@ | |||
1 | liblua-openssl (20150422-0) unstable; urgency=low | ||
2 | |||
3 | * Add support for ALPN server callback, SSL_CTX_set_alpn_select_cb. | ||
4 | * Fix X509_STORE double-free bug on older OpenSSL releases (< 1.0.2) | ||
5 | by implementing and using our own X509_STORE_free routine which properly | ||
6 | checks reference counts. Workaround adapted from Ruby OpenSSL bindings. | ||
7 | * Fix strerror_r usage on glibc. | ||
8 | |||
9 | -- William Ahern <william@25thandClement.com> Wed, 22 Apr 2015 15:39:14 -0700 | ||
10 | |||
1 | liblua-openssl (20150304-0) unstable; urgency=low | 11 | liblua-openssl (20150304-0) unstable; urgency=low |
2 | 12 | ||
3 | * Merge ALPN support from quae@daurnimator.com. | 13 | * Merge ALPN support from quae@daurnimator.com. |