From: ian Date: Tue, 17 Oct 2006 16:15:19 +0000 (+0000) Subject: finalise version 1.4 X-Git-Tag: adns-1.5.0-rc0~117 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/79f97001f51ec0b2c401edf59dbc35f819ff0ccb 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