]> granicus.if.org Git - pdns/commitdiff
Merge pull request #5962 from aerique:feature/update-auth-4.1.0-rc3-changelog
authoraerique <aerique@xs4all.nl>
Thu, 16 Nov 2017 12:36:22 +0000 (13:36 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2017 12:36:22 +0000 (13:36 +0100)
Update ChangeLog and secpoll for auth-4.1.0-rc3.

docs/changelog/4.1.rst
docs/secpoll.zone

index 67676d5b5439ae21b21e5bf95832a7db46f36458..1421fc02c1a7e1c875267c5c926fdd9f9500c211 100644 (file)
@@ -1,6 +1,90 @@
 Changelogs for 4.1.x
 ====================
 
+.. changelog::
+  :version: 4.1.0-rc3
+  :released: 17th of November 2017
+
+  This is the third release candidate of the PowerDNS Authoritative Server in the 4.1 release train.
+
+  This release features various bug fixes and some improvements to
+  ``pdnsutil``.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 5905
+
+    Use 302 redirects in the webserver for ringbuffer reset or
+    resize. With the current 301 redirect it is only possible to reset
+    or resize once. Every next duplicate action is replaced by the
+    destination cached in the browser.
+
+  .. change::
+    :tags: Tools, Bug Fixes
+    :pullreq: 5884
+    :tickets: 5849
+
+    Fix messages created by ``pdnsutil generate-tsig-key``.
+
+  .. change::
+    :tags: Internals, Improvements
+    :pullreq: 5616
+
+    Better support for deleting entries in NetmaskTree and NetmaskGroup.
+
+  .. change::
+    :tags: Internals, Bug Fixes
+    :pullreq: 5917
+
+    Use ``_exit()`` when we really really want to exit, for example
+    after a fatal error. This stops us dying while we die. A call to
+    ``exit()`` will trigger destructors, which may paradoxically stop
+    the process from exiting, taking down only one thread, but harming
+    the rest of the process.
+
+  .. change::
+    :tags: Tools, New Features
+    :pullreq: 5883
+    :tickets: 5853
+
+    Add ``add-meta`` command to ``pdnsutil`` that can be used to append
+    to existing metadata without clobbering it.
+
+  .. change::
+    :tags: Tools, Bug Fixes
+    :pullreq: 5928
+    :tickets: 5903
+
+    Add back missing output details to rectifyZone.
+
+  .. change::
+    :tags: Tools, Improvements
+    :pullreq: 5879
+    :tickets: 3059, 5948, 5949
+
+    Warn if records in a zone are occluded.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 5938
+
+    Don't crash when asked to run with zero threads.
+
+  .. change::
+    :tags: API, Improvements
+    :pullreq: 5935
+
+    Throw exception for metadata endpoint with wrong zone. Before, We
+    would happily accept this POST.
+
+  .. change::
+    :tags: API, New Features
+    :pullreq: 5936
+    :tickets: 5909, 5910
+
+    Make it possible to disable DNSSEC via the API, this is equivalent
+    to doing ``pdnsutil disable-dnssec``.
+
 .. changelog::
   :version: 4.1.0-rc2
   :released: 3rd of November 2017
index 92ca4eebdc09c17cffb18189a41e4fef9dc9285b..f78a8cf963f5bb320a17765f4e1467a0a416fcb2 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2017110801 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2017111602 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 ; Auth
@@ -32,6 +32,7 @@ auth-4.0.4-rc1.security-status                          60 IN TXT "1 OK"
 auth-4.0.4.security-status                              60 IN TXT "1 OK"
 auth-4.1.0-rc1.security-status                          60 IN TXT "1 OK"
 auth-4.1.0-rc2.security-status                          60 IN TXT "1 OK"
+auth-4.1.0-rc3.security-status                          60 IN TXT "1 OK"
 
 ; Auth Debian
 auth-3.4.1-2.debian.security-status                     60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2015-01/ and https://doc.powerdns.com/3/security/powerdns-advisory-2015-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-03/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-05/"