2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00
This commit is contained in:
Mark Andrews
2010-12-09 04:39:10 +00:00
parent fd6a9d688c
commit 73dbd4e933
10 changed files with 25 additions and 11 deletions

View File

@@ -1,3 +1,5 @@
--- 9.8.0a1 released ---
2982. [bug] Reference count dst keys. dst_key_attach() can be used
increment the reference count.

4
README
View File

@@ -48,6 +48,10 @@ BIND 9
For a detailed list of user-visible changes from
previous releases, see the CHANGES file.
BIND 9.8.0
DNS64 support (AAAA synthesis only initially).
BIND 9.7.0
BIND 9.7.0 includes a number of changes from BIND 9.6 and earlier

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 60
LIBREVISION = 1
LIBINTERFACE = 70
LIBREVISION = 0
LIBAGE = 0

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 63
LIBINTERFACE = 70
LIBREVISION = 0
LIBAGE = 0

View File

@@ -189,6 +189,13 @@ dns_dlzfindzone
dns_dlzregister
dns_dlzstrtoargv
dns_dlzunregister
dns_dns64_aaaafroma
dns_dns64_aaaaok
dns_dns64_append
dns_dns64_create
dns_dns64_destroy
dns_dns64_next
dns_dns64_unlink
dns_dnssec_findmatchingkeys
dns_dnssec_findzonekeys
dns_dnssec_findzonekeys2
@@ -891,6 +898,7 @@ dst_gssapi_acceptctx
dst_gssapi_acquirecred
dst_gssapi_initctx
dst_key_alg
dst_key_attach
dst_key_buildfilename
dst_key_class
dst_key_compare

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 60
LIBINTERFACE = 70
LIBREVISION = 0
LIBAGE = 0

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 61
LIBREVISION = 2
LIBAGE = 1
LIBINTERFACE = 70
LIBREVISION = 0
LIBAGE = 0

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 60
LIBINTERFACE = 70
LIBREVISION = 0
LIBAGE = 0

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 60
LIBREVISION = 2
LIBINTERFACE = 70
LIBREVISION = 0
LIBAGE = 0

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 60
LIBINTERFACE = 70
LIBREVISION = 0
LIBAGE = 0