diff --git a/ChangeLog b/ChangeLog index e6adc078..090d16df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11 @@ -* 2015-??-??: Version 0.1.9 +* 2015-05-??: Version 0.2.0 * Fix libversion numbering: Thanks Daniel Kahn Gillmor * run_once method for the libevent extension * autoreconf -fi on FreeBSD always, because of newer libtool version suitable for FreeBSD installs too. Thanks Robert Edmonds + * True asynchronous processing of the new TLS transport options + * GETDNS_TRANSPORT_STARTTLS_FIRST_AND_FALL_BACK_TO_TCP_KEEP_CONNECTIONS_OPEN + transport option. * 2015-04-19: Version 0.1.8 * The GETDNS_TRANSPORT_TLS_ONLY_KEEP_CONNECTIONS_OPEN and diff --git a/README.md b/README.md index 4c3d3e84..89aa1553 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ getdns API ========== -* Date: 2015-01-14 +* Date: 2015-05-13 * GitHub: getdns is an implementation of a modern asynchronous DNS API specification @@ -185,13 +185,13 @@ build the packages, this is simplythe one we chose to use. CentOS release 6.5 (Final) # uname -a Linux host-10-1-1-6 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux - # cd getdns-0.1.6 + # cd getdns-0.2.0rc1 # ./configure --prefix=/home/deploy/build # make; make install # cd /home/deploy/build # mv lib lib64 # . /usr/local/rvm/config/alias - # fpm -x "*.la" -a native -s dir -t rpm -n getdns -v 0.1.6 -d "unbound" -d "ldns" -d "libevent" -d "libidn" --prefix /usr --vendor "Verisign Inc., NLnet Labs" --license "BSD New" --url "https://getdnsapi.net" --description "Modern asynchronous API to the DNS" . + # fpm -x "*.la" -a native -s dir -t rpm -n getdns -v 0.2.0rc1 -d "unbound" -d "ldns" -d "libevent" -d "libidn" --prefix /usr --vendor "Verisign Inc., NLnet Labs" --license "BSD New" --url "https://getdnsapi.net" --description "Modern asynchronous API to the DNS" . ###OSX @@ -228,9 +228,12 @@ Contributors * John Dickinson, Sinodun * Sara Dickinson, Sinodun * Neel Goyal, Verisign, Inc. +* Scott Hollenbeck, Verising, Inc. * Shumon Huque, Verisign Labs * Olaf Kolkman, NLnet Labs +* Sanjay Mahurpawar, Verisign, Inc. * Allison Mankin, Verisign, Inc. - Verisign Labs. +* Prithvi Ranganath, Verisign, Inc. * Melinda Shore, No Mountain Software LLC * Willem Toorop, NLnet Labs * Gowri Visweswaran, Verisign Labs diff --git a/configure b/configure index cf4cf435..9098897d 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.9. +# Generated by GNU Autoconf 2.69 for getdns 0.2.0. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='getdns' PACKAGE_TARNAME='getdns' -PACKAGE_VERSION='0.1.9' -PACKAGE_STRING='getdns 0.1.9' +PACKAGE_VERSION='0.2.0' +PACKAGE_STRING='getdns 0.2.0' PACKAGE_BUGREPORT='stub-resolver@verisignlabs.com' PACKAGE_URL='http://getdnsapi.net' @@ -1326,7 +1326,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.9 to adapt to many kinds of systems. +\`configure' configures getdns 0.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1391,7 +1391,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of getdns 0.1.9:";; + short | recursive ) echo "Configuration of getdns 0.2.0:";; esac cat <<\_ACEOF @@ -1527,7 +1527,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -getdns configure 0.1.9 +getdns configure 0.2.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2016,7 +2016,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.9, which was +It was created by getdns $as_me 0.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2376,7 +2376,7 @@ else CURRENT_DATE="`date -u +%Y-%m-%dT%H:%M:%SZ`" fi -GETDNS_COMPILATION_COMMENT="getdns 0.1.9 configured on $CURRENT_DATE for the January 2015 version of the API" +GETDNS_COMPILATION_COMMENT="getdns 0.2.0 configured on $CURRENT_DATE for the January 2015 version of the API" # Library version # --------------- @@ -2394,7 +2394,7 @@ GETDNS_COMPILATION_COMMENT="getdns 0.1.9 configured on $CURRENT_DATE for the Jan # getdns-0.1.6 had libversion 1:1:0 # getdns-0.1.7 had libversion 1:2:1 (but should have had 2:0:1) # getdns-0.1.8 had libversion 1:3:0 (but should have had 2:1:1) -# getdns-0.1.9 will have libversion 2:2:1 +# getdns-0.2.0 will have libversion 2:2:1 # GETDNS_LIBVERSION=2:2:1 @@ -14801,7 +14801,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.9, which was +This file was extended by getdns $as_me 0.2.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14868,7 +14868,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.9 +getdns config.status 0.2.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 7f8086a6..6bb557c6 100755 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_PREREQ([2.56]) -AC_INIT([getdns], [0.1.9], [stub-resolver@verisignlabs.com], [], [http://getdnsapi.net]) +AC_INIT([getdns], [0.2.0], [stub-resolver@verisignlabs.com], [], [http://getdnsapi.net]) AC_SUBST(RELEASE_CANDIDATE, [rc1]) # Set current date from system if not set @@ -58,7 +58,7 @@ GETDNS_COMPILATION_COMMENT="AC_PACKAGE_STRING configured on $CURRENT_DATE for th # getdns-0.1.6 had libversion 1:1:0 # getdns-0.1.7 had libversion 1:2:1 (but should have had 2:0:1) # getdns-0.1.8 had libversion 1:3:0 (but should have had 2:1:1) -# getdns-0.1.9 will have libversion 2:2:1 +# getdns-0.2.0 will have libversion 2:2:1 # GETDNS_LIBVERSION=2:2:1