From 3add93f74b7ed15fbb809f8f778d6e7d6d197558 Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Sun, 28 Feb 2010 12:11:55 +0000 Subject: [PATCH] heading up to rc2 git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1530 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/config-recursor.h | 10 +--------- pdns/docs/pdns.sgml | 21 +++++++++++++++++++++ pdns/pdns-recursor.spec | 2 +- 3 files changed, 23 insertions(+), 10 deletions(-) diff --git a/pdns/config-recursor.h b/pdns/config-recursor.h index 535b9b66c..7fad1c91f 100644 --- a/pdns/config-recursor.h +++ b/pdns/config-recursor.h @@ -1,12 +1,4 @@ #define SYSCONFDIR "/etc/powerdns/" #define LOCALSTATEDIR "/var/run/" -#define VERSION "3.2-rc1" +#define VERSION "3.2-rc2" #define RECURSOR -#ifndef WIN32 - -#if __GNUC__ == 4 && __GNUC_MINOR__ < 2 -#define GCC_SKIP_LOCKING -#endif - - -#endif diff --git a/pdns/docs/pdns.sgml b/pdns/docs/pdns.sgml index 25c4ed352..b651b0614 100644 --- a/pdns/docs/pdns.sgml +++ b/pdns/docs/pdns.sgml @@ -151,6 +151,27 @@ in such a way that total memory usage will remain identical, so each thread will use half of the allocated maximum number of cache entries. + Changes between RC1 and RC2: + + + Compilation on Solaris 10 has been fixed (various patchlevels had different issues), code in c1522. + + + Compatibility with CentOS4/RHEL4 has been restored, the gcc and glibc versions shipped with this distribution contain a Thread Local Storage bug + which we now work around. Thanks to Darren Gamble and Imre Gergely for debugging this issue, code in c1527. + + + A failed setuid operation, because of misconfiguration, would result in a crash instead of an error message. Fixed in c1523. + + + Imre Gergely discovered our rrd graphs had not been changed for the new multithreaded world, and did not allow scaling beyond 200% cpu use. In addition, + CPU usage graphs did not add up correctly. Implemented in c1524. + + + Andreas Jakum discovered the description of 'max-packetcache-entries' and 'forward-zones-recurse' was wrong in the output of '--help' and '--config'. + In addition, some stray backup files made it into the RC1 release. Addressed in c1529. + + Improvements: diff --git a/pdns/pdns-recursor.spec b/pdns/pdns-recursor.spec index 637375bc0..d3a23cbbd 100644 --- a/pdns/pdns-recursor.spec +++ b/pdns/pdns-recursor.spec @@ -2,7 +2,7 @@ Buildroot: /tmp/pdns/ Name: pdns-recursor -Version: 3.2rc1 +Version: 3.2rc2 Release: 1 Summary: extremely powerful and versatile recursing nameserver License: GPL -- 2.50.1