aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorLibravatarLibravatar william <william@25thandclement.com> 2015-04-22 15:44:03 -0700
committerLibravatarLibravatar william <william@25thandclement.com> 2015-04-22 15:44:03 -0700
commitb6ce57a198ed27f314b7183a0876c30f719ef69b (patch)
treedc22fd05e17b8588785e3e7cdff206cae14b2c6e /debian/changelog
parent702728cbce9181cf72e65bb015cc3b94f2027cfe (diff)
downloadluaossl-b6ce57a198ed27f314b7183a0876c30f719ef69b.tar.gz
luaossl-b6ce57a198ed27f314b7183a0876c30f719ef69b.tar.bz2
luaossl-b6ce57a198ed27f314b7183a0876c30f719ef69b.zip
update changelog in preparation for tagging release
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog10
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 @@
+liblua-openssl (20150422-0) unstable; urgency=low
+
+ * Add support for ALPN server callback, SSL_CTX_set_alpn_select_cb.
+ * Fix X509_STORE double-free bug on older OpenSSL releases (< 1.0.2)
+ by implementing and using our own X509_STORE_free routine which properly
+ checks reference counts. Workaround adapted from Ruby OpenSSL bindings.
+ * Fix strerror_r usage on glibc.
+
+ -- William Ahern <william@25thandClement.com> Wed, 22 Apr 2015 15:39:14 -0700
+
liblua-openssl (20150304-0) unstable; urgency=low
* Merge ALPN support from quae@daurnimator.com.