From: Ian Jackson Date: Fri, 12 Aug 2016 21:54:29 +0000 (+0100) Subject: changelog, etc.: Finalise 1.5.1. X-Git-Tag: adns-1.5.1^0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=commitdiff_plain;h=571b072e2fcb2cfeb3d253f4dff0f1c167238b7c changelog, etc.: Finalise 1.5.1. Signed-off-by: Ian Jackson --- diff --git a/Makefile.in b/Makefile.in index 9510b7b..5c29ccb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,7 +24,7 @@ include ./common.make # Remember to change ADNS_VERSION_STRING in client/client.h too, and # possibly library soname (MAJOR and MINOR in common.make.in). -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.1 srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/changelog b/changelog index f4886ea..dcc43b8 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -adns (1.5.1~~) UPSTREAM; urgency=low +adns (1.5.1) UPSTREAM; urgency=medium * Portability fix for systems where socklen_t is bigger than int. * Fix for malicious optimisation of memcpy in test suite, which @@ -17,7 +17,7 @@ adns (1.5.1~~) UPSTREAM; urgency=low * Properly include harness.h in adnstest.c in regress/. Suppresses a couple of compiler warnings (implicit declaration of Texit, etc.) - -- + -- Ian Jackson Fri, 12 Aug 2016 22:53:59 +0100 adns (1.5.0) UPSTREAM; urgency=low diff --git a/client/client.h b/client/client.h index 6e6fd8c..b318768 100644 --- a/client/client.h +++ b/client/client.h @@ -27,7 +27,7 @@ #ifndef CLIENT_H_INCLUDED #define CLIENT_H_INCLUDED -#define ADNS_VERSION_STRING "1.5.0" +#define ADNS_VERSION_STRING "1.5.1" #define COPYRIGHT_MESSAGE \ "Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson\n" \