diff options
| author | william <william+ubuntu@25thandClement.com> | 2014-04-02 20:10:16 -0700 |
|---|---|---|
| committer | william <william+ubuntu@25thandClement.com> | 2014-04-02 20:10:16 -0700 |
| commit | 657892416234797396bc0f3a6cf03614083009fc (patch) | |
| tree | 44aba35a7095116813edb4e66219f15b8886fa3d | |
| parent | f8a3e72a30728ba185dc1ac8b398de1aeae7b1b6 (diff) | |
| download | luaossl-rel-20140328.tar.gz luaossl-rel-20140328.tar.bz2 luaossl-rel-20140328.zip | |
update debian changelogrel-20140328
| -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. |
