2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

regen master

This commit is contained in:
Tinderbox User 2017-09-21 01:10:02 +00:00
parent 7300f231d6
commit cd8e7e8bf8
4 changed files with 9 additions and 5 deletions

2
README
View File

@ -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 number of changes from BIND 9.11 and earlier releases. New features
include: 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 improved query performance -- particularly on delegation heavy zones
-- and for improved readability, maintainability, and testability. -- and for improved readability, maintainability, and testability.
* Code implementing the name server query processing logic has been * Code implementing the name server query processing logic has been

4
configure vendored
View File

@ -16649,8 +16649,8 @@ else
fi fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use OpenSSL hash functions" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for using OpenSSL for hash functions" >&5
$as_echo_n "checking whether to use OpenSSL hash functions... " >&6; } $as_echo_n "checking for using OpenSSL for hash functions... " >&6; }
ISC_PLATFORM_OPENSSLHASH="#undef ISC_PLATFORM_OPENSSLHASH" ISC_PLATFORM_OPENSSLHASH="#undef ISC_PLATFORM_OPENSSLHASH"
if test "whenossl" = "$want_openssl_hash" if test "whenossl" = "$want_openssl_hash"
then then

View File

@ -582,7 +582,9 @@
<a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div> <a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p> <p>
None. The introduction of <span class="command"><strong>libns</strong></span> caused a bug
in which TCP client objects were not recycled after use,
leading to unconstrained memory growth. [RT #46029]
</p> </p>
</li></ul></div> </li></ul></div>
</div> </div>

View File

@ -543,7 +543,9 @@
<a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div> <a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
<p> <p>
None. The introduction of <span class="command"><strong>libns</strong></span> caused a bug
in which TCP client objects were not recycled after use,
leading to unconstrained memory growth. [RT #46029]
</p> </p>
</li></ul></div> </li></ul></div>
</div> </div>