From 034150cb42ec671a91152ec42b13a58155ed0578 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Sun, 19 Apr 2015 21:36:24 +0200 Subject: [PATCH] Bump version & update ChangeLog for 0.1.8 release --- ChangeLog | 5 +++++ configure | 23 ++++++++++++----------- configure.ac | 5 +++-- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b3802f1..53a43bb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +* 2015-04-19: Version 0.1.8 + * The GETDNS_TRANSPORT_TLS_ONLY_KEEP_CONNECTIONS_OPEN and + GETDNS_TRANSPORT_TLS_FIRST_AND_FALL_BACK_TO_TCP_KEEP_CONNECTIONS_OPEN + DNS over TLS transport options. + * 2015-04-08: Version 0.1.7 * Individual getter functions for context settings * Fix: --with-current-date function to make build deterministically diff --git a/configure b/configure index 5c7c0b18..acb71ec3 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for getdns 0.1.7. +# Generated by GNU Autoconf 2.69 for getdns 0.1.8. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='getdns' PACKAGE_TARNAME='getdns' -PACKAGE_VERSION='0.1.7' -PACKAGE_STRING='getdns 0.1.7' +PACKAGE_VERSION='0.1.8' +PACKAGE_STRING='getdns 0.1.8' PACKAGE_BUGREPORT='stub-resolver@verisignlabs.com' PACKAGE_URL='http://getdnsapi.net' @@ -1323,7 +1323,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures getdns 0.1.7 to adapt to many kinds of systems. +\`configure' configures getdns 0.1.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1388,7 +1388,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of getdns 0.1.7:";; + short | recursive ) echo "Configuration of getdns 0.1.8:";; esac cat <<\_ACEOF @@ -1519,7 +1519,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -getdns configure 0.1.7 +getdns configure 0.1.8 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2008,7 +2008,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by getdns $as_me 0.1.7, which was +It was created by getdns $as_me 0.1.8, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2367,7 +2367,7 @@ else CURRENT_DATE="`date -u +%Y-%m-%dT%H:%M:%SZ`" fi -GETDNS_COMPILATION_COMMENT="getdns 0.1.7 configured on $CURRENT_DATE for the January 2015 version of the API" +GETDNS_COMPILATION_COMMENT="getdns 0.1.8 configured on $CURRENT_DATE for the January 2015 version of the API" # Library version # --------------- @@ -2388,8 +2388,9 @@ GETDNS_COMPILATION_COMMENT="getdns 0.1.7 configured on $CURRENT_DATE for the Jan # getdns-0.1.5 had libversion 1:0:0 # getdns-0.1.6 had libversion 1:1:0 # getdns-0.1.7 will have libversion 1:2:1 +# getdns-0.1.8 will have libversion 1:3:2 # -GETDNS_LIBVERSION=1:2:1 +GETDNS_LIBVERSION=1:3:2 @@ -14322,7 +14323,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by getdns $as_me 0.1.7, which was +This file was extended by getdns $as_me 0.1.8, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14389,7 +14390,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -getdns config.status 0.1.7 +getdns config.status 0.1.8 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 74d0f527..c7dcf349 100755 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_PREREQ([2.56]) -AC_INIT([getdns], [0.1.7], [stub-resolver@verisignlabs.com], [], [http://getdnsapi.net]) +AC_INIT([getdns], [0.1.8], [stub-resolver@verisignlabs.com], [], [http://getdnsapi.net]) AC_SUBST(RELEASE_CANDIDATE, []) # Set current date from system if not set @@ -61,8 +61,9 @@ GETDNS_COMPILATION_COMMENT="AC_PACKAGE_STRING configured on $CURRENT_DATE for th # getdns-0.1.5 had libversion 1:0:0 # getdns-0.1.6 had libversion 1:1:0 # getdns-0.1.7 will have libversion 1:2:1 +# getdns-0.1.8 will have libversion 1:3:2 # -GETDNS_LIBVERSION=1:2:1 +GETDNS_LIBVERSION=1:3:2 AC_SUBST(GETDNS_COMPILATION_COMMENT) AC_SUBST(GETDNS_LIBVERSION)