]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL #2504
authorMichal Nowak <mnowak@isc.org>
Mon, 8 Mar 2021 12:47:45 +0000 (13:47 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 18 Mar 2021 14:55:10 +0000 (15:55 +0100)
doc/notes/notes-current.rst

index a45b05ac28905c5d68b71af8cd00542f25ab5cfe..b1a549f8691b0401adaca28e1c1072b1433974c4 100644 (file)
@@ -88,3 +88,9 @@ Bug Fixes
   ``isc_mem_put()``, which resulted in the returned memory being put on
   the wrong free list and prevented ``named`` from starting up. This has
   been fixed. [GL #2460]
+
+- ``libtool`` was inadvertently introduced as a build-time requirement
+  when the build system was revamped in BIND 9.17.2. This unnecessarily
+  prevented hosts without that tool from building BIND 9 from source
+  tarballs. A standalone ``libtool`` script no longer needs to be
+  present in ``PATH`` to build BIND 9 from a source tarball. [GL #2504]