File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
13
liblua-cqueues (20161018-0) unstable; urgency=low
2
14
3
15
* Support OpenSSL 1.1 API. (@daurnimator)
Original file line number Diff line number Diff line change 63
63
#endif
64
64
65
65
#ifndef CQUEUES_VERSION
66
- #define CQUEUES_VERSION 20161018L
66
+ #define CQUEUES_VERSION 20161214L
67
67
#endif
68
68
69
69
You can’t perform that action at this time.
0 commit comments