We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bc2f2 commit e131251Copy full SHA for e131251
debian/changelog
@@ -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
7
liblua-cqueues (20161214-0) unstable; urgency=low
8
9
* Accept SSL instance in socket:starttls. (@daurnimator)
src/cqueues.c
@@ -63,7 +63,7 @@
63
#endif
64
65
#ifndef CQUEUES_VERSION
66
-#define CQUEUES_VERSION 20161214L
+#define CQUEUES_VERSION 20161215L
67
68
69
0 commit comments