Skip to content

Commit

Permalink
0.3.3 quickfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Sep 9, 2015
1 parent a543c23 commit dbc53e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* 2015-09-??: Version 0.3.3
* 2015-09-09: Version 0.3.3
* Fix clearing upstream events on shutdown
* Fix dnssec validation of direct CNAME queries.
Thanks Simson L. Garfinkel.
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ sinclude(./m4/acx_openssl.m4)
sinclude(./m4/ax_check_compile_flag.m4)
sinclude(./m4/pkg.m4)

AC_INIT([getdns], [0.3.2], [[email protected]], [], [https://getdnsapi.net])
AC_SUBST(RELEASE_CANDIDATE, [rc1])
AC_INIT([getdns], [0.3.3], [[email protected]], [], [https://getdnsapi.net])
AC_SUBST(RELEASE_CANDIDATE, [])

# Set current date from system if not set
AC_ARG_WITH([current-date],
Expand All @@ -46,7 +46,7 @@ AC_ARG_WITH([current-date],
[CURRENT_DATE="`date -u +%Y-%m-%dT%H:%M:%SZ`"])

AC_SUBST(GETDNS_VERSION, ["AC_PACKAGE_VERSION$RELEASE_CANDIDATE"])
AC_SUBST(GETDNS_NUMERIC_VERSION, [0x00030201])
AC_SUBST(GETDNS_NUMERIC_VERSION, [0x00030300])
AC_SUBST(API_VERSION, ["July 2015"])
AC_SUBST(API_NUMERIC_VERSION, [0x07df0700])
GETDNS_COMPILATION_COMMENT="AC_PACKAGE_NAME $GETDNS_VERSION configured on $CURRENT_DATE for the $API_VERSION version of the API"
Expand All @@ -72,7 +72,7 @@ GETDNS_COMPILATION_COMMENT="AC_PACKAGE_NAME $GETDNS_VERSION configured on $CURRE
# getdns-0.3.0 had libversion 3:3:2
# getdns-0.3.1 had libversion 3:4:2
# getdns-0.3.2 had libversion 3:5:2
# getdns-0.3.3 will have libversion 3:6:2
# getdns-0.3.3 has libversion 3:6:2
#
GETDNS_LIBVERSION=3:6:2

Expand Down
1 change: 0 additions & 1 deletion src/dnssec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,6 @@ static void add_question2val_chain(struct mem_funcs *mf,

q_rrset.rr_type = qtype;
if (!(rr = rrtype_iter_init(&rr_spc, &q_rrset))) {

/* No answer for the question. Add a head for this rrset
* anyway, to validate proof of non-existance, or to find
* proof that the packet is insecure.
Expand Down

0 comments on commit dbc53e7

Please sign in to comment.