mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
updated for 9.2.0b2
This commit is contained in:
parent
c38b92000c
commit
5f25ebaaa0
2 changed files with 8 additions and 5 deletions
9
README
9
README
|
|
@ -45,10 +45,10 @@ BIND 9
|
|||
|
||||
|
||||
|
||||
BIND 9.2.0b1
|
||||
BIND 9.2.0b2
|
||||
|
||||
BIND 9.2.0b1 is the first beta release of BIND 9.2.0.
|
||||
It includes a number of new features over 9.1, including:
|
||||
BIND 9.2.0b2 a beta release of BIND 9.2.0. It includes a
|
||||
number of new features over 9.1, including:
|
||||
|
||||
- The size of the cache can now be limited using the
|
||||
"max-cache-size" option.
|
||||
|
|
@ -85,6 +85,9 @@ BIND 9.2.0b1
|
|||
This does not apply to the use of TSIG, which does not
|
||||
require OpenSSL.
|
||||
|
||||
- The source distribution now builds on Windows NT/2000.
|
||||
See win32utils/readme1.txt for details.
|
||||
|
||||
This distribution also includes a new lightweight stub
|
||||
resolver library and associated resolver daemon that fully
|
||||
support forward and reverse lookups of both IPv4 and IPv6
|
||||
|
|
|
|||
4
version
4
version
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: version,v 1.24 2001/07/17 19:21:43 gson Exp $
|
||||
# $Id: version,v 1.25 2001/07/30 17:37:39 gson Exp $
|
||||
#
|
||||
# This file must follow /bin/sh rules. It is imported directly via
|
||||
# configure.
|
||||
|
|
@ -7,4 +7,4 @@ MAJORVER=9
|
|||
MINORVER=2
|
||||
PATCHVER=0
|
||||
RELEASETYPE=b
|
||||
RELEASEVER=1
|
||||
RELEASEVER=2
|
||||
|
|
|
|||
Loading…
Reference in a new issue