]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.7.0-alpha1: changelog & secpoll 11333/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 17 Feb 2022 08:26:02 +0000 (09:26 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 17 Feb 2022 08:26:02 +0000 (09:26 +0100)
docs/changelog/4.7.rst [new file with mode: 0644]
docs/changelog/index.rst
docs/secpoll.zone

diff --git a/docs/changelog/4.7.rst b/docs/changelog/4.7.rst
new file mode 100644 (file)
index 0000000..9b46cf7
--- /dev/null
@@ -0,0 +1,79 @@
+Changelogs for 4.7.x
+====================
+
+.. changelog::
+  :version: 4.7.0-alpha1
+  :released: 17th of February 2022
+
+  This is version 4.7.0-alpha1 of the Authoritative Server.
+  This release contains a few new features compared to 4.6, and a couple of other fixes/changes.
+
+  New features:
+
+  * lmdbbackend databases now get a UUID assigned, making it easy for external software to spot if a database was completely replaced
+  * lmdbbackend databases now optionally use random IDs for objects
+  * a new LUA function called ``ifurlextup``
+  * autoprimary management in ``pdnsutil`` and the HTTP API
+
+  Please make sure to read the :doc:`upgrade notes <../upgrading>` before upgrading.
+
+  .. change::
+    :tags: New Features
+    :pullreq: 11309
+
+    lmdb: add random ID generation feature
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11315
+
+    el7 builds: switch to boost 1.69
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11306
+
+    lmdb: default values for KeyDataDB members, thanks ubsan
+
+  .. change::
+    :tags: New Features
+    :pullreq: 11227
+
+    auth LUA: add ifurlextup function
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11262
+
+    builder: migrate EL8 builds to oraclelinux, rename centos8 to el8 where possible
+
+  .. change::
+    :tags: New Features
+    :pullreq: 11241
+
+    auth lmdb: add a UUID to newly created databases
+
+  .. change::
+    :tags: New Features
+    :pullreq: 11100
+
+    new ``pdnsutil zonemd-verify-file`` command
+
+  .. change::
+    :tags: New Features
+    :pullreq: 11102
+
+    auth: add autoprimary management in API & pdnsutil
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11108
+
+    libssl: fix compilation issues on older openssl versions
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11101
+
+    save errno value as close(2) might clobber it
+
index 88d003b43600f241c9236e44ee7e282bda50bb2b..6d5dbfcbe0d68c08ed6a63e906aaeae7ecc79c69 100644 (file)
@@ -6,6 +6,7 @@ The changelogs for the PowerDNS Authoritative Server are split between release t
 .. toctree::
     :maxdepth: 2
 
+    4.7
     4.6
     4.5
     4.4
index 2126b69d9c28ab3a8b0dcd68c6c43a75b7960d5d..4c332b2051ca681c51e74b07fbb4273c60b1206d 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022012501 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022021701 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -103,6 +103,7 @@ auth-4.6.0-alpha1.security-status                       60 IN TXT "2 Unsupported
 auth-4.6.0-beta1.security-status                        60 IN TXT "2 Unsupported pre-release, superseded by 4.6.0"
 auth-4.6.0-rc1.security-status                          60 IN TXT "2 Unsupported pre-release, superseded by 4.6.0"
 auth-4.6.0.security-status                              60 IN TXT "1 OK"
+auth-4.7.0-alpha1.security-status                       60 IN TXT "1 Unsupported pre-release"
 
 ; 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/"