]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update docs for new OPENPGPKEY RR.
authorJames Cloos <cloos@jhcloos.com>
Mon, 16 Mar 2015 14:00:57 +0000 (10:00 -0400)
committerJames Cloos <cloos@jhcloos.com>
Mon, 16 Mar 2015 14:00:57 +0000 (10:00 -0400)
Specify an accurate version in the ‘Since’ tag.

Signed-off-by: James Cloos <cloos@jhcloos.com>
docs/markdown/types.md

index d55cb3263aa1cecbf6ce9e9f35185e4e0e2c2123..d0a63910fb41c655ea1f93d902b66be2c2b1ed97 100644 (file)
@@ -54,7 +54,7 @@ Nameserver record. Specifies nameservers for a domain. Stored plainly: 'ns1.powe
 Since 2.9.21. The NSEC DNSSEC record type is fully supported, as described in [RFC 3757](http://tools.ietf.org/html/rfc3757). Before 3.0 PowerDNS didn't do any DNSSEC processing, since 3.0 PowerDNS is able to fully process DNSSEC. This can be done with [`pdnssec`](authoritative/dnssec.md#pdnssec "'pdnssec' for PowerDNSSEC command & control").
 
 ## OPENPGPKEY
-Since 3.0. The OPENPGPKEY records, specified in [RFC TBD](https://tools.ietf.org/html/draft-ietf-dane-openpgpkey-02), are used to bind OpenPGP certificates to email addresses.
+Since 3.5.0. The OPENPGPKEY records, specified in [RFC TBD](https://tools.ietf.org/html/draft-ietf-dane-openpgpkey-02), are used to bind OpenPGP certificates to email addresses.
 
 ## PTR
 Reverse pointer, used to specify the host name belonging to an IP or IPv6 address. Name is stored plainly: 'www.powerdns.com'. As always, no terminating dot.