diff --git a/CHANGES b/CHANGES index 604b335037..fff4c0882f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.8.0a1 released --- + 2982. [bug] Reference count dst keys. dst_key_attach() can be used increment the reference count. diff --git a/README b/README index fbab20f648..99e4d01f6b 100644 --- a/README +++ b/README @@ -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 diff --git a/lib/bind9/api b/lib/bind9/api index 25708f02bf..fb722baa85 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 60 -LIBREVISION = 1 +LIBINTERFACE = 70 +LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index 5609cd0cc3..fb722baa85 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 63 +LIBINTERFACE = 70 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/dns/win32/libdns.def b/lib/dns/win32/libdns.def index d13e4f81f7..8febf3290b 100644 --- a/lib/dns/win32/libdns.def +++ b/lib/dns/win32/libdns.def @@ -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 diff --git a/lib/irs/api b/lib/irs/api index 3252b3bfa0..fb722baa85 100644 --- a/lib/irs/api +++ b/lib/irs/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 60 +LIBINTERFACE = 70 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 25bcb6738d..fb722baa85 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 61 -LIBREVISION = 2 -LIBAGE = 1 +LIBINTERFACE = 70 +LIBREVISION = 0 +LIBAGE = 0 diff --git a/lib/isccc/api b/lib/isccc/api index 3252b3bfa0..fb722baa85 100644 --- a/lib/isccc/api +++ b/lib/isccc/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 60 +LIBINTERFACE = 70 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isccfg/api b/lib/isccfg/api index e01b777a77..fb722baa85 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 60 -LIBREVISION = 2 +LIBINTERFACE = 70 +LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/lwres/api b/lib/lwres/api index 3252b3bfa0..fb722baa85 100644 --- a/lib/lwres/api +++ b/lib/lwres/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 60 +LIBINTERFACE = 70 LIBREVISION = 0 LIBAGE = 0