mirror of https://github.com/getdnsapi/getdns.git
Stable native stub, so version 0.2.0
This commit is contained in:
parent
06a3105dd6
commit
e6f28d62b3
|
@ -1,8 +1,11 @@
|
||||||
* 2015-??-??: Version 0.1.9
|
* 2015-05-??: Version 0.2.0
|
||||||
* Fix libversion numbering: Thanks Daniel Kahn Gillmor
|
* Fix libversion numbering: Thanks Daniel Kahn Gillmor
|
||||||
* run_once method for the libevent extension
|
* run_once method for the libevent extension
|
||||||
* autoreconf -fi on FreeBSD always, because of newer libtool version
|
* autoreconf -fi on FreeBSD always, because of newer libtool version
|
||||||
suitable for FreeBSD installs too. Thanks Robert Edmonds
|
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
|
* 2015-04-19: Version 0.1.8
|
||||||
* The GETDNS_TRANSPORT_TLS_ONLY_KEEP_CONNECTIONS_OPEN and
|
* The GETDNS_TRANSPORT_TLS_ONLY_KEEP_CONNECTIONS_OPEN and
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
getdns API
|
getdns API
|
||||||
==========
|
==========
|
||||||
|
|
||||||
* Date: 2015-01-14
|
* Date: 2015-05-13
|
||||||
* GitHub: <https://github.com/getdnsapi/getdns>
|
* GitHub: <https://github.com/getdnsapi/getdns>
|
||||||
|
|
||||||
getdns is an implementation of a modern asynchronous DNS API specification
|
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)
|
CentOS release 6.5 (Final)
|
||||||
# uname -a
|
# 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
|
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
|
# ./configure --prefix=/home/deploy/build
|
||||||
# make; make install
|
# make; make install
|
||||||
# cd /home/deploy/build
|
# cd /home/deploy/build
|
||||||
# mv lib lib64
|
# mv lib lib64
|
||||||
# . /usr/local/rvm/config/alias
|
# . /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
|
###OSX
|
||||||
|
|
||||||
|
@ -228,9 +228,12 @@ Contributors
|
||||||
* John Dickinson, Sinodun
|
* John Dickinson, Sinodun
|
||||||
* Sara Dickinson, Sinodun
|
* Sara Dickinson, Sinodun
|
||||||
* Neel Goyal, Verisign, Inc.
|
* Neel Goyal, Verisign, Inc.
|
||||||
|
* Scott Hollenbeck, Verising, Inc.
|
||||||
* Shumon Huque, Verisign Labs
|
* Shumon Huque, Verisign Labs
|
||||||
* Olaf Kolkman, NLnet Labs
|
* Olaf Kolkman, NLnet Labs
|
||||||
|
* Sanjay Mahurpawar, Verisign, Inc.
|
||||||
* Allison Mankin, Verisign, Inc. - Verisign Labs.
|
* Allison Mankin, Verisign, Inc. - Verisign Labs.
|
||||||
|
* Prithvi Ranganath, Verisign, Inc.
|
||||||
* Melinda Shore, No Mountain Software LLC
|
* Melinda Shore, No Mountain Software LLC
|
||||||
* Willem Toorop, NLnet Labs
|
* Willem Toorop, NLnet Labs
|
||||||
* Gowri Visweswaran, Verisign Labs
|
* Gowri Visweswaran, Verisign Labs
|
||||||
|
|
|
@ -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.9.
|
# Generated by GNU Autoconf 2.69 for getdns 0.2.0.
|
||||||
#
|
#
|
||||||
# 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.9'
|
PACKAGE_VERSION='0.2.0'
|
||||||
PACKAGE_STRING='getdns 0.1.9'
|
PACKAGE_STRING='getdns 0.2.0'
|
||||||
PACKAGE_BUGREPORT='stub-resolver@verisignlabs.com'
|
PACKAGE_BUGREPORT='stub-resolver@verisignlabs.com'
|
||||||
PACKAGE_URL='http://getdnsapi.net'
|
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.
|
# 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.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]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
|
@ -1391,7 +1391,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.9:";;
|
short | recursive ) echo "Configuration of getdns 0.2.0:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
|
@ -1527,7 +1527,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.9
|
getdns configure 0.2.0
|
||||||
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.
|
||||||
|
@ -2016,7 +2016,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.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
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
|
@ -2376,7 +2376,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.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
|
# 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.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.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.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
|
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
|
# 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.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
|
generated by GNU Autoconf 2.69. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
|
@ -14868,7 +14868,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.9
|
getdns config.status 0.2.0
|
||||||
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.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])
|
AC_SUBST(RELEASE_CANDIDATE, [rc1])
|
||||||
|
|
||||||
# Set current date from system if not set
|
# 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.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.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.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
|
GETDNS_LIBVERSION=2:2:1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue