mirror of https://github.com/getdnsapi/getdns.git
Update ChangeLog and configure.ac
This commit is contained in:
parent
f6517fd3e2
commit
5fe979c2e6
|
@ -1,4 +1,7 @@
|
|||
* 2017-1?-??: Version 1.2.1
|
||||
* 2017-11-??: Version 1.2.1
|
||||
* Handle more I/O error cases. Also, when an I/O error does occur,
|
||||
never stop listening (with servers), and
|
||||
never exit (when running the built-in event loop).
|
||||
* Bugfix: Tolerate unsigned and unused RRsets in the authority section.
|
||||
Fixes DNSSEC with BIND upstream.
|
||||
* Bugfix: DNSSEC validation without support records
|
||||
|
|
|
@ -36,7 +36,7 @@ sinclude(./m4/acx_getaddrinfo.m4)
|
|||
sinclude(./m4/ax_check_compile_flag.m4)
|
||||
sinclude(./m4/pkg.m4)
|
||||
|
||||
AC_INIT([getdns], [1.2.1], [users@getdnsapi.net], [], [https://getdnsapi.net])
|
||||
AC_INIT([getdns], [1.2.1], [team@getdnsapi.net], [getdns], [https://getdnsapi.net])
|
||||
|
||||
# Autoconf 2.70 will have set up runstatedir. 2.69 is frequently (Debian)
|
||||
# patched to do the same, but frequently (MacOS) not. So add a with option
|
||||
|
@ -52,7 +52,7 @@ AC_SUBST([runstatedir], [$with_piddir])
|
|||
# Dont forget to put a dash in front of the release candidate!!!
|
||||
# That is how it is done with semantic versioning!
|
||||
#
|
||||
AC_SUBST(RELEASE_CANDIDATE, [rc1])
|
||||
AC_SUBST(RELEASE_CANDIDATE, [-rc1])
|
||||
|
||||
# Set current date from system if not set
|
||||
AC_ARG_WITH([current-date],
|
||||
|
|
Loading…
Reference in New Issue