From: Miek Gieben Date: Thu, 1 Sep 2005 11:10:23 +0000 (+0000) Subject: small updates X-Git-Tag: release-1.0.0~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49c53115c3eef5989f78e52be4e4c9deecda2c5;p=thirdparty%2Fldns.git small updates --- diff --git a/Changelog b/Changelog index cc2a254e..d10926b1 100644 --- a/Changelog +++ b/Changelog @@ -4,7 +4,8 @@ XX Sep 2005: 0.80: ldns-team * A zone type is introduced. Currently this is a list of RRs, so it will not scale. * Zonefile parsing was added - * Lua binding were created + * Some Lua binding were created (not complete, nor does it + compile on all platforms) * [tools] Drill was added to ldns - see drill/ * [tools] signer was added diff --git a/TODO b/TODO index b4d824c2..01855652 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,7 @@ o [dnssec] NSEC generation?? o [openssl] openssl's setup function (esp. random) o [openssl] -lssl in library creation and autoconf - somewhat fix in 0.60/0.65 o [doc] const function are correct i think, but const values in struct not +o Error handling needs to be improved Implementation: --------------- @@ -42,3 +43,4 @@ o All lookup table stuff in _table types? To be removed: ------------- LDNS_STATUS_CHECK_GOTO +Debugging code