From 4e9801e68d921379be6ce8516bdb95eded8063b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 21 Apr 2020 15:25:41 +0200 Subject: [PATCH 1/2] Add CHANGES for GL #4 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index f6c27a3574..35797f860b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5391. [func] The BIND 9 build system has been changed to use the + usual stack of autoconf+automake+libtool. [GL #4] + 5390. [placeholder] 5389. [bug] Finish the PKCS#11 code cleanup, fix couple of smaller From 5d0897ab157aa2baecb56c54567d6ef42b5e5db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 21 Apr 2020 15:36:47 +0200 Subject: [PATCH 2/2] Add release notes for #4 --- doc/arm/notes-9.17.2.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/arm/notes-9.17.2.xml b/doc/arm/notes-9.17.2.xml index f3db134a68..ed276bdcc0 100644 --- a/doc/arm/notes-9.17.2.xml +++ b/doc/arm/notes-9.17.2.xml @@ -25,7 +25,12 @@ - None. + In this release, the build system has been significantly changed (see + below), and there's number of unresolved issues that you need to be + aware of if you are using a development release. Please refer to + GitLab issue #4 https://gitlab.isc.org/isc-projects/bind9/-/issues/4 + for a list of not yet resolved issues that will be fixed in the + following releases. @@ -35,7 +40,12 @@ - None. + The BIND 9 build system has been changed to use the normal build tool + stack consisting of autoconf+automake+libtool. This should not make + any difference for people building BIND 9 from the release tarballs, + but if you are building BIND 9 from the git repository, or you are + using non-standard ./configure option, you will + need to pay extra attention. [GL #4]