diff --git a/CHANGES b/CHANGES index 9f01c5328d..a8a0421b81 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.14.6 released --- + 5289. [bug] Address NULL pointer dereference in rpz.c:rpz_detach. [GL #1210] diff --git a/README.md b/README.md index dc40a41273..640f23e723 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,14 @@ BIND 9.14.4 is a maintenance release, and also adds support for the new MaxMind GeoIP2 geolocation API when built with `configure --with-geoip2`. +#### BIND 9.14.5 + +BIND 9.14.5 is a maintenance release. + +#### BIND 9.14.6 + +BIND 9.14.6 is a maintenance release. + ### Building BIND Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler, diff --git a/lib/dns/api b/lib/dns/api index d292edb32a..a26b34ed6a 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -10,5 +10,5 @@ # 9.12: 1200-1299 # 9.13/9.14: 1300-1499 LIBINTERFACE = 1310 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index aaa7206bab..52dfa188d0 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -10,5 +10,5 @@ # 9.12: 1200-1299 # 9.13/9.14: 1300-1499 LIBINTERFACE = 1309 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/version b/version index 45985c5129..7eccb63a50 100644 --- a/version +++ b/version @@ -5,7 +5,7 @@ PRODUCT=BIND DESCRIPTION="(Stable Release)" MAJORVER=9 MINORVER=14 -PATCHVER=5 +PATCHVER=6 RELEASETYPE= RELEASEVER= EXTENSIONS=