From e1312511df29b2d8b4fbd49ad869350189328e11 Mon Sep 17 00:00:00 2001 From: William Ahern Date: Thu, 15 Dec 2016 15:21:01 -0800 Subject: [PATCH] bump version to 20161215 --- debian/changelog | 6 ++++++ src/cqueues.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a755fe4..063dc4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +liblua-cqueues (20161215-0) unstable; urgency=low + + * Disallow :close when invoked from a thread resumed by cqueue_step. + + -- William Ahern Thu, 15 Dec 2016 15:20:00 -0800 + liblua-cqueues (20161214-0) unstable; urgency=low * Accept SSL instance in socket:starttls. (@daurnimator) diff --git a/src/cqueues.c b/src/cqueues.c index bee90b4..d452640 100644 --- a/src/cqueues.c +++ b/src/cqueues.c @@ -63,7 +63,7 @@ #endif #ifndef CQUEUES_VERSION -#define CQUEUES_VERSION 20161214L +#define CQUEUES_VERSION 20161215L #endif