diff options
author | daurnimator <quae@daurnimator.com> | 2018-05-30 18:17:12 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-05-30 18:17:12 +1000 |
commit | fd0c732068809223d913839ee2f754634db65cdb (patch) | |
tree | 6464d1a242b3a802192c7e7f8cd73ad05bd195f1 /debian/changelog | |
parent | aa1499cc970e624a39f06c0e82f6653ae4f3d6a5 (diff) | |
download | luaossl-fd0c732068809223d913839ee2f754634db65cdb.tar.gz luaossl-fd0c732068809223d913839ee2f754634db65cdb.tar.bz2 luaossl-fd0c732068809223d913839ee2f754634db65cdb.zip |
debian/changelog: Fix change description
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 25e889c..2d9dc6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ liblua-openssl (20180530-0) unstable; urgency=low * Add ssl:getCertificate() and context:getCertificate() * store:add("./empty-file") no longer throws * Add ssl:getServerTemporaryKey() - * Add x509.cert:lookupSerial() and x509.cert:lookupCertificate() + * Add x509.crl:lookupSerial() and x509.crl:lookupCertificate() * Fix precision loss when using Lua 5.3 with 64bit integers. -- Daurnimator <quae@daurnimator.com> Wed, 30 May 2018 17:44:42 +1000 |