From 79f97001f51ec0b2c401edf59dbc35f819ff0ccb Mon Sep 17 00:00:00 2001 Message-Id: <79f97001f51ec0b2c401edf59dbc35f819ff0ccb.1715218084.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 17 Oct 2006 16:15:19 +0000 Subject: [PATCH] finalise version 1.4 Organization: Straylight/Edgeware From: ian --- Makefile.in | 2 +- changelog | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- [mdw]