diff --git a/CHANGES b/CHANGES
index b77e14d2b7..55d38ce9ee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+ --- 9.15.3 released ---
+
5277. [bug] Cache DB statistics could underflow when serve-stale
was in use, because of a bug in counter maintenance
when RRsets become stale.
diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml
index 994c2f9b3b..1ce7651786 100644
--- a/doc/arm/notes.xml
+++ b/doc/arm/notes.xml
@@ -184,6 +184,11 @@
as a result of a zone update. [GL #513]
+
+
+ Statistics channel groups are now toggleable. [GL #1030]
+
+
@@ -270,7 +275,7 @@
made default. Old non-default HMAC-SHA based DNS Cookie algorithms
have been removed, and only the default AES algorithm is being kept
for legacy reasons. This changes doesn't have any operational impact
- in most common scenarios.
+ in most common scenarios. [GL #605]
If you are running multiple DNS Servers (different versions of BIND 9
@@ -351,6 +356,37 @@
or stale and marked for deletion. [GL #602]
+
+
+ Interaction between DNS64 and RPZ No Data rule (CNAME *.) could
+ cause unexpected results; this has been fixed. [GL #1106]
+
+
+
+
+ named-checkconf now checks DNS64 prefixes
+ to ensure bits 64-71 are zero. [GL #1159]
+
+
+
+
+ named-checkconf now correctly reports missing
+ dnstap-output option when
+ dnstap is set. [GL #1136]
+
+
+
+
+ Handle ETIMEDOUT error on connect() with a non-blocking
+ socket. [GL #1133]
+
+
+
+
+ dig now correctly expands the IPv6 address
+ when run with +expandaaaa +short. [GL #1152]
+
+
diff --git a/lib/bind9/api b/lib/bind9/api
index c7836b219a..c72183594a 100644
--- a/lib/bind9/api
+++ b/lib/bind9/api
@@ -10,6 +10,6 @@
# 9.12: 1200-1299
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
-LIBINTERFACE = 1500
+LIBINTERFACE = 1501
LIBREVISION = 0
LIBAGE = 0
diff --git a/lib/dns/api b/lib/dns/api
index c72183594a..effc9e71d2 100644
--- a/lib/dns/api
+++ b/lib/dns/api
@@ -10,6 +10,6 @@
# 9.12: 1200-1299
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
-LIBINTERFACE = 1501
+LIBINTERFACE = 1502
LIBREVISION = 0
LIBAGE = 0
diff --git a/lib/irs/api b/lib/irs/api
index b48f390b63..c72183594a 100644
--- a/lib/irs/api
+++ b/lib/irs/api
@@ -10,6 +10,6 @@
# 9.12: 1200-1299
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
-LIBINTERFACE = 1500
-LIBREVISION = 1
+LIBINTERFACE = 1501
+LIBREVISION = 0
LIBAGE = 0
diff --git a/lib/isc/api b/lib/isc/api
index c72183594a..effc9e71d2 100644
--- a/lib/isc/api
+++ b/lib/isc/api
@@ -10,6 +10,6 @@
# 9.12: 1200-1299
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
-LIBINTERFACE = 1501
+LIBINTERFACE = 1502
LIBREVISION = 0
LIBAGE = 0
diff --git a/lib/isccfg/api b/lib/isccfg/api
index b48f390b63..c72183594a 100644
--- a/lib/isccfg/api
+++ b/lib/isccfg/api
@@ -10,6 +10,6 @@
# 9.12: 1200-1299
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
-LIBINTERFACE = 1500
-LIBREVISION = 1
+LIBINTERFACE = 1501
+LIBREVISION = 0
LIBAGE = 0
diff --git a/lib/ns/api b/lib/ns/api
index b48f390b63..c72183594a 100644
--- a/lib/ns/api
+++ b/lib/ns/api
@@ -10,6 +10,6 @@
# 9.12: 1200-1299
# 9.13/9.14: 1300-1499
# 9.15/9.16: 1500-1699
-LIBINTERFACE = 1500
-LIBREVISION = 1
+LIBINTERFACE = 1501
+LIBREVISION = 0
LIBAGE = 0
diff --git a/version b/version
index f3b92aca9c..b011c30c26 100644
--- a/version
+++ b/version
@@ -5,7 +5,7 @@ PRODUCT=BIND
DESCRIPTION="(Development Release)"
MAJORVER=9
MINORVER=15
-PATCHVER=2
+PATCHVER=3
RELEASETYPE=
RELEASEVER=
EXTENSIONS=