From: Peter van Dijk Date: Thu, 12 Feb 2015 11:36:59 +0000 (+0100) Subject: drop RC details X-Git-Tag: dnsdist-1.0.0-alpha1~295^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a477ad4a8d4733b40730dd5db66b4d85ec49b88f;p=thirdparty%2Fpdns.git drop RC details --- diff --git a/docs/markdown/changelog.md.raw b/docs/markdown/changelog.md.raw index 9b7d8e0237..c29206d950 100644 --- a/docs/markdown/changelog.md.raw +++ b/docs/markdown/changelog.md.raw @@ -104,12 +104,10 @@ Improvements: - Ringbuffers are now available via API c89f8cd022c4a9409b95d22ffa3b03e4e98dc400 - Lua 5.3 compatibility 59c6fc3e3931ca87d484337daee512e716bc4cf4 (Kees Monshouwer) - No longer leave a stale UNIX domain socket around from rec_control if the recursor was down 524e4f4d81f4ed9eb218715cbc8a59f0b9868234, - ticket #2061 (RC2) + ticket #2061 - Running with 'quiet=no' would strangely actually prevent debug messages from being logged f48d7b657ec32517f8bfcada3bfe6353ca313314 - (RC2) -- Webserver now implements CORS for the API ea89a97e864c43c1cb03f2959ad04c4ebe7580ad (RC2), fixing ticket #1984 -- Houskeeping thread would sometimes run multiple times simultaneously, which worked, but was odd cc59bce675e62e2b9657b42614ce8be3312cae82 (RC2) -- Tweaked the DoS timeouts somewhat compared to RC1 c59501468f581586e4adcdc5b4e98c4e1b1db13d based on feedback (RC2) +- Webserver now implements CORS for the API ea89a97e864c43c1cb03f2959ad04c4ebe7580ad, fixing ticket #1984 +- Houskeeping thread would sometimes run multiple times simultaneously, which worked, but was odd cc59bce675e62e2b9657b42614ce8be3312cae82 New features: @@ -144,10 +142,10 @@ Bugs fixed: - rec_control gave incorrect output on a timeout 12997e9d800734da51b808767e1e2477244c30eb - When using the webserver AND having an error in the Lua script, recursor could crash during startup 62f0ae62984adadab687c23fe1b287c1f219b2cb - Hugely long version strings would trip up security polling 18b7333828a1275ae5f5574a9c8330290d8557ff (Kees Monshouwer) -- The 'remotes' ringbuffer was sized incorrectly f8f243b01215d6adcb59389f09ef494f1309041f (RC2) -- Cache sizes had an off-by-one scaling problem, with the wrong number of entries allocated per thread f8f243b01215d6adcb59389f09ef494f1309041f (RC2) +- The 'remotes' ringbuffer was sized incorrectly f8f243b01215d6adcb59389f09ef494f1309041f +- Cache sizes had an off-by-one scaling problem, with the wrong number of entries allocated per thread f8f243b01215d6adcb59389f09ef494f1309041f - Our automatic file descriptor limit raising was attempted *after* setuid, which made it a lot less effective. Found and fixed by Aki Tuomi - a6414fdce9b0ec32c340d1f2eea2254f3fedc1c1 (RC2) + a6414fdce9b0ec32c340d1f2eea2254f3fedc1c1 - Timestamps used for dropping packets were occasionaly wrong 183eb8774e4bc2569f06d5894fec65740f4b70b6 and 4c4765c104bacc146533217bcc843efb244a8086 (RC2) with thanks to Winfried for debugging. - In RC1, our new DoS protection measures would crash the Recursor if too many root sersvers were unreachable.