2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 16:15:27 +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
2 changed files with 11 additions and 0 deletions

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
~~~~~~~~~~~~~~~