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