Skip to content

Commit 5fe979c

Browse files
committed
Update ChangeLog and configure.ac
1 parent f6517fd commit 5fe979c

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
* 2017-1?-??: Version 1.2.1
1+
* 2017-11-??: Version 1.2.1
2+
* Handle more I/O error cases. Also, when an I/O error does occur,
3+
never stop listening (with servers), and
4+
never exit (when running the built-in event loop).
25
* Bugfix: Tolerate unsigned and unused RRsets in the authority section.
36
Fixes DNSSEC with BIND upstream.
47
* Bugfix: DNSSEC validation without support records

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sinclude(./m4/acx_getaddrinfo.m4)
3636
sinclude(./m4/ax_check_compile_flag.m4)
3737
sinclude(./m4/pkg.m4)
3838

39-
AC_INIT([getdns], [1.2.1], [users@getdnsapi.net], [], [https://getdnsapi.net])
39+
AC_INIT([getdns], [1.2.1], [team@getdnsapi.net], [getdns], [https://getdnsapi.net])
4040

4141
# Autoconf 2.70 will have set up runstatedir. 2.69 is frequently (Debian)
4242
# patched to do the same, but frequently (MacOS) not. So add a with option
@@ -52,7 +52,7 @@ AC_SUBST([runstatedir], [$with_piddir])
5252
# Dont forget to put a dash in front of the release candidate!!!
5353
# That is how it is done with semantic versioning!
5454
#
55-
AC_SUBST(RELEASE_CANDIDATE, [rc1])
55+
AC_SUBST(RELEASE_CANDIDATE, [-rc1])
5656

5757
# Set current date from system if not set
5858
AC_ARG_WITH([current-date],

0 commit comments

Comments
 (0)