From: ian Date: Tue, 17 Oct 2006 16:15:19 +0000 (+0000) Subject: finalise version 1.4 X-Git-Tag: wip.base.getaddrinfo~34 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/7b4114ec127324ef6efa5365f015c6aa8a8eb6fa finalise version 1.4 --- diff --git a/Makefile.in b/Makefile.in index e416df0..6e2e449 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,7 @@ # Remember to change ADNS_VERSION_STRING in client/client.h too, and # possibly library soname (MAJOR and MINOR in settings.make.in). -DISTVERSION= 1.3 +DISTVERSION= 1.4 srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/changelog b/changelog index 751f0ed..642d69b 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -adns (1.3.0.99.1); urgency=low +adns (1.4); urgency=low Improvements for multithreaded programs: * New documentation comment in adns.h explaining thread guarantees @@ -7,7 +7,7 @@ adns (1.3.0.99.1); urgency=low (function csp_addr) so as to make thread promise true. * Make an internal variable const-correct (expectdomain in pa_ptr). - -- + -- Ian Jackson Tue, 17 Oct 2006 17:05:08 +0100 adns (1.3); urgency=low