summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorWilliam Ahern <william@25thandClement.com>2014-01-31 14:41:53 -0800
committerWilliam Ahern <william@25thandClement.com>2014-01-31 14:41:53 -0800
commit331bc576f5bf394bcc006a8cb7766062dabdfe9c (patch)
tree519cfa9cce121d1c4182ca249c07a57e40d7c97a /debian
parent864c08cc3e75442443d3492cf3084b704ef5af70 (diff)
downloadluaossl-331bc576f5bf394bcc006a8cb7766062dabdfe9c.tar.gz
luaossl-331bc576f5bf394bcc006a8cb7766062dabdfe9c.tar.bz2
luaossl-331bc576f5bf394bcc006a8cb7766062dabdfe9c.zip
add multithread reentrancy protection
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4d5e440..8ace2cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
1liblua-openssl (20141231-0) unstable; urgency=low
2
3 * Add multi-threaded re-entrancy protection, including explicitly
4 synchronizing OpenSSL initialization because OpenSSL doesn't appear to
5 use its own locking callbacks from initialization routines.
6
7 -- William Ahern <william@25thandClement.com> Fri, 31 Jan 2014 14:27:30 -0800
8
1liblua-openssl (20131209-1) unstable; urgency=low 9liblua-openssl (20131209-1) unstable; urgency=low
2 10
3 * Initial release after splitting from cqueues project. 11 * Initial release after splitting from cqueues project.