aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 34704a2..0cea617 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+liblua-openssl (20150504-0) unstable; urgency=low
+
+ * Use lightuserdata as registry keys. C function hashes aren't stable
+ in LuaJIT.
+ * Add openssl.version as binding for SSLeay_version.
+ * Fix build on OpenBSD 5.6 libressl.
+
+ -- William Ahern <william@25thandClement.com> Mon, 04 May 2015 17:49:08 -0700
+
liblua-openssl (20150422-0) unstable; urgency=low
* Add support for ALPN server callback, SSL_CTX_set_alpn_select_cb.