mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 15:30:00 -04:00
9.9.3
This commit is contained in:
parent
85c66c4766
commit
a02fa95032
4 changed files with 21 additions and 11 deletions
18
CHANGES
18
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
--- 9.9.3 released ---
|
||||
|
||||
3568. [cleanup] Add a product description line to the version file,
|
||||
to be reported by named -v/-V. [RT #33366]
|
||||
|
||||
|
|
@ -7,10 +9,10 @@
|
|||
|
||||
3561. [bug] dig: issue a warning if an EDNS query returns FORMERR
|
||||
or NOTIMP. Adjust usage message. [RT #33363]
|
||||
|
||||
|
||||
--- 9.9.3rc2 released ---
|
||||
|
||||
3560. [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
|
||||
|
|
@ -48,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
|
||||
|
|
@ -182,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]
|
||||
|
|
@ -345,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]
|
||||
|
|
@ -440,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
|
||||
|
|
@ -640,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]
|
||||
|
||||
|
|
|
|||
8
EXCLUDED
8
EXCLUDED
|
|
@ -1,3 +1,11 @@
|
|||
3570. [bug] Check internal pointers are valid when loading map
|
||||
files. [RT #33403]
|
||||
|
||||
3569. [contrib] Ported mysql DLZ driver to dynamically-loadable
|
||||
module, and added multithread support. [RT #33394]
|
||||
|
||||
3564. [bug] Improved handling of corrupted map files. [RT #33380]
|
||||
|
||||
3554. [bug] RRL failed to correctly rate-limit upward
|
||||
referrals and failed to count dropped error
|
||||
responses in the statistics. [RT #33225]
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
LIBINTERFACE = 99
|
||||
LIBREVISION = 0
|
||||
LIBREVISION = 1
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
4
version
4
version
|
|
@ -8,5 +8,5 @@ DESCRIPTION="(Extended Support Version)"
|
|||
MAJORVER=9
|
||||
MINORVER=9
|
||||
PATCHVER=3
|
||||
RELEASETYPE=rc
|
||||
RELEASEVER=2
|
||||
RELEASETYPE=
|
||||
RELEASEVER=
|
||||
|
|
|
|||
Loading…
Reference in a new issue