From 4c5463f29918007d8e313d8a1bb12e5fa57ae04a Mon Sep 17 00:00:00 2001 From: William Ahern Date: Mon, 8 Aug 2016 20:26:14 -0700 Subject: [PATCH] bump version to 20160808 --- debian/changelog | 9 +++++++++ src/cqueues.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9357314..54808e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +liblua-cqueues (20160808-0) unstable; urgency=low + + * Use userdata values (userdata environments in Lua 5.1) instead of relying + on ephemeron tables. + * Update dns.c with various bug fixes. + * Immediately put resolvers back into resolver pool. (@torhve) + + -- William Ahern Mon, 08 Aug 2016 20:22:04 -0700 + liblua-cqueues (20160318-0) unstable; urgency=low * Refactor build framework to make it easier to avoid automatic Lua diff --git a/src/cqueues.c b/src/cqueues.c index 1f86a92..3c67552 100644 --- a/src/cqueues.c +++ b/src/cqueues.c @@ -63,7 +63,7 @@ #endif #ifndef CQUEUES_VERSION -#define CQUEUES_VERSION 20160318L +#define CQUEUES_VERSION 20160808L #endif