From b3705932920d7d597ad493f2810f47eda9e49322 Mon Sep 17 00:00:00 2001 From: William Ahern Date: Wed, 16 Mar 2016 18:43:11 -0700 Subject: [PATCH] update changelog and version --- debian/changelog | 11 +++++++++++ src/cqueues.c | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 12ea906..62c3098 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +liblua-cqueues (20160316-0) unstable; urgency=low + + * Allow yielding through cqueues:step. (daurnimator) + * Use SSLv23_server_method instead of SSLv3_server_method when guessing + the TLS handshake mode--server or client--as many OpenSSL forks have + deprecated or removed SSLv3-specific APIs. (daurnimator) + * Support SO_BROADCAST. (daurnimator) + * Fix v6only flag. (daurnimator) + + -- William Ahern Wed, 16 Mar 2016 18:34:51 -0700 + liblua-cqueues (20150907-0) unstable; urgency=low * Fix bugs with getsockname and getpeername--AF_UNIX sockaddr length diff --git a/src/cqueues.c b/src/cqueues.c index e0a3157..883b7f2 100644 --- a/src/cqueues.c +++ b/src/cqueues.c @@ -61,7 +61,7 @@ #endif #ifndef CQUEUES_VERSION -#define CQUEUES_VERSION 20150907L +#define CQUEUES_VERSION 20160316L #endif