]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.7.1 11762/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 5 Jul 2022 11:58:49 +0000 (13:58 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 6 Jul 2022 13:55:04 +0000 (15:55 +0200)
.github/actions/spell-check/expect.txt
.github/actions/spell-check/patterns.txt
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.7.rst

index 958e0d99b22e1c50ee57a84760f7419a9a87b10b..27808f9d7efa123ab333d3163020bb204f3fb588 100644 (file)
@@ -1242,9 +1242,9 @@ phishing
 phonedph
 php
 pickclosest
+pickhashed
 pickrandom
 pickrandomsample
-pickhashed
 pickwhashed
 pickwrandom
 pid
@@ -1873,6 +1873,7 @@ Winfried
 wireformat
 wirelength
 Wisiol
+wmem
 Wmissing
 Wojas
 workaround
@@ -1920,7 +1921,7 @@ yubikey
 YYYYMMD
 YYYYMMDD
 YYYYMMDDSS
-wmem
+Zash
 Zealey
 zeha
 Zengers
index 927645883c2246c255b7db64813a23c8ebdc4fce..56aad71fd268ce63454ef91e029d1243ad81e2be 100644 (file)
@@ -64,3 +64,5 @@ DoH
 # Contributors with non-ascii characters in their name
 Hoffst[^[:ascii:]]+tte
 Gri[^[:ascii:]]
+Lundstr[^[:ascii:]]+m
+
index c1eb8d3631b89b558c1596459b0072420e134133..3f7d553363c658153d0977e896cfae3b637ddd43 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022061401 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022070800 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -315,6 +315,7 @@ recursor-4.7.0-alpha1.security-status                   60 IN TXT "3 Unsupported
 recursor-4.7.0-beta1.security-status                    60 IN TXT "2 Unsupported pre-release"
 recursor-4.7.0-rc1.security-status                      60 IN TXT "2 Unsupported pre-release"
 recursor-4.7.0.security-status                          60 IN TXT "1 OK"
+recursor-4.7.1.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 c79ea67de34db7afa7377346ae19944a59dfbc2f..c5472fe21bafa3d12f997be8db3f87ca8104367c 100644 (file)
@@ -1,5 +1,31 @@
 Changelogs for 4.7.X
 ====================
+.. changelog::
+  :version: 4.7.1
+  :released: 8th of July 2022
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11750
+    :tickets: 11726, 11724
+
+    Allow generic format while parsing zone files for ZoneToCache.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 11748
+    :tickets: 11692
+
+    Run tasks from housekeeping thread in the proper way, causing
+    queued DoT probes to run more promptly. Thanks to Jerry Lundström!
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 11740
+    :tickets: 11735
+
+    Force gzip compression for debian packages (Zash).
+
 .. changelog::
   :version: 4.7.0
   :released: 30th of May 2022