]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
todos
authorMatthijs Mekking <matje@NLnetLabs.nl>
Mon, 17 Jan 2011 10:02:16 +0000 (10:02 +0000)
committerMatthijs Mekking <matje@NLnetLabs.nl>
Mon, 17 Jan 2011 10:02:16 +0000 (10:02 +0000)
Changelog
doc/TODO

index 0fc2adfe34d57f999e813d8e3f5afb4f9cff4372..ee56f6f062bc2101a8becb693b265419f1ef7c24 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -4,7 +4,8 @@
          NSEC with many types and max parse length in hosts_frm_fp routine
          and off by one in read_anchor_file routine (thanks Dan Kaminsky and
          Justin Ferguson).
-       * Drill: Print both SHA-1 and SHA-256 corresponding DS records.
+       * bugfix #355: Drill: Print both SHA-1 and SHA-256 corresponding DS
+         records.
        * Print correct WHEN in query packet (is not always 1-1-1970)
        * ldns-test-edns: new example tool that detects EDNS support.
        * fix ldns_resolver_send without openssl.
index 2cd55eb1fa4950da8d8d7236fa24c2303b1824bf..9d7d8223751b4b4721783461077f7f73af687690 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -6,12 +6,11 @@ Features:
 * HMAC and MD5 without OpenSSL
 * HIP RR support
 * Parse 'search' attribute in /etc/resolv.conf
-* Make use of automake
-* ./configure --with-tools --with-drill
+* Make use of automake (Bug #173)
+* ./configure --with-tools --with-drill (Bug #264)
+* Drill: print appropriate DS RRs (relates to Bug #355)
 
 Bugfixes:
-* Bug #173 
-* Bug #264
 * Bug #279: fix return values for net.h functions, and related: make return
   values for functions that cannot return memory-failure today. Needs medium
   version increase because of API change.