mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 17:40:00 -04:00
9.6.0
This commit is contained in:
parent
442d6ced85
commit
a42b13d33c
3 changed files with 7 additions and 4 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
--- 9.6.1 released ---
|
||||
|
||||
2608. [func] Perform post signing verification checks in
|
||||
dnssec-signzone. These can be disabled with -P.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
LIBINTERFACE = 53
|
||||
LIBINTERFACE = 52
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 2
|
||||
|
|
|
|||
6
version
6
version
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: version,v 1.43.12.4 2009/04/08 06:55:37 marka Exp $
|
||||
# $Id: version,v 1.43.12.5 2009/06/04 04:02:41 marka Exp $
|
||||
#
|
||||
# This file must follow /bin/sh rules. It is imported directly via
|
||||
# configure.
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
MAJORVER=9
|
||||
MINORVER=6
|
||||
PATCHVER=1
|
||||
RELEASETYPE=rc
|
||||
RELEASEVER=1
|
||||
RELEASETYPE=
|
||||
RELEASEVER=
|
||||
|
|
|
|||
Loading…
Reference in a new issue