diff options
author | William Ahern <william+ubuntu@25thandClement.com> | 2015-07-27 01:48:00 -0700 |
---|---|---|
committer | William Ahern <william+ubuntu@25thandClement.com> | 2015-07-27 01:48:00 -0700 |
commit | 60fc10973eb348cb3d99d27f083437ddeab03f14 (patch) | |
tree | 42acb243a3fd94dd6105844bcac3ddc3c232fd57 /debian/changelog | |
parent | fdaaf522474df9dd9eb23e875acd939cd0d2ea90 (diff) | |
download | luaossl-60fc10973eb348cb3d99d27f083437ddeab03f14.tar.gz luaossl-60fc10973eb348cb3d99d27f083437ddeab03f14.tar.bz2 luaossl-60fc10973eb348cb3d99d27f083437ddeab03f14.zip |
update debian changelog
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 11 |
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 @@ +liblua-openssl (20150727-0) unstable; urgency=low + + * More extension work from Kaarle Ritvanen. + * Add DTLS support. + * More extension work from kunkku. + * Fix bug in ex_newstate which could cause application data attached + to OpenSSL objects using OpenSSL's external application data API to be + prematurely invalidated as-if the Lua interperter was destroyed. + + -- William Ahern <william@25thandClement.com> Mon, 27 Jul 2015 01:42:46 -0700 + liblua-openssl (20150504-0) unstable; urgency=low * Use lightuserdata as registry keys. C function hashes aren't stable |