summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2013-06-12 10:32:33 -0600
committerInternet Software Consortium, Inc <@isc.org>2013-06-12 10:32:33 -0600
commit87c6fc212d37ddbeb388f8308377ae38de3061d9 (patch)
treee9bdd0f37b0e007485573c66bb5eeb1559c80f6f /CHANGES
parent3f5a3d99feca79b1338646e936a2ee7a5862a43a (diff)
downloadbind9-87c6fc212d37ddbeb388f8308377ae38de3061d9.tar.gz
9.9.3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES26
1 files changed, 19 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 2f5f9ef5..5032e75f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,18 @@
+ --- 9.9.3 released ---
+
+3568. [cleanup] Add a product description line to the version file,
+ to be reported by named -v/-V. [RT #33366]
+
+3567. [bug] Silence clang static analyzer warnings. [RT #33365]
+
+3563. [contrib] zone2sqlite failed with some table names. [RT #33375]
+
+3561. [bug] dig: issue a warning if an EDNS query returns FORMERR
+ or NOTIMP. Adjust usage message. [RT #33363]
+
--- 9.9.3rc2 released ---
-3360. [bug] isc-config.sh did not honour includedir and libdir
+3560. [bug] isc-config.sh did not honor includedir and libdir
when set via configure. [RT #33345]
3559. [func] Check that both forms of Sender Policy Framework
@@ -38,7 +50,7 @@
managed keys as recorded in managed-keys.bind.
Contributed by Tony Finch <dot@dotat.at>
-3543. [bug] Update socket stucture before attaching to socket
+3543. [bug] Update socket structure before attaching to socket
manager after accept. [RT #33084]
3541. [bug] Parts of libdns were not properly initialized when
@@ -172,7 +184,7 @@
3483. [bug] Corrected XSL code in use with --enable-newstats.
[RT #32587]
-3481. [cleanup] removed use of const const in atf
+3481. [cleanup] Removed use of const const in atf.
3480. [bug] Silence logging noise when setting up zone
statistics. [RT #32525]
@@ -335,7 +347,7 @@
3416. [bug] Named could die on shutdown if running with 128 UDP
dispatches per interface. [RT #31743]
-3415. [bug] named could die with a REQUIRE failure if a valdation
+3415. [bug] named could die with a REQUIRE failure if a validation
was canceled. [RT #31804]
3414. [bug] Address locking issues found by Coverity. [RT #31626]
@@ -430,7 +442,7 @@
3381. [contrib] Update queryperf to support more RR types.
[RT #30762]
-3380. [bug] named could die if a non-existant master list was
+3380. [bug] named could die if a nonexistent master list was
referenced in a also-notify. [RT #31004]
3379. [bug] isc_interval_zero and isc_time_epoch should be
@@ -630,8 +642,8 @@
bucket lock when finished with a fetch context.
[RT #29239]
-3314. [bug] The masters list could be updated while refesh_callback
- and stub_callback were using it. [RT #26732]
+3314. [bug] The masters list could be updated while stub_callback
+ or refresh_callback were using it. [RT #26732]
3313. [protocol] Add TLSA record type. [RT #28989]