2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
This commit is contained in:
Mark Andrews
2011-10-13 22:53:39 +00:00
parent 304a539c59
commit 2801318d3c
2 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
--- 9.9.0a3 released ---
3169. [func] Catch db/version mis-matches when call dns_db_*(). 3169. [func] Catch db/version mis-matches when call dns_db_*().
[RT #26017] [RT #26017]
3168. [bug] Nxdomain redirection could trigger a assert with 3168. [bug] Nxdomain redirection could trigger an assert with
a ANY query. [RT #26017] a ANY query. [RT #26017]
3167. [bug] Negative answers from forwarders were not being 3167. [bug] Negative answers from forwarders were not being

View File

@@ -1,4 +1,4 @@
# $Id: version,v 1.55 2011/09/13 21:38:50 marka Exp $ # $Id: version,v 1.56 2011/10/13 22:53:39 marka Exp $
# #
# This file must follow /bin/sh rules. It is imported directly via # This file must follow /bin/sh rules. It is imported directly via
# configure. # configure.
@@ -7,4 +7,4 @@ MAJORVER=9
MINORVER=9 MINORVER=9
PATCHVER=0 PATCHVER=0
RELEASETYPE=a RELEASETYPE=a
RELEASEVER=2 RELEASEVER=3