mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 14:00:47 -05:00
Add CHANGES and release note for GL !4045
This commit is contained in:
parent
de49699b66
commit
10dd78126a
2 changed files with 11 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue