mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 21:20:03 -04:00
9.9.4rc2
This commit is contained in:
parent
c0f83ec73e
commit
4a35f5a42c
4 changed files with 6 additions and 4 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
--- 9.9.4rc2 released ---
|
||||
|
||||
3637. [bug] 'allow-query-on' was checking the source address
|
||||
rather than the destination address. [RT #34590]
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
# 9.8: 80-89, 120-129
|
||||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
LIBINTERFACE = 100
|
||||
LIBINTERFACE = 101
|
||||
LIBREVISION = 1
|
||||
LIBAGE = 0
|
||||
LIBAGE = 1
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
LIBINTERFACE = 90
|
||||
LIBREVISION = 6
|
||||
LIBREVISION = 7
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
2
version
2
version
|
|
@ -9,4 +9,4 @@ MAJORVER=9
|
|||
MINORVER=9
|
||||
PATCHVER=4
|
||||
RELEASETYPE=rc
|
||||
RELEASEVER=1
|
||||
RELEASEVER=2
|
||||
|
|
|
|||
Loading…
Reference in a new issue