-@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019013101 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019020101 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
; Auth
recursor-4.1.8.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2019-01.html https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2019-02.html"
recursor-4.1.9.security-status 60 IN TXT "1 OK"
recursor-4.1.10.security-status 60 IN TXT "1 OK"
+recursor-4.1.11.security-status 60 IN TXT "1 OK"
+recursor-4.2.0-alpha1.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/"
Changelogs for 4.1.x
====================
+.. changelog::
+ :version: 4.1.11
+ :released: 1st of February 2019
+
+ Since Spectre/Meltdown, system calls have become more expensive. This made exporting a very high number of protobuf messages costly, which is addressed in this release by reducing the number of sycalls per message.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 7434
+
+ Add an option to export only responses over protobuf to the Lua :func:`protobufServer` directive.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 7430
+ :tickets: 7428
+
+ Reduce systemcall usage in protobuf logging. (See #7428.)
+
.. changelog::
:version: 4.1.10
:released: 24th of January 2019
--- /dev/null
+Changelogs for 4.2.x
+====================
+
+.. changelog::
+ :version: 4.2.0-alpha1
+ :released: 1st of February 2019
+
+ Initial 4.2.x release, please see the blog post: https://blog.powerdns.com/2019/02/01/changes-in-the-powerdns-recursor-4-2-0/
+
+ .