mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 03:50:00 -04:00
updated for 9.2.0a3
This commit is contained in:
parent
db5d9614fe
commit
317ebe84d5
2 changed files with 9 additions and 8 deletions
13
README
13
README
|
|
@ -45,9 +45,9 @@ BIND 9
|
|||
|
||||
|
||||
|
||||
BIND 9.2.0a2
|
||||
BIND 9.2.0a3
|
||||
|
||||
BIND 9.2.0a2 is an alpha release of BIND 9.2.0.
|
||||
BIND 9.2.0a3 is an alpha 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
|
||||
|
|
@ -79,10 +79,11 @@ BIND 9.2.0a2
|
|||
- A BIND 8 compatible stub resolver library is now
|
||||
included in lib/bind.
|
||||
|
||||
- openssl has been removed from the distribution. This means
|
||||
that to use DNSSEC, openssl must be installed and the
|
||||
--with-openssl option must be supplied to configure. This
|
||||
does not apply to TSIG, which does not require openssl.
|
||||
- OpenSSL has been removed from the distribution. This
|
||||
means that to use DNSSEC, OpenSSL must be installed and
|
||||
the --with-openssl option must be supplied to configure.
|
||||
This does not apply to the use of TSIG, which does not
|
||||
require OpenSSL.
|
||||
|
||||
This distribution also includes a new lightweight stub
|
||||
resolver library and associated resolver daemon that fully
|
||||
|
|
|
|||
4
version
4
version
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: version,v 1.22 2001/06/07 22:19:30 gson Exp $
|
||||
# $Id: version,v 1.23 2001/07/12 17:40:17 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=a
|
||||
RELEASEVER=2
|
||||
RELEASEVER=3
|
||||
|
|
|
|||
Loading…
Reference in a new issue