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 ad256df commit 4c5463fCopy full SHA for 4c5463f
debian/changelog
@@ -1,3 +1,12 @@
1
+liblua-cqueues (20160808-0) unstable; urgency=low
2
+
3
+ * Use userdata values (userdata environments in Lua 5.1) instead of relying
4
+ on ephemeron tables.
5
+ * Update dns.c with various bug fixes.
6
+ * Immediately put resolvers back into resolver pool. (@torhve)
7
8
+ -- William Ahern <william@25thandClement.com> Mon, 08 Aug 2016 20:22:04 -0700
9
10
liblua-cqueues (20160318-0) unstable; urgency=low
11
12
* Refactor build framework to make it easier to avoid automatic Lua
src/cqueues.c
@@ -63,7 +63,7 @@
63
#endif
64
65
#ifndef CQUEUES_VERSION
66
-#define CQUEUES_VERSION 20160318L
+#define CQUEUES_VERSION 20160808L
67
68
69
0 commit comments