2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 21:17:54 +00:00

Add CHANGES and release note for GL !4045

This commit is contained in:
Michal Nowak 2020-09-02 11:08:14 +02:00
parent de49699b66
commit 10dd78126a
No known key found for this signature in database
GPG Key ID: 24A3E8463AEE5E56
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,6 @@
5498. [test] The --with-gperftools-profiler configure option was
removed. [GL !4045]
5497. [placeholder]
5496. [bug] The rate limiter needs to hold a reference to its task.

View File

@ -29,6 +29,14 @@ New Features
from the parent. Replaces the time-based ``parent-registration-delay``
configuration option. [GL #1613]
Removed Features
~~~~~~~~~~~~~~~~
- The ``--with-gperftools-profiler`` ``configure`` option was removed.
To use the gperftools profiler, the ``HAVE_GPERFTOOLS_PROFILER`` macro
now needs to be manually set in ``CFLAGS`` and ``-lprofiler`` needs to
be present in ``LDFLAGS``. [GL !4045]
Feature Changes
~~~~~~~~~~~~~~~