diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ed7dca05e..1c593914a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1590,7 +1590,7 @@ abi-check:
CC: gcc
CFLAGS: "${CFLAGS_COMMON} -Og"
EXTRA_CONFIGURE: "--enable-dnstap --with-libidn2"
- BIND_BASELINE_VERSION: v9_11_26
+ BIND_BASELINE_VERSION: v9_11_27
script:
- *configure
- make -j${BUILD_PARALLEL_JOBS:-1} V=1
diff --git a/CHANGES b/CHANGES
index b3766c4164..417184287d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,13 +1,15 @@
+ --- 9.11.27 released ---
+
5559. [bug] The --with-maxminddb=PATH form of the build-time option
enabling support for libmaxminddb was not working
correctly. This has been fixed. [GL #2366]
-5557. [bug] Prevent rbtdb instances being destroyed by multiple
- threads at the same time. [GL #2355]
+5557. [bug] Prevent RBTDB instances from being destroyed by multiple
+ threads at the same time. [GL #2317]
-5548. [bug] When BIND 9 was compiled with --disable-threads and
- --with-epoll, it was possible to trigger an assertion
- failure due to a double lock. [GL !4454]
+5548. [bug] named exited with an assertion failure upon startup when
+ compiled with --disable-threads and --with-epoll.
+ [GL !4454]
5547. [bug] BIND 9 failed to build with --disable-threads and
--with-geoip2. [GL #2324]
diff --git a/README b/README
index 75616b3dfe..bdd6b563c3 100644
--- a/README
+++ b/README
@@ -364,6 +364,10 @@ BIND 9.11.26
BIND 9.11.26 is a maintenance release.
+BIND 9.11.27
+
+BIND 9.11.27 is a maintenance release.
+
Building BIND
Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler,
diff --git a/README.md b/README.md
index 560c99358d..d4fa43dffc 100644
--- a/README.md
+++ b/README.md
@@ -381,6 +381,10 @@ BIND 9.11.25 is a maintenance release.
BIND 9.11.26 is a maintenance release.
+#### BIND 9.11.27
+
+BIND 9.11.27 is a maintenance release.
+
### Building BIND
Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler,
diff --git a/bin/check/named-checkconf.8 b/bin/check/named-checkconf.8
index 10979e7046..629491d7da 100644
--- a/bin/check/named-checkconf.8
+++ b/bin/check/named-checkconf.8
@@ -1,4 +1,4 @@
-.\" Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018-2021 Internet Systems Consortium, Inc. ("ISC")
.\"
.\" 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
@@ -131,5 +131,5 @@ BIND 9 Administrator Reference Manual\&.
\fBInternet Systems Consortium, Inc\&.\fR
.SH "COPYRIGHT"
.br
-Copyright \(co 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018-2021 Internet Systems Consortium, Inc. ("ISC")
.br
diff --git a/bin/check/named-checkconf.html b/bin/check/named-checkconf.html
index 091c9ee879..9f4f8fb17d 100644
--- a/bin/check/named-checkconf.html
+++ b/bin/check/named-checkconf.html
@@ -1,6 +1,6 @@
+
+