+20 Jun 2005: 0.66: ldns-team
+ Rel. Focus: drill-pre2 uses some functions which are
+ not in 0.65
+ * dnssec_cd bit function was added
+ * Zone infrastructure was added
+ * Usual fixes in documentation and code
+
13 Jun 2005: 0.65: ldns-team
* Repository is online at:
http://www.nlnetlabs.nl/ldns/svn/
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libdns, 0.65, libdns@nlnetlabs.nl, libdns)
+AC_INIT(libdns, 0.66, libdns@nlnetlabs.nl, libdns)
AC_CONFIG_SRCDIR([packet.c])
OURCPPFLAGS='-ansi -pedantic -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600'
z->_rrs = rrlist;
}
+#if 0
/**
* ixfr function. Work on a ldns_zone and remove and add
* the rrs from the rrlist
{
}
+#endif