]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.5.3: changelog and secpoll 11213/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 19 Jan 2022 10:32:34 +0000 (11:32 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 20 Jan 2022 12:46:52 +0000 (13:46 +0100)
docs/changelog/4.5.rst
docs/secpoll.zone

index 01eb72a9fc7885609d0d647ff6d9ebfb117de10d..f25926a02a2056b524a192d250fa3310f17141b8 100644 (file)
@@ -1,6 +1,50 @@
 Changelogs for 4.5.x
 ====================
 
+.. changelog::
+  :version: 4.5.3
+  :released: 21th of January 2022
+
+  This is release 4.5.3 of the Authoritative Server.
+  It mostly contains several robustness fixes for the LMDB backend, and for the zone cache.
+  Please see the full list of fixes here:
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11158
+
+    lmdb, check if the lookup name is part of the zone (Kees Monshouwer)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11146
+
+    pdnsutil edit-zone: fix n and e behaviour on increase-serial prompt
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11123
+
+    improve tcp exception handling (Kees Monshouwer)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11123
+
+    lmdb: fix records removal in deleteDomain() (Kees Monshouwer)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11002
+
+    2136: apply new TTL to whole RRset, not only to the added record
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11002
+
+    2136: improve some log messages
+
 .. changelog::
   :version: 4.5.2
   :released: 10th of November 2021
index 5044c93c4d299434ba3847f727f889df490a8b4c..8f3a71326d1ad4418af4f5736504f596df886d2b 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022011701 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022012101 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -98,6 +98,7 @@ auth-4.5.0-rc2.security-status                          60 IN TXT "3 Unsupported
 auth-4.5.0.security-status                              60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2021-01.html"
 auth-4.5.1.security-status                              60 IN TXT "1 OK"
 auth-4.5.2.security-status                              60 IN TXT "1 OK"
+auth-4.5.3.security-status                              60 IN TXT "1 OK"
 auth-4.6.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release, superseded by 4.6.0-rc1"
 auth-4.6.0-beta1.security-status                        60 IN TXT "2 Unsupported pre-release, superseded by 4.6.0-rc1"
 auth-4.6.0-rc1.security-status                          60 IN TXT "1 Unsupported pre-release"