]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- add type CAA to libpyunbound (accessing libunbound from python).
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 19 Mar 2019 12:14:52 +0000 (12:14 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 19 Mar 2019 12:14:52 +0000 (12:14 +0000)
git-svn-id: file:///svn/unbound/trunk@5138 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
libunbound/python/libunbound.i

index 631073da2f07a02fd9a3b9defd8a4d20849bf5fe..6e09400b32b72ea5feb2f32bc63610e658b16b94 100644 (file)
@@ -1,3 +1,6 @@
+19 March 2019: Wouter
+       - add type CAA to libpyunbound (accessing libunbound from python).
+
 18 March 2019: Wouter
        - Add log message, at verbosity 4, that says the query is encrypted
          with TLS, if that is enabled for the query.
index 6196a3979c4a37dba6bdc5c85b06478b852ebded..a2b361d4c66a81425680f106885a9fb82eab3866 100644 (file)
     RR_TYPE_MAILA = 254,
     /**  any type (wildcard) */
     RR_TYPE_ANY = 255,
+    RR_TYPE_CAA = 257,
 
     /* RFC 4431, 5074, DNSSEC Lookaside Validation */
     RR_TYPE_DLV = 32769,