]> granicus.if.org Git - pdns/commitdiff
Merge pull request #7966 from omoerbeek/rec-4.2.0-rc2-changelog
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 25 Jun 2019 09:33:48 +0000 (11:33 +0200)
committeraerique <erik.winkels@powerdns.com>
Tue, 25 Jun 2019 09:33:48 +0000 (11:33 +0200)
Changelog and secpoll for upcoming rec-4.2.0-rc2 release.

docs/secpoll.zone
pdns/recursordist/docs/changelog/4.2.rst

index c5021f691b1d5dc284820049ac84762d441cb4bc..4b57febe7084dfd31b50f7a36860c4e7035e81e5 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019062101 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019062501 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 ; Auth
@@ -190,6 +190,7 @@ recursor-4.1.14.security-status                         60 IN TXT "1 OK"
 recursor-4.2.0-alpha1.security-status                   60 IN TXT "1 OK"
 recursor-4.2.0-beta1.security-status                    60 IN TXT "1 OK"
 recursor-4.2.0-rc1.security-status                      60 IN TXT "1 OK"
+recursor-4.2.0-rc2.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 9fbeb8bdb068dda88f9d645e527300f60e1cf0d7..0c92d0c1329c0a5e1a9911f547b5b5e4a3b09553 100644 (file)
@@ -1,6 +1,41 @@
 Changelogs for 4.2.x
 ====================
 
+.. changelog::
+  :version: 4.2.0-rc2
+  :released: 25th of June 2019
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 7995
+
+    Handle short reads from our random device
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 7953
+
+    Check if -latomic is needed instead of hardcoding
+
+  .. change::
+    :tags: Improvements, Internals
+    :pullreq: 7939
+
+    Compare the CacheKey type and place first then the name
+
+  .. change::
+    :tags: Bug Fixes, Internals
+    :pullreq: 7931
+
+    Don't mix time() and gettimeofday() in our unit tests
+
+  .. change::
+    :tags: Bug Fixes, Internals
+    :pullreq: 7954
+
+    SuffixMatchTree fixes
+
+
 .. changelog::
   :version: 4.2.0-rc1
   :released: 23th of May 2019