]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
ifdef the code to prevent warnings
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 20 Jun 2005 13:57:43 +0000 (13:57 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 20 Jun 2005 13:57:43 +0000 (13:57 +0000)
Changelog
configure.ac
zone.c

index 100a64eb9c9482f83707fe86b8452cb908d27627..99bb28dff9fac153c82b5db611e7c204c4b38e92 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,10 @@
+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/
index 7c64a4d65c545d8eff054d517663567d29d16260..732528fc86cdbd0d80ba9ec01f096e22e2455f5c 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- 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'
diff --git a/zone.c b/zone.c
index a240a3c42cb5aa661c14216fa07235dfa9209074..e1b95e3f3e303657d231d28262e8c6c59a1cbb0e 100644 (file)
--- a/zone.c
+++ b/zone.c
@@ -53,6 +53,7 @@ ldns_zone_set_rrs(ldns_zone *z, ldns_rr_list *rrlist)
        z->_rrs = rrlist;
 }
 
+#if 0
 /**
  * ixfr function. Work on a ldns_zone and remove and add
  * the rrs from the rrlist
@@ -66,3 +67,4 @@ ldns_zone_ixfr_del_add(ldns_zone *z, ldns_rr_list *del, ldns_rr_list *add)
 {
        
 }
+#endif