mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 23:28:18 -04:00
prep for 9.7.0rc1 release
This commit is contained in:
parent
c93ed439e5
commit
16de5dbc71
2 changed files with 5 additions and 3 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
--- 9.7.0rc1 released ---
|
||||
|
||||
2805. [bug] Fixed namespace problems encountered when building
|
||||
external programs using non-exported BIND9 libraries
|
||||
(i.e., built without --enable-exportlib). [RT #20679]
|
||||
|
|
|
|||
6
version
6
version
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: version,v 1.50 2009/11/18 00:30:37 each Exp $
|
||||
# $Id: version,v 1.51 2009/12/06 01:49:08 each Exp $
|
||||
#
|
||||
# This file must follow /bin/sh rules. It is imported directly via
|
||||
# configure.
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
MAJORVER=9
|
||||
MINORVER=7
|
||||
PATCHVER=0
|
||||
RELEASETYPE=b
|
||||
RELEASEVER=3
|
||||
RELEASETYPE=rc
|
||||
RELEASEVER=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue