With the introduction of the generated changelog, the CHANGES file
became a symlink to doc/arm/changelog.rst. After the changes made in
!9549, the changelog file transitioned from being a wholly generated
file to one that includes versioned changelog files, which are
themselves generated. However, while implementing !9549, we overlooked
that the CHANGES file is copied to a release directory on an FTP server
and contains just "include" directives, not the changelog itself.
Therefore, in the same fashion as the "RELEASE-NOTES*.html" file, create
a "CHANGELOG*.html" file that redirects to the Changelog appendix of the
ARM.
(cherry picked from commit e40bd273e4)
28 lines
989 B
ReStructuredText
28 lines
989 B
ReStructuredText
.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
..
|
|
.. SPDX-License-Identifier: MPL-2.0
|
|
..
|
|
.. This Source Code Form is subject to the terms of the Mozilla Public
|
|
.. License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
.. file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
|
..
|
|
.. See the COPYRIGHT file distributed with this work for additional
|
|
.. information regarding copyright ownership.
|
|
|
|
.. _changelog:
|
|
|
|
Changelog
|
|
=========
|
|
|
|
.. note:: The following list contains detailed information about BIND 9
|
|
development. Regular users should refer to :ref:`Release Notes <relnotes>`
|
|
for changes relevant to them.
|
|
|
|
.. include:: ../changelog/changelog-9.18.31-S1.rst
|
|
.. include:: ../changelog/changelog-9.18.31.rst
|
|
.. include:: ../changelog/changelog-9.18.30-S1.rst
|
|
.. include:: ../changelog/changelog-9.18.30.rst
|
|
.. include:: ../changelog/changelog-9.18.29-S1.rst
|
|
.. include:: ../changelog/changelog-9.18.29.rst
|
|
.. include:: ../changelog/changelog-history.rst
|