summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0cea617..fb77655 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
1liblua-openssl (20150727-0) unstable; urgency=low
2
3 * More extension work from Kaarle Ritvanen.
4 * Add DTLS support.
5 * More extension work from kunkku.
6 * Fix bug in ex_newstate which could cause application data attached
7 to OpenSSL objects using OpenSSL's external application data API to be
8 prematurely invalidated as-if the Lua interperter was destroyed.
9
10 -- William Ahern <william@25thandClement.com> Mon, 27 Jul 2015 01:42:46 -0700
11
1liblua-openssl (20150504-0) unstable; urgency=low 12liblua-openssl (20150504-0) unstable; urgency=low
2 13
3 * Use lightuserdata as registry keys. C function hashes aren't stable 14 * Use lightuserdata as registry keys. C function hashes aren't stable