From c795cfec54d9eaeec90820fcc7bca8783467ecbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Mon, 19 Aug 2024 18:01:54 +0200 Subject: [PATCH] Remove release note draft file Since we've started the new changelog & release notes process, the file for drafting release notes for the version-to-be is no longer needed. --- doc/arm/notes.rst | 2 -- doc/notes/notes-current.rst | 45 ------------------------------------- 2 files changed, 47 deletions(-) delete mode 100644 doc/notes/notes-current.rst diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index 0e6879b1de..d74d402a1f 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -40,8 +40,6 @@ information about each release, and source code. .. include:: ../notes/notes-known-issues.rst -.. include:: ../notes/notes-current.rst - .. _relnotes_license: License diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst deleted file mode 100644 index 0e089b68bc..0000000000 --- a/doc/notes/notes-current.rst +++ /dev/null @@ -1,45 +0,0 @@ -.. 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. - -Notes for BIND 9.21.0 ---------------------- - -Security Fixes -~~~~~~~~~~~~~~ - -- None. - -New Features -~~~~~~~~~~~~ - -- None. - -Removed Features -~~~~~~~~~~~~~~~~ - -- None. - -Feature Changes -~~~~~~~~~~~~~~~ - -- None. - -Bug Fixes -~~~~~~~~~ - -- None. - -Known Issues -~~~~~~~~~~~~ - -- There are no new known issues with this release. See :ref:`above - ` for a list of all known issues affecting this - BIND 9 branch.