From: ian Date: Mon, 3 Apr 2006 01:22:19 +0000 (+0000) Subject: provide adns txt rrs X-Git-Tag: debian/1.1.1~43 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=commitdiff_plain;h=a2396a75bc4c4b5e67c4859c9e858abce8366467 provide adns txt rrs --- diff --git a/adns/adns.c b/adns/adns.c index b924c07..7fe2728 100644 --- a/adns/adns.c +++ b/adns/adns.c @@ -413,6 +413,7 @@ const AdnsTclRRTypeInfo cht_adnstclrrtypeinfo_entries[]= { RRTYPE_RAW(ns), RRTYPE_RAW(mx), + RRTYPE_EXACTLY(txt), RRTYPE_EXACTLY(soa), RRTYPE_EXACTLY(ptr), diff --git a/debian/changelog b/debian/changelog index fee9102..3fc59f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +chiark-tcl (1.0.0.99.iwj.2) unstable; urgency=low + + * Provide adns txt RRs. + + -- Ian Jackson Mon, 3 Apr 2006 02:12:43 +0100 + chiark-tcl (1.0.0.99.iwj.1) unstable; urgency=low * Do not run dpkg-shlibdeps on adns and nettle plugins.