diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
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 @@ | |||
1 | liblua-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 | |||
1 | liblua-openssl (20131209-1) unstable; urgency=low | 9 | liblua-openssl (20131209-1) unstable; urgency=low |
2 | 10 | ||
3 | * Initial release after splitting from cqueues project. | 11 | * Initial release after splitting from cqueues project. |