]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: doc: Remove the CHANGES file
authorMichal Nowak <mnowak@isc.org>
Thu, 31 Oct 2024 16:46:11 +0000 (16:46 +0000)
committerMichal Nowak <mnowak@isc.org>
Thu, 31 Oct 2024 16:46:11 +0000 (16:46 +0000)
commit5585bd0fdea16be87d695fd264f1f87624227f92
tree3507171245703d1fa2e2e9566a8036691eb384f0
parent04bdaf6efbad52413e3eca7d48aabc7b512ed4f3
parent9750f22e3afc6d28b286522f8784b1ddfbd8ada6
fix: doc: Remove the CHANGES file

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.

Closes #5000

Merge branch '5000-provide-correct-changelog-on-ftp' into 'main'

See merge request isc-projects/bind9!9690