From: ian Date: Wed, 16 Mar 2005 19:24:23 +0000 (+0000) Subject: @@ -4,6 +4,7 @@ X-Git-Tag: wip.base.getaddrinfo~87 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/commitdiff_plain/c6868699f6e9f79781e1d22e705521e4ddf2ba30?hp=9ae68b5e4c38b8822dc10b78ff9b26472d83427d @@ -4,6 +4,7 @@ + * Added a TODO list item. --- diff --git a/TODO b/TODO index 01c74b8..71e4c9d 100644 --- a/TODO +++ b/TODO @@ -15,3 +15,6 @@ WISHLIST: * Caching in the library. * SRV RRs. * Make port configurable in config file. +* `Nameserver sent bad response' should produce a hexdump in the log + (see eg mail to ian@davenant Mon, 25 Oct 2004 14:19:46 +0100 re + `compressed datagram contains loop') diff --git a/changelog b/changelog index fb82e76..055bb3a 100644 --- a/changelog +++ b/changelog @@ -4,6 +4,7 @@ adns (1.2); urgency=medium * New LICENCE.WAIVERS file for GPL-incompatility workarounds. * Clarified GPL-vs-LGPL: a bit less hostile and a bit more mercenary. * Allow `;'-comments in resolv.conf (report from Colin Charles). + * Added a TODO list item. --