mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 17:30:44 -05:00
9.7.1rc1
This commit is contained in:
parent
68d79f2a0f
commit
5b02faec3c
4 changed files with 6 additions and 4 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
--- 9.7.1rc1 released ---
|
||||
|
||||
2906. [bug] Address RFC 5011 implementation issues. [RT #20903]
|
||||
|
||||
2905. [port] aix: set use_atomic=yes with native compiler.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
LIBINTERFACE = 66
|
||||
LIBREVISION = 0
|
||||
LIBREVISION = 1
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
LIBINTERFACE = 60
|
||||
LIBREVISION = 3
|
||||
LIBREVISION = 4
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
4
version
4
version
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: version,v 1.51.2.3 2010/05/18 02:12:30 marka Exp $
|
||||
# $Id: version,v 1.51.2.4 2010/06/01 01:02:33 marka Exp $
|
||||
#
|
||||
# This file must follow /bin/sh rules. It is imported directly via
|
||||
# configure.
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
MAJORVER=9
|
||||
MINORVER=7
|
||||
PATCHVER=1
|
||||
RELEASETYPE=b
|
||||
RELEASETYPE=rc
|
||||
RELEASEVER=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue