From eef4547bbce9c618d7c827213f1a0cfd476f5763 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 3 Aug 2010 23:58:45 +0200 Subject: [PATCH] more stuff --- Changes | 5 +++++ TODO | 1 + 2 files changed, 6 insertions(+) diff --git a/Changes b/Changes index 989a612f..7e9bd291 100644 --- a/Changes +++ b/Changes @@ -4,3 +4,8 @@ DNSSEC support uint8 support base64 support (only for unpacking atm) Split of the type definition into dnstypes.go + +make should build the package + +make restest +builds a small sample program diff --git a/TODO b/TODO index 5ad17a50..2e589352 100644 --- a/TODO +++ b/TODO @@ -2,3 +2,4 @@ EDNS -- add EDNS0 support DNSSEC - validation and the remaining records DS, RRSIG, NSEC, etc. Generic version of TryOneName +testing