mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
9.6.0b1
This commit is contained in:
parent
736e6a6709
commit
c19a57667e
2 changed files with 5 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
--- 9.6.0b1 released ---
|
||||
|
||||
2481. [bug] rbtdb.c:matchparams() failed to handle NSEC3 chain
|
||||
collisions. [RT #18812]
|
||||
|
||||
|
|
|
|||
4
version
4
version
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: version,v 1.41 2008/09/24 04:30:47 marka Exp $
|
||||
# $Id: version,v 1.42 2008/10/29 05:04:18 marka Exp $
|
||||
#
|
||||
# This file must follow /bin/sh rules. It is imported directly via
|
||||
# configure.
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
MAJORVER=9
|
||||
MINORVER=6
|
||||
PATCHVER=0
|
||||
RELEASETYPE=a
|
||||
RELEASETYPE=b
|
||||
RELEASEVER=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue