mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '4-add-changes-and-release-notes' into 'master'
Add CHANGES and Release Notes for "Convert to modern autotools (autoconf + automake + libtool)" See merge request isc-projects/bind9!3410
This commit is contained in:
commit
bb4515346a
2 changed files with 15 additions and 2 deletions
3
CHANGES
3
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
|
||||
|
|
|
|||
|
|
@ -25,7 +25,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
@ -35,7 +40,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
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 <command>./configure</command> option, you will
|
||||
need to pay extra attention. [GL #4]
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
|
|||
Loading…
Reference in a new issue