From: Peter van Dijk Date: Tue, 17 Dec 2013 11:10:25 +0000 (+0100) Subject: add rest of 3.3.1 commits to draft changelog X-Git-Tag: rec-3.6.0-rc1~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34a445a1c430391244e7249a04ab1d4eaa7dd2eb;p=pdns add rest of 3.3.1 commits to draft changelog --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 03be02a78..8ce42ea96 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -115,6 +115,101 @@ Changes since 3.3: + + + g705ddc9: Merge pull request t1171 from mind04/auth-3.3.1 + + + + + g9dd2661: update debian pdns.conf + + + + + ge4b36a4: remove experimental status from direct-dnskey + + + + + g5dde2c6: ok, so it turns out that poll, select and a few other system calls can return EINTR when we receive and interrupt, and we need to manually restart. man 7 signal makes for good reading on this case, as does http://blog.reverberate.org/2011/04/eintr-and-pc-loser-ing-is-better-case.html + + + + + gc63bc74: Merge pull request t1159 from mind04/auth-3.3.1 + + + + + g7538e56: Fix zone2{sql,json} exit codes + + + + + g7593c40: geobackend: fix possible nullptr deref + + + + + g3506cc6: gpsqlbackend: don't append empty dbname=/user= values to connect string + + + + + g9a6e39c: Update gpgsql queries + + + + + ga7aa9be: Replace hardcoded make with variable + + + + + g7c31fcf: Merge pull request t1154 from mind04/auth-3.3.1 + + + + + ge4fe901: make sure to run PKG_PROG_PKG_CONFIG before the first PKG_* usage + + + + + g29bf169: fix hmac-md5 TSIG key lookup + + + + + gc4e348b: fix 64+ character TSIG keys + + + + + g00a7b25: Fix comparison between signed and unsigned by using uint32_t for inception on INCEPTION-EPOCH + + + + + gd1e2482: Merge pull request t1143 from mind04/auth-3.3.1 + + + + + gf389b12: move spec files to redhat directory + + + + + gd04960a: testbuild spec files for rawhide + + + + + g76100dc: use sed in buildscripts + + g9897963: drop unused vars, thanks Morten Stevens