aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorLibravatarLibravatar william <william+ubuntu@25thandClement.com> 2014-04-02 20:10:16 -0700
committerLibravatarLibravatar william <william+ubuntu@25thandClement.com> 2014-04-02 20:10:16 -0700
commit657892416234797396bc0f3a6cf03614083009fc (patch)
tree44aba35a7095116813edb4e66219f15b8886fa3d /debian
parentf8a3e72a30728ba185dc1ac8b398de1aeae7b1b6 (diff)
downloadluaossl-657892416234797396bc0f3a6cf03614083009fc.tar.gz
luaossl-657892416234797396bc0f3a6cf03614083009fc.tar.bz2
luaossl-657892416234797396bc0f3a6cf03614083009fc.zip
update debian changelog
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6dff1e0..b90467e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+liblua-openssl (20140328-0) unstable; urgency=low
+
+ * Add DER input/output formats.
+ * Add GEN_DIRNAME alternative names.
+ * Change the return value of several methods from boolean true
+ to the method object, to allow easy call chaining in Lua.
+ * Fix rand.uniform to use lua_Unsigned when it's a 64-bit type (Lua 5.3).
+ * Rename openssl.pubkey to openssl.pkey.
+
+ -- William Ahern <william@25thandClement.com> Fri, 28 Mar 2014 22:44:31 -0700
+
liblua-openssl (20140322-0) unstable; urgency=low
* Add Lua 5.3 support.