]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: prep for rec-5.1.0 14453/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 9 Jul 2024 09:30:51 +0000 (11:30 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 9 Jul 2024 10:51:15 +0000 (12:51 +0200)
docs/secpoll.zone
pdns/recursordist/docs/appendices/EOL.rst
pdns/recursordist/docs/changelog/5.1.rst

index 20d3dd5e79c1ed030e39dd6809493d139ed5d23c..11caea5e81399efa9165bb9e9ee5b2a247d3d9b5 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024070300 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024071000 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -389,7 +389,8 @@ recursor-5.0.6.security-status                          60 IN TXT "1 OK"
 recursor-5.0.7.security-status                          60 IN TXT "1 OK"
 recursor-5.1.0-alpha1.security-status                   60 IN TXT "2 Superseded pre-release"
 recursor-5.1.0-beta1.security-status                    60 IN TXT "2 Superseded pre-release"
-recursor-5.1.0-rc1.security-status                      60 IN TXT "1 Unsupported pre-release"
+recursor-5.1.0-rc1.security-status                      60 IN TXT "2 Superseded pre-release"
+recursor-5.1.0.security-status                          60 IN TXT "1 OK"
 
 ; Recursor Debian
 recursor-3.6.2-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-2016-02/"
index bfea44414ba721a98951ec3e95e436d9a27f7a39..3e4da20b7bb66b9be1681d0ee5801714e0962b29 100644 (file)
@@ -10,13 +10,13 @@ We support older releases with critical updates for one year after the following
 Older releases are marked end of life and receive no updates at all.
 Pre-releases do not receive immediate security updates.
 
-The currently supported release train of the PowerDNS Recursor is 5.0.
+The currently supported release train of the PowerDNS Recursor is 5.1.
 
-PowerDNS Recursor 4.9 will only receive critical updates and will be End of Life one year after PowerDNS Recursor 5.0 was released.
+PowerDNS Recursor 5.0 will only receive critical updates and will be End of Life one year after PowerDNS Recursor 5.1 was released.
 
-PowerDNS Recursor 4.8 will only receive critical updates and will be End of Life one year after PowerDNS Recursor 4.9 was released.
+PowerDNS Recursor 4.9 will only receive critical updates and will be End of Life one year after PowerDNS Recursor 5.0 was released.
 
-PowerDNS Recursor 4.0 through 4.7, 3.x, and 2.x are End of Life.
+PowerDNS Recursor 4.0 through 4.8, 3.x, and 2.x are End of Life.
 
 Note: Users with a commercial agreement with PowerDNS.COM BV or Open-Xchange
 can receive extended support for releases which are End Of Life. If you are
@@ -34,10 +34,14 @@ That means that we ask you to reproduce potential issues on the latest minor rel
      - Release date
      - Critical-Only updates
      - End of Life
+   * - 5.1
+     - July 10 2024
+     - ~ February 2025
+     - ~ February 2026
    * - 5.0
      - January 10 2024
-     - ~ July 2024
-     - ~ July 2025
+     - July 10 2024
+     - July 10 2025
    * - 4.9
      - June 30 2023
      - January 10 2024
index 168c94e302f32c4f44f47113bde716f2408cbb46..c54a91d19b8c998df9d1a8aabf42b6305e1fa430 100644 (file)
@@ -3,6 +3,30 @@ Changelogs for 5.1.X
 
 Before upgrading, it is advised to read the :doc:`../upgrade`.
 
+.. changelog::
+  :version: 5.1.0
+  :released: 10th of July 2024
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14435
+
+    Fix typo in log message.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14402
+    :tickets: 14400
+
+    Switch el7 builds to Oracle Linux 7
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14389
+    :tickets: 14384
+
+    Keep Lua config in Debian/Ubuntu package as existing setups might use it, even though a fresh one does not.
+
 .. changelog::
   :version: 5.1.0-rc1
   :released: 25th of June 2024