]> granicus.if.org Git - pdns/commitdiff
Add authoritative server 4.1.4 changelog
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 20 Aug 2018 12:44:13 +0000 (14:44 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 29 Aug 2018 15:09:26 +0000 (17:09 +0200)
docs/changelog/4.1.rst

index a56284eb968dbc65dd7b6e217513f6848e6d62e2..239ba1423a984ed584e172e5e663a7d1f938162b 100644 (file)
@@ -1,6 +1,79 @@
 Changelogs for 4.1.x
 ====================
 
+.. changelog::
+  :version: 4.1.4
+  :released: August 30th 2018
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 6590
+
+    Fix warnings reported by gcc 8.1.0.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 6842, 6844, 6848
+    :tickets: 6632
+
+    Make the gmysql backend future-proof. (Chris Hofstaedtler)
+
+    * Use future-proof statement for transaction isolation
+    * Allow compiling against MySQL 8 client header files
+    * Workaround MariaDB pretending to be MySQL
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 6686
+    :tickets: 6685
+
+    Initialize some missed qtypes. (Chris Hofstaedtler)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 6691
+    :tickets: 4457
+
+    ``pdns_control notify``: handle slave without renotify properly. (Chris Hofstaedtler)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 6738
+    :tickets: 6736
+
+    Reset the TSIG state between queries.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 6857
+
+    Remove SOA-check backoff on incoming notify and fix lock handling. (Klaus Darilion)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 6858
+
+    Fix an issue where updating a record via DNS-UPDATE in a child zone that also exists in the parent zone, we would incorrectly apply the update to the parent zone.
+
+  .. change::
+    :tags: Bug Fixes, API
+    :pullreq: 6780
+
+    Avoid concurrent records/comments iteration from running out of sync.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 6677
+    :tickets: 6676
+
+    Geoipbackend: check ``geoip_id_by_addr_gl`` and ``geoip_id_by_addr_v6_gl`` return value. (Aki Tuomi)
+
+  .. change::
+    :tags: Bug Fixes, API
+    :pullreq: 6816
+
+    Fix a crash in the API when adding records
+
 .. changelog::
   :version: 4.1.3
   :released: 24th of May 2018