diff options
-rw-r--r-- | debian/changelog | 11 |
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 @@ | |||
1 | liblua-openssl (20140328-0) unstable; urgency=low | ||
2 | |||
3 | * Add DER input/output formats. | ||
4 | * Add GEN_DIRNAME alternative names. | ||
5 | * Change the return value of several methods from boolean true | ||
6 | to the method object, to allow easy call chaining in Lua. | ||
7 | * Fix rand.uniform to use lua_Unsigned when it's a 64-bit type (Lua 5.3). | ||
8 | * Rename openssl.pubkey to openssl.pkey. | ||
9 | |||
10 | -- William Ahern <william@25thandClement.com> Fri, 28 Mar 2014 22:44:31 -0700 | ||
11 | |||
1 | liblua-openssl (20140322-0) unstable; urgency=low | 12 | liblua-openssl (20140322-0) unstable; urgency=low |
2 | 13 | ||
3 | * Add Lua 5.3 support. | 14 | * Add Lua 5.3 support. |