From 52491de45d8939d6388949c8d98fafd1d32c11ae Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 21 Feb 2011 21:43:50 +0100 Subject: [PATCH] more stuff added. TODO: documentation --- ChangeLog | 5 +++-- README.markdown | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d6aa55e7..828513e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ xx YYY 2011: 0.0.1 Miek Gieben * Most known RRs supported - * DNSSEC (verify/signing) + * Unknown RRs (RFC3597) supported + * DNSSEC (verification and signing) * Key generation * Private key file parsing from BIND files * TSIG * EDNS0, NSID - * Cherry picked GRONG for server side ideas + * Server side support diff --git a/README.markdown b/README.markdown index aa9342bd..ff631472 100644 --- a/README.markdown +++ b/README.markdown @@ -10,7 +10,6 @@ be build with: `make examples` (after the dns package has been installed) The major omission at the moment is parsing Resource Records from strings. (i.e. supporting the RFC 1035 zone file format). -Also the IPv6 support needs to be tested Everything else should be present and working. If not, drop me an email.