From c1df88781ea7d395eb202f23e13c8fc4fa4f9423 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 5 Dec 2013 15:24:19 +0100 Subject: [PATCH] auth 3.3.1 changelog draft --- pdns/docs/pdns.xml | 365 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 365 insertions(+) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 849ce521e..b9a600109 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -93,6 +93,371 @@ Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. + PowerDNS Authoritative Server version 3.3.1 (UNRELEASED) + + + Released xx, 2013 + + + Downloads: + + + + ... + + + + + + + This is a bugfix update to 3.3. + + + Changes since 3.3: + + + + g9897963: drop unused vars, thanks Morten Stevens + + + + + gd3f6432: presumably fix building on os x 10.9, thanks @mactijn + + + + + gbef3000: Use LUA_CFLAGS and LUA_LIBS instead of hardcoded paths. + + + + + g2bdd03b: make luabackend respect LUA_LIBS instead of forcing -llua5.1 + + + + + g88d9e99: fix lua 5.2 version check in luabackend + + + + + gb95852c: update .gitignore files + + + + + g665586e: add SPF record to test.com and make recent named-checkzone happy + + + + + gfa1f845: autodetect MySQL 5.5+ connection charset + + + + + gf9f79b3: correct overloading of feedRecord + + + + + ge4faf74: do right timezones right + + + + + g82f6907: update loop breakout test + + + + + gdfd1b82: send empty SERVFAIL on exeeded retargetcount and log failures + + + + + g5584bca: s/dnswasher/dnsreplay in dnsreplay manpage + + + + + gc669f7c: force ragel alphtype to unsigned char, fixing non-ASCII TXT parsing on signed char platforms like s390x + + + + + g07b904e: fix base64 decoding for big endian archs on which long is not 32 bits (like s390x) + + + + + gafdc59a: Removed debugging + + + + + gfc54ce5: Fixed argument handling + + + + + g95428ce: Implement sort properly with POSIX locale + + + + + g705633d: Now sorts includes, fixes t913 + + + + + gff07f01: allow empty parent + + + + + g98dd325: Support for += syntax for options, candidate for ticket t502 + + + + + g5e1bf3d: make sure we have a parrent option + + + + + g0c1fe2a: Support for += syntax for options, candidate for ticket t502 + + + + + gf8f29f4: nproxy: Add missing chdir("/") after chroot() + + + + + gfd76ab1: Unit test for empty lookup/list result + + + + + g3d8c97f: Fix handling of empty lookup/list result + + + + + g4c8736c: Merge pull request t1114 from mind04/auth-3.3.1 + + + + + gebb64c7: actually grab polarssl version number, thanks Morten Stevens + + + + + g2e6e9ad: fix for "missing" libmysqlclient on RHEL/CentOS based systems + + + + + gbb4cae6: add unbound-host to travis builds + + + + + gc6edd2f: fix for "missing" libmysqlclient on RHEL/CentOS based systems + + + + + g5205892: pdnssec check-zone, fix DNSKEY checks + + + + + gedb255f: pdnssec check-zone, more tolerant IPv6 format check + + + + + g0dde9d0: pdnssec check-zone, fix record counting and improve out of zone check + + + + + g07ee700: pdnssec check-zone, improve duplicate checks + + + + + g79a3091: pdnssec check-zone, improve SOA content check + + + + + g08f3452: pdnssec check-zone, check for missing NS at apex and records in unlikely places + + + + + gbcf9daf: pdnssec check-zone, warn if parsed and original content are not equal + + + + + g3191709: fix NSEC3s for DS no data (mode 1) + + + + + gf75293f: fix NSEC wildcard denial + + + + + gc9a3dd7: make pdnssec check-all-zones case independent (Issue t684) + + + + + g6ebfd08: pdnssec check-all-zones now detect ttl differnce within a rrset + + + + + gfd53bd0: check for duplicate records with pdnssec check-all-zones (Issue t607) + + + + + g7eaa83a: pdnssec check-all-zones now detect RRSIG records in non-presigned zones + + + + + ge319467: detect duplicate cnames with pdnssec check-all-zones (Issue t545) + + + + + g3dfb45f: fix ringbuffer size decrease + + + + + g74baf86: fix NSEC for asterisk ents and add test + + + + + gcd30e94: Fix closest encloser proof for wildcard nodata answers. Add some tests to make sure I won't break this again... + + + + + g213ec4a: add constraints for name to pg schema + + + + + gf104427: make domainmetadata queries case insensitive + + + + + g1fa8b2b: answer direct NSEC queries without DO bit + + + + + g78fc378: no label compression for name in TSIG records + + + + + g15d6ffb: output ZSK DNSKEY records if experimental-direct-dnskey support is enabled + + + + + gad67d0e: drop cryptopp from static build as libcryptopp.a is broken on Debian 7, which is what we build on + + + + + g4fe4177: Remove unused mysql dependency from pdns_server and pdnssec. + + + + + g7632dd8: support polarssl 1.3 + + + + + gc60ca6d: Enable subdir-objects for automake-1.14 + + + + + g80411f1: Replace PolarSSL-conditionals in Makefile.am and trust the include dirs + + + + + g044707e: Now uses send/recv wrapper to handle exceptions and connector rebuild + + + + + ga9da3c0: update gitignore + + + + + gc271ff3: add unit test to check if we detected byte order correctly + + + + + g2fefd1a: our OPT testing appears to have been little-endian only, this might improve things + + + + + g2400764: for ages... we messed up base64 decoding on big endian platforms. The shame. + + + + + ge655f11: Fix truncating bug + + + + + g82def39: SOA-EDIT: fix INCEPTION-INCREMENT handling + + + + + ga3a546c: add innodb-read-committed option + + + + + g14a4f1e: unbreak auth osx compilation, closes t902 + + + + + g9c56e16: actually notice timeout during AXFR retrieve, thanks hkraal + + + + + PowerDNS Recursor version 3.5.3 -- 2.40.0