]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix some changelog warnings
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 3 Nov 2017 15:19:00 +0000 (16:19 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 6 Nov 2017 18:16:43 +0000 (19:16 +0100)
docs/changelog/4.1.rst
docs/conf.py
docs/dnsupdate.rst
docs/domainmetadata.rst

index 67676d5b5439ae21b21e5bf95832a7db46f36458..b9f1862d900669fd5bea66c368beba4773a31379 100644 (file)
@@ -137,7 +137,7 @@ Changelogs for 4.1.x
     :tags: Improvements
     :pullreq: 5842
 
-    Add :ref:`log-timestamp` option. This option can be used to disable
+    Add :ref:`setting-log-timestamp` option. This option can be used to disable
     printing timestamps to stdout, this is useful when using
     systemd-journald or another supervisor that timestamps stdout by
     itself. As the logs will not have 2 timestamps.
index 05f67d598cc0ef5dc5ddcf25a3df569a84a70aab..4655bd470587696b0dca6bc25a8767ad68cb5f9d 100644 (file)
@@ -61,7 +61,7 @@ author = 'PowerDNS.COM BV'
 # The short X.Y version.
 version = '4.1'
 # The full version, including alpha/beta/rc tags.
-release = '4.1.0-alpha0'
+#release = '4.1.0-alpha0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 62e967821a8aee7852658f04a16a40f69991cfd7..3d212acb2c76593eaf95cc35a8d097b67e2d4f46 100644 (file)
@@ -92,6 +92,8 @@ Per zone settings
 For permissions, a number of per zone settings are available via the
 :doc:`domain metadata `<domainmetadata>`.
 
+.. _metadata-allow-dnsupdate-from:
+
 ALLOW-DNSUPDATE-FROM
 ~~~~~~~~~~~~~~~~~~~~
 
@@ -109,6 +111,8 @@ allowed per row, but multiple rows can be added. An example:
 This will allow 198.51.100.0/8 and 203.0.113.2/32 to send DNS update
 messages for the example.org domain.
 
+.. _metadata-tsig-allow-dnsupdate:
+
 TSIG-ALLOW-DNSUPDATE
 ~~~~~~~~~~~~~~~~~~~~
 
@@ -143,6 +147,8 @@ update. The TSIG is an alternative means of securing updates, instead of using t
 ``ALLOW-DNSUPDATE-FROM`` setting. If a TSIG key is set, and if ``ALLOW-DNSUPDATE-FROM`` is set,
 the IP(-range) of the updater still needs to be allowed via ``ALLOW-DNSUPDATE-FROM``. 
 
+.. _metadata-forward-dnsupdate:
+
 FORWARD-DNSUPDATE
 ~~~~~~~~~~~~~~~~~
 
@@ -161,6 +167,8 @@ option :ref:`setting-forward-dnsupdate` is set to 'no', as that will disable it
 globally. Using the domainmetadata setting than allows you to enable it
 per domain.
 
+.. _metadata-notify-dnsupdate:
+
 NOTIFY-DNSUPDATE
 ~~~~~~~~~~~~~~~~
 
index 879be8433586d2e302ce2babc95639cd528454aa..d18c5ccf074baa86bcebbced90bafd13db407e31 100644 (file)
@@ -50,7 +50,7 @@ records, add ``allow-axfr-ips=`` to ``pdns.conf``.
 
 API-RECTIFY
 -----------
-.. since:: 4.1.0
+.. versionadded:: 4.1.0
 
 This metadata item controls whether or not a zone is fully rectified on changes
 to the contents of a zone made through the :doc:`API <http-api/index>`.