diff --git a/README b/README index a48dd6403c..296d7530aa 100644 --- a/README +++ b/README @@ -94,7 +94,7 @@ BIND 9.12.0 is the newest development branch of BIND 9. It includes a number of changes from BIND 9.11 and earlier releases. New features include: - * named and related libraries have been substantially refactored for for + * named and related libraries have been substantially refactored for improved query performance -- particularly on delegation heavy zones -- and for improved readability, maintainability, and testability. * Code implementing the name server query processing logic has been diff --git a/configure b/configure index 7459f1bc78..ba6c7ff2c5 100755 --- a/configure +++ b/configure @@ -16649,8 +16649,8 @@ else fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use OpenSSL hash functions" >&5 -$as_echo_n "checking whether to use OpenSSL hash functions... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for using OpenSSL for hash functions" >&5 +$as_echo_n "checking for using OpenSSL for hash functions... " >&6; } ISC_PLATFORM_OPENSSLHASH="#undef ISC_PLATFORM_OPENSSLHASH" if test "whenossl" = "$want_openssl_hash" then diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index 6f7d0c16fb..d6ca123f93 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -582,7 +582,9 @@ Bug Fixes
- None. + The introduction of libns caused a bug + in which TCP client objects were not recycled after use, + leading to unconstrained memory growth. [RT #46029]
- None. + The introduction of libns caused a bug + in which TCP client objects were not recycled after use, + leading to unconstrained memory growth. [RT #46029]