mirror of https://github.com/getdnsapi/getdns.git
Bump version & update ChangeLog for 0.1.8 release
This commit is contained in:
parent
2a6fc74314
commit
034150cb42
|
@ -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
|
* 2015-04-08: Version 0.1.7
|
||||||
* Individual getter functions for context settings
|
* Individual getter functions for context settings
|
||||||
* Fix: --with-current-date function to make build deterministically
|
* Fix: --with-current-date function to make build deterministically
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# 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 <stub-resolver@verisignlabs.com>.
|
# Report bugs to <stub-resolver@verisignlabs.com>.
|
||||||
#
|
#
|
||||||
|
@ -590,8 +590,8 @@ MAKEFLAGS=
|
||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='getdns'
|
PACKAGE_NAME='getdns'
|
||||||
PACKAGE_TARNAME='getdns'
|
PACKAGE_TARNAME='getdns'
|
||||||
PACKAGE_VERSION='0.1.7'
|
PACKAGE_VERSION='0.1.8'
|
||||||
PACKAGE_STRING='getdns 0.1.7'
|
PACKAGE_STRING='getdns 0.1.8'
|
||||||
PACKAGE_BUGREPORT='stub-resolver@verisignlabs.com'
|
PACKAGE_BUGREPORT='stub-resolver@verisignlabs.com'
|
||||||
PACKAGE_URL='http://getdnsapi.net'
|
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.
|
# 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.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
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]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
|
@ -1388,7 +1388,7 @@ fi
|
||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of getdns 0.1.7:";;
|
short | recursive ) echo "Configuration of getdns 0.1.8:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
|
@ -1519,7 +1519,7 @@ fi
|
||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
getdns configure 0.1.7
|
getdns configure 0.1.8
|
||||||
generated by GNU Autoconf 2.69
|
generated by GNU Autoconf 2.69
|
||||||
|
|
||||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||||
|
@ -2008,7 +2008,7 @@ cat >config.log <<_ACEOF
|
||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
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
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
|
@ -2367,7 +2367,7 @@ else
|
||||||
CURRENT_DATE="`date -u +%Y-%m-%dT%H:%M:%SZ`"
|
CURRENT_DATE="`date -u +%Y-%m-%dT%H:%M:%SZ`"
|
||||||
fi
|
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
|
# 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.5 had libversion 1:0:0
|
||||||
# getdns-0.1.6 had libversion 1:1:0
|
# getdns-0.1.6 had libversion 1:1:0
|
||||||
# getdns-0.1.7 will have libversion 1:2:1
|
# 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
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
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
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
|
@ -14389,7 +14390,7 @@ _ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
getdns config.status 0.1.7
|
getdns config.status 0.1.8
|
||||||
configured by $0, generated by GNU Autoconf 2.69,
|
configured by $0, generated by GNU Autoconf 2.69,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"\$ac_cs_config\\"
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
AC_PREREQ([2.56])
|
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, [])
|
AC_SUBST(RELEASE_CANDIDATE, [])
|
||||||
|
|
||||||
# Set current date from system if not set
|
# 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.5 had libversion 1:0:0
|
||||||
# getdns-0.1.6 had libversion 1:1:0
|
# getdns-0.1.6 had libversion 1:1:0
|
||||||
# getdns-0.1.7 will have libversion 1:2:1
|
# 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_COMPILATION_COMMENT)
|
||||||
AC_SUBST(GETDNS_LIBVERSION)
|
AC_SUBST(GETDNS_LIBVERSION)
|
||||||
|
|
Loading…
Reference in New Issue