]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for GL !4045
authorMichal Nowak <mnowak@isc.org>
Wed, 2 Sep 2020 09:08:14 +0000 (11:08 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 2 Sep 2020 09:08:40 +0000 (11:08 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index adc1c13c099444ec4bda58dff7c6dba62639ce26..104b4f88fe9a1323a46a671e4610e678ebb58c0c 100644 (file)
--- a/CHANGES
+++ b/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.
index 422a02b3e0b5ea1fa54a63cee908ebf1f40ce185..3106a6414be9cab3979725cd51ec739bd9d62f2e 100644 (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
 ~~~~~~~~~~~~~~~