From b58bf82da827f9f6704423d5b04379edf23079ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Sun, 11 Feb 2024 11:10:14 +0100 Subject: [PATCH 1/2] Update BIND version to 9.16.49-dev (cherry picked from commit 8e4896ffa4c9059ab77ed98e8179f39d0e2c9097) --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index d67f3a57c7..bfe2066a39 100644 --- a/version +++ b/version @@ -5,7 +5,7 @@ PRODUCT=BIND DESCRIPTION="(Extended Support Version)" MAJORVER=9 MINORVER=16 -PATCHVER=48 +PATCHVER=49 RELEASETYPE= RELEASEVER= EXTENSIONS= From 11ac625dbef1166a901b4a844b4ef537e3e732b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Sun, 11 Feb 2024 11:10:14 +0100 Subject: [PATCH 2/2] Set up release notes for BIND 9.16.49 (cherry picked from commit ae9d795a133e61adc49fbc171f00a57e2c29ddf0) --- doc/notes/notes-current.rst | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 doc/notes/notes-current.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst new file mode 100644 index 0000000000..92c907c488 --- /dev/null +++ b/doc/notes/notes-current.rst @@ -0,0 +1,45 @@ +.. 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.16.49 +---------------------- + +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.