Skip to content

Commit a515ed2

Browse files
committed
bump version
1 parent 23e78f3 commit a515ed2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
liblua-cqueues (20161214-0) unstable; urgency=low
2+
3+
* Accept SSL instance in socket:starttls. (@daurnimator)
4+
* Support cqueue:close. (@daurnimator)
5+
* Correctly cancel any controller descriptors before destroying a
6+
controller. (@daurnimator)
7+
* Fix OpenSSL 1.1 support by correctly defaulting to client connect mode
8+
in socket:starttls when neither accept nor connect mode is explicitly
9+
specified.
10+
11+
-- William Ahern <william@25thandClement.com> Wed, 14 Dec 2016 16:06:26 -0800
12+
113
liblua-cqueues (20161018-0) unstable; urgency=low
214

315
* Support OpenSSL 1.1 API. (@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 20161018L
66+
#define CQUEUES_VERSION 20161214L
6767
#endif
6868

6969

0 commit comments

Comments
 (0)