# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(unbound, 0.7, unbound-bugs@nlnetlabs.nl, unbound)
+AC_INIT(unbound, 0.71, unbound-bugs@nlnetlabs.nl, unbound)
CFLAGS=
AC_AIX
+19 November 2007: Wouter
+ - version 0.71:
+ * includes tpkg fixes to kill daemons at end of test
+ * includes NSEC/RRSIG not downcasing fixup from
+ dnssec-bis-updates draft-06.
+
15 November 2007: Wouter
- review fixups from Jelte.
*/
/* type starts with the name; remainder is binary compared */
case LDNS_RR_TYPE_NXT:
- case LDNS_RR_TYPE_NSEC:
/* use rdata field formats */
case LDNS_RR_TYPE_MINFO:
case LDNS_RR_TYPE_RP:
case LDNS_RR_TYPE_KX:
case LDNS_RR_TYPE_MX:
case LDNS_RR_TYPE_SIG:
- case LDNS_RR_TYPE_RRSIG:
case LDNS_RR_TYPE_PX:
case LDNS_RR_TYPE_NAPTR:
case LDNS_RR_TYPE_SRV:
case LDNS_RR_TYPE_HINFO:
return canonical_compare_hinfo(d, i, j);
+ case LDNS_RR_TYPE_NSEC:
+ case LDNS_RR_TYPE_RRSIG:
default:
/* For unknown RR types, or types not listed above,
* no canonicalization is needed, do binary compare */