mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 06:37:42 -04:00
Add new changelog file
Create new changelog and include it in the documentation. Include the
previous CHANGES as plain text without any markup.
(cherry picked from commit e9b6031e0c)
This commit is contained in:
parent
c6119b5513
commit
1e4bccf250
6 changed files with 22133 additions and 22107 deletions
1
CHANGES
Symbolic link
1
CHANGES
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
doc/arm/changelog.rst
|
||||
2
NEWS
2
NEWS
|
|
@ -1 +1 @@
|
|||
CHANGES
|
||||
doc/arm/changelog.rst
|
||||
|
|
@ -5,6 +5,7 @@ EXTRA_DIST = \
|
|||
advanced.inc.rst \
|
||||
build.inc.rst \
|
||||
catz.inc.rst \
|
||||
changelog.rst \
|
||||
chapter10.rst \
|
||||
chapter1.rst \
|
||||
chapter2.rst \
|
||||
|
|
|
|||
22125
doc/arm/changelog.rst
Normal file
22125
doc/arm/changelog.rst
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -37,6 +37,7 @@ BIND 9 Administrator Reference Manual
|
|||
:maxdepth: 2
|
||||
|
||||
notes
|
||||
changelog
|
||||
dnssec-guide
|
||||
history
|
||||
general
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
.. See the COPYRIGHT file distributed with this work for additional
|
||||
.. information regarding copyright ownership.
|
||||
|
||||
.. _relnotes:
|
||||
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
|
|
@ -19,7 +21,8 @@ Introduction
|
|||
|
||||
BIND 9.20 is a stable branch, suitable for production use. This
|
||||
document summarizes significant changes since the last production
|
||||
release on the 9.18 branch.
|
||||
release on the 9.18 branch. Please see the :ref:`changelog` file for
|
||||
a more detailed list of changes and bug fixes.
|
||||
|
||||
Supported Platforms
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue