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 | |
parent | fdaaf522474df9dd9eb23e875acd939cd0d2ea90 (diff) | |
download | luaossl-60fc10973eb348cb3d99d27f083437ddeab03f14.tar.gz luaossl-60fc10973eb348cb3d99d27f083437ddeab03f14.tar.bz2 luaossl-60fc10973eb348cb3d99d27f083437ddeab03f14.zip |
update debian changelogrel-20150727
Diffstat (limited to 'debian')
-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 @@ | |||
1 | liblua-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 | |||
1 | liblua-openssl (20150504-0) unstable; urgency=low | 12 | liblua-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 |