From 5cad281ea41fa7455df5f9f3841f649a12886c24 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 15 Jan 2011 23:05:56 +0100 Subject: [PATCH] doc updates --- ChangeLog | 11 +++++++++-- README | 9 +++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7fbf2f2e..c7b0b6f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +xx YYY 2011: 0.0.1 Miek Gieben + * Most known RRs supported + * DNSSEC implemented (verify/signing) + * Key generation + * Private key file parsing from BIND9 + * TSIG + * EDNS0 + * Parsng from strings + * Cherry picked GRONG for server side ideas - -* Cherry picked GRONG for server side ideas diff --git a/README b/README index 52208210..6da61444 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ Alternative (more granular) approach to a DNS library. -Completely usable as a DNS library. Most widely used Resource -Records are supported. DNSSEC types are too (except NSEC3, for now). EDNS0 -is (see edns.go), UDP/TCP queries, TSIG, AXFR (and IXFR probably) too. -Both client and server side programs are supported. +Completely usable DNS library. Most widely used Resource Records are +supported (more to come). DNSSEC types too (except NSEC3, for now). +EDNS0 is (see edns.go), UDP/TCP queries, TSIG, AXFR (and IXFR probably) +too. Both client and server side programming is supported. Installation is done by running: ./install @@ -28,3 +28,4 @@ Loosely based upon: * ldns * NSD * Net::DNS +* GRONG