diff --git a/CHANGES b/CHANGES index e4290c5f2a..aef61b9e23 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.9.5rc1 released --- + 3701. [func] named-checkconf can now obscure shared secrets when printing by specifying '-x'. [RT #34465] diff --git a/README b/README index 8b9b66757a..e0e7b5f6aa 100644 --- a/README +++ b/README @@ -63,6 +63,10 @@ BIND 9.9.5 - When re-signing a zone, the new "dnssec-signzone -Q" option drops signatures from keys that are still published but are no longer active. + - "named-checkconf -px" will print the contents of configuration + files with the shared secrets obscured, making it easier to + share configuration (e.g. when submitting a bug report) + without revealing private information. BIND 9.9.4 diff --git a/lib/bind9/api b/lib/bind9/api index 1a861f8b72..0adc934e71 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 90 -LIBREVISION = 8 +LIBREVISION = 9 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index d43a04be2f..1bf8d3fac3 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 102 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 2 diff --git a/lib/irs/api b/lib/irs/api index 298e96a8ab..343e4aaf53 100644 --- a/lib/irs/api +++ b/lib/irs/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 90 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index a161d8d02d..07c646d653 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -4,6 +4,6 @@ # 9.8: 80-89, 120-129 # 9.9: 90-109 # 9.9-sub: 130-139 -LIBINTERFACE = 98 +LIBINTERFACE = 99 LIBREVISION = 0 -LIBAGE = 3 +LIBAGE = 4 diff --git a/lib/isc/win32/libisc.def.in b/lib/isc/win32/libisc.def.in index 4cc339cf7b..ef56161992 100644 --- a/lib/isc/win32/libisc.def.in +++ b/lib/isc/win32/libisc.def.in @@ -302,6 +302,7 @@ isc_hmacsha512_sign isc_hmacsha512_update isc_hmacsha512_verify isc_httpdmgr_addurl +isc_httpdmgr_addurl2 isc_httpdmgr_create isc_httpdmgr_shutdown isc_interfaceiter_create @@ -581,6 +582,7 @@ isc_time_microdiff isc_time_nanoseconds isc_time_now isc_time_nowplusinterval +isc_time_parsehttptimestamp isc_time_seconds isc_time_set isc_time_settoepoch diff --git a/lib/isccc/api b/lib/isccc/api index 5189823440..864bdc9094 100644 --- a/lib/isccc/api +++ b/lib/isccc/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 90 -LIBREVISION = 5 +LIBREVISION = 6 LIBAGE = 0 diff --git a/lib/isccfg/api b/lib/isccfg/api index a27437f433..7e580435ab 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -4,6 +4,6 @@ # 9.8: 80-89, 120-129 # 9.9: 90-109 # 9.9-sub: 130-139 -LIBINTERFACE = 90 -LIBREVISION = 7 -LIBAGE = 0 +LIBINTERFACE = 91 +LIBREVISION = 0 +LIBAGE = 1 diff --git a/lib/lwres/api b/lib/lwres/api index 864bdc9094..a27437f433 100644 --- a/lib/lwres/api +++ b/lib/lwres/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 90 -LIBREVISION = 6 +LIBREVISION = 7 LIBAGE = 0 diff --git a/version b/version index a7c59591bd..92e82f501e 100644 --- a/version +++ b/version @@ -8,6 +8,6 @@ DESCRIPTION="(Extended Support Version)" MAJORVER=9 MINORVER=9 PATCHVER=5 -RELEASETYPE=b +RELEASETYPE=rc RELEASEVER=1 EXTENSIONS=