From 8cc6ff2e27d9662bca6ce0109fa74eb07ac133d5 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 11 Jan 2013 15:09:36 +1100 Subject: [PATCH] 9.8.5b1 --- CHANGES | 6 ++-- EXCLUDED | 88 ++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 70 insertions(+), 24 deletions(-) diff --git a/CHANGES b/CHANGES index 724956c0f0..cfd8528293 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,10 @@ + --- 9.8.5b1 released --- + 3465. [bug] Handle isolated reserved ports. [RT #31778] 3464. [maint] Updates to PKCS#11 openssl patches, supporting versions 0.9.8x, 1.0.0j, 1.0.1c [RT #29749] - --- 9.8.5b1 released --- - 3463. [doc] Clarify managed-keys syntax in ARM. [RT 32232] 3462. [doc] Clarify server selection behavior of dig when using @@ -90,7 +90,7 @@ 3425. [bug] "acacheentry" reference counting was broken resulting in use after free. [RT #31908] -3422. [bug] Added a clear error message for when the SOA does not +3422. [bug] Added a clear error message for when the SOA does not match the referral. [RT #31281] 3421. [bug] Named loops when re-signing if all keys are offline. diff --git a/EXCLUDED b/EXCLUDED index ea06993df9..d4d33eeab6 100644 --- a/EXCLUDED +++ b/EXCLUDED @@ -1,34 +1,80 @@ -3370. [bug] Address use after free while shutting down. [RT #30241] +3460. [bug] Only link against readline where needed. [RT #29810] -3368. [bug] , and - were not C++ safe. +3453. [bug] 'rndc addzone' of a zone with 'inline-signing yes;' + failed. [RT #31960] -3361. [bug] "rndc signing -nsec3param" didn't work correctly - when salt was set to '-' (no salt). [RT #30099] +3434. [bug] Pass client info to the DLZ findzone() entry + point in addition to lookup(). This makes it + possible for a database to answer differently + whether it's authoritative for a name depending + on the address of the client. [RT #31775] -3355. [port] Use more portable awk in verify system test. +3433. [bug] dlz_findzone() did not correctly handle + ISC_R_NOMORE. [RT #31172] -3349. [bug] Change #3345 was incomplete. [RT #30233] +3426. [bug] dnssec-checkds: Clearer output when records are not + found. [RT #31968] -3345. [bug] Addressed race condition when removing the last item - or inserting the first item in an ISC_QUEUE. - [RT #29539] +3423. [bug] "rndc signing -nsec3param" didn't accept the full + range of possible values. Address portability issues. + [RT #31938] -3338. [bug] Address race condition in units tests: asyncload_zone - and asyncload_zt. [RT #26100] +3416. [bug] Named could die on shutdown if running with 128 UDP + dispatches per interface. [RT #31743] -3334. [bug] Hold a zone table reference while performing a - asyncronous load of a zone. [RT #28326] +3414. [bug] Address locking issues found by Coverity. [RT #31626] -3324. [test] Add better tests for ADB stats [RT #27057] +3408. [bug] Some DNSSEC-related options (update-check-ksk, + dnssec-loadkeys-interval, dnssec-dnskey-kskonly) + are now legal in slave zones as long as + inline-signing is in use. [RT #31078] -3316. [tuning] Improved locking performance when recursing. - [RT #28836] +3399. [port] netbsd: rename 'bool' parameter to avoid namespace + clash. [RT #31515] -3315. [tuning] Use multiple dispatch objects for sending upstream - queries; this can improve performance on busy - multiprocessor systems by reducing lock contention. - [RT #28605] +3398. [bug] SOA parameters were not being updated with inline + signed zones if the zone was modified while the + server was offline. [RT #29272] + +3385. [bug] named-checkconf didn't detect missing master lists + in also-notify clauses. [RT #30810] + +3377. [bug] Removed spurious newline from NSEC3 multiline + output. [RT #31044] + +3375. [bug] 'rndc dumpdb' failed on empty caches. [RT #30808] + +3370. [bug] Address use after free while shutting down. [RT #30241] + +3368. [bug] , and + were not C++ safe. + +3361. [bug] "rndc signing -nsec3param" didn't work correctly + when salt was set to '-' (no salt). [RT #30099] + +3355. [port] Use more portable awk in verify system test. + +3349. [bug] Change #3345 was incomplete. [RT #30233] + +3345. [bug] Addressed race condition when removing the last item + or inserting the first item in an ISC_QUEUE. + [RT #29539] + +3338. [bug] Address race condition in units tests: asyncload_zone + and asyncload_zt. [RT #26100] + +3334. [bug] Hold a zone table reference while performing a + asyncronous load of a zone. [RT #28326] + +3324. [test] Add better tests for ADB stats [RT #27057] + +3316. [tuning] Improved locking performance when recursing. + [RT #28836] + +3315. [tuning] Use multiple dispatch objects for sending upstream + queries; this can improve performance on busy + multiprocessor systems by reducing lock contention. + [RT #28605] 3303. [bug] named could die when reloading. [RT #28606]