aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorLibravatarLibravatar William Ahern <william@25thandClement.com> 2014-01-31 14:41:53 -0800
committerLibravatarLibravatar William Ahern <william@25thandClement.com> 2014-01-31 14:41:53 -0800
commit331bc576f5bf394bcc006a8cb7766062dabdfe9c (patch)
tree519cfa9cce121d1c4182ca249c07a57e40d7c97a /debian/changelog
parent864c08cc3e75442443d3492cf3084b704ef5af70 (diff)
downloadluaossl-331bc576f5bf394bcc006a8cb7766062dabdfe9c.tar.gz
luaossl-331bc576f5bf394bcc006a8cb7766062dabdfe9c.tar.bz2
luaossl-331bc576f5bf394bcc006a8cb7766062dabdfe9c.zip
add multithread reentrancy protection
Diffstat (limited to 'debian/changelog')
-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 @@
+liblua-openssl (20141231-0) unstable; urgency=low
+
+ * Add multi-threaded re-entrancy protection, including explicitly
+ synchronizing OpenSSL initialization because OpenSSL doesn't appear to
+ use its own locking callbacks from initialization routines.
+
+ -- William Ahern <william@25thandClement.com> Fri, 31 Jan 2014 14:27:30 -0800
+
liblua-openssl (20131209-1) unstable; urgency=low
* Initial release after splitting from cqueues project.