This commit is contained in:
Mark Andrews 2013-03-07 12:28:11 +11:00
parent a3412676e4
commit adec2b7a0e
9 changed files with 37 additions and 8 deletions

View file

@ -1,3 +1,5 @@
--- 9.9.3b2 released ---
3517. [bug] Reorder destruction to avoid shutdown race. [RT #32777]
3515. [port] '%T' is not portable in strftime(). [RT #32763]
@ -120,7 +122,7 @@
3464. [maint] Updates to PKCS#11 openssl patches, supporting
versions 0.9.8x, 1.0.0j, 1.0.1c [RT #29749]
3463. [doc] Clarify managed-keys syntax in ARM. [RT 32232]
3463. [doc] Clarify managed-keys syntax in ARM. [RT #32232]
3462. [doc] Clarify server selection behavior of dig when using
-4 or -6 options. [RT #32181]

View file

@ -1,3 +1,30 @@
3507. [bug] Statistics channel XSL had a glitch when attempting
to chart query data before any queries had been
received. [RT #32620]
3490. [bug] When logging RDATA during update, truncate if it's
too long. [RT #32365]
3489. [bug] --enable-developer now turns on ISC_LIST_CHECKINIT.
When cloning a rdataset do not copy the link contents.
[RT #32651]
3484. [bug] Some statistics were incorrectly rendered in XML.
[RT #32587]
3476. [bug] "rndc zonestatus" could report a spurious "not
found" error on inline-signing zones. [RT #29226]
3475. [cleanup] Changed name of 'map' zone file format (previously
'fast'). [RT #32458]
3472. [bug] The active-connections counter in the socket
statistics could underflow. [RT #31747]
3469. [bug] Handle DLZ lookup failures more gracefully. Improve
backward compatibility between versions of DLZ dlopen
API. [RT #32275]
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

View file

@ -4,5 +4,5 @@
# 9.8: 80-89
# 9.9: 90-109
LIBINTERFACE = 90
LIBREVISION = 6
LIBREVISION = 7
LIBAGE = 0

View file

@ -3,6 +3,6 @@
# 9.7: 60-79
# 9.8: 80-89, 120-129
# 9.9: 90-109
LIBINTERFACE = 97
LIBINTERFACE = 98
LIBREVISION = 0
LIBAGE = 0

View file

@ -4,5 +4,5 @@
# 9.8: 80-89
# 9.9: 90-109
LIBINTERFACE = 90
LIBREVISION = 0
LIBREVISION = 1
LIBAGE = 0

View file

@ -3,6 +3,6 @@
# 9.7: 60-79
# 9.8: 80-89
# 9.9: 90-109
LIBINTERFACE = 94
LIBINTERFACE = 95
LIBREVISION = 0
LIBAGE = 0

View file

@ -4,5 +4,5 @@
# 9.8: 80-89
# 9.9: 90-109
LIBINTERFACE = 90
LIBREVISION = 3
LIBREVISION = 4
LIBAGE = 0

View file

@ -4,5 +4,5 @@
# 9.8: 80-89
# 9.9: 90-109
LIBINTERFACE = 90
LIBREVISION = 2
LIBREVISION = 3
LIBAGE = 0

View file

@ -8,4 +8,4 @@ MAJORVER=9
MINORVER=9
PATCHVER=3
RELEASETYPE=b
RELEASEVER=1
RELEASEVER=2