Skip to content

Commit e131251

Browse files
committed
bump version to 20161215
1 parent 96bc2f2 commit e131251

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
liblua-cqueues (20161215-0) unstable; urgency=low
2+
3+
* Disallow :close when invoked from a thread resumed by cqueue_step.
4+
5+
-- William Ahern <william@25thandClement.com> Thu, 15 Dec 2016 15:20:00 -0800
6+
17
liblua-cqueues (20161214-0) unstable; urgency=low
28

39
* Accept SSL instance in socket:starttls. (@daurnimator)

src/cqueues.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#endif
6464

6565
#ifndef CQUEUES_VERSION
66-
#define CQUEUES_VERSION 20161214L
66+
#define CQUEUES_VERSION 20161215L
6767
#endif
6868

6969

0 commit comments

Comments
 (0)