Skip to content

Commit 4c5463f

Browse files
committed
bump version to 20160808
1 parent ad256df commit 4c5463f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
liblua-cqueues (20160318-0) unstable; urgency=low
211

312
* Refactor build framework to make it easier to avoid automatic Lua

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 20160318L
66+
#define CQUEUES_VERSION 20160808L
6767
#endif
6868

6969

0 commit comments

Comments
 (0)