mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 17:30:44 -05:00
9.7.2rc1
This commit is contained in:
parent
93472ba538
commit
b45ded3b33
11 changed files with 21 additions and 12 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
--- 9.7.2rc1 released ---
|
||||
|
||||
2943. [func] Add support to load new keys into managed zones
|
||||
without signing immediately with "rndc loadkeys".
|
||||
Add support to link keys with "dnssec-keygen -S"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
LIBINTERFACE = 60
|
||||
LIBREVISION = 3
|
||||
LIBREVISION = 4
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
LIBINTERFACE = 67
|
||||
LIBINTERFACE = 68
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -738,6 +738,7 @@ dns_zone_flush
|
|||
dns_zone_forcereload
|
||||
dns_zone_forwardupdate
|
||||
dns_zone_fulldumptostream
|
||||
dns_zone_getadded
|
||||
dns_zone_getchecknames
|
||||
dns_zone_getclass
|
||||
dns_zone_getdb
|
||||
|
|
@ -795,6 +796,7 @@ dns_zone_refresh
|
|||
dns_zone_rekey
|
||||
dns_zone_replacedb
|
||||
dns_zone_setacache
|
||||
dns_zone_setadded
|
||||
dns_zone_setalsonotify
|
||||
dns_zone_setaltxfrsource4
|
||||
dns_zone_setaltxfrsource6
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
LIBINTERFACE = 61
|
||||
LIBREVISION = 6
|
||||
LIBAGE = 1
|
||||
LIBINTERFACE = 62
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ isc__mem_getname
|
|||
isc__mem_getquota
|
||||
isc__mem_gettag
|
||||
isc__mem_inuse
|
||||
isc__mem_isovermem
|
||||
isc__mem_ondestroy
|
||||
isc__mem_references
|
||||
isc__mem_setdestroycheck
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
LIBINTERFACE = 61
|
||||
LIBINTERFACE = 62
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 1
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ LIBRARY libisccfg
|
|||
EXPORTS
|
||||
|
||||
cfg_acl_fromconfig
|
||||
cfg_aclconfctx_destroy
|
||||
cfg_aclconfctx_clear
|
||||
cfg_aclconfctx_clone
|
||||
cfg_aclconfctx_init
|
||||
cfg_list_first
|
||||
cfg_list_next
|
||||
|
|
@ -36,6 +37,7 @@ cfg_obj_line
|
|||
cfg_obj_log
|
||||
cfg_parse_buffer
|
||||
cfg_parse_file
|
||||
cfg_parser_attach
|
||||
cfg_parser_create
|
||||
cfg_parser_destroy
|
||||
cfg_parser_setcallback
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
LIBINTERFACE = 60
|
||||
LIBREVISION = 0
|
||||
LIBREVISION = 1
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
4
version
4
version
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: version,v 1.51.2.6 2010/07/12 17:00:00 each Exp $
|
||||
# $Id: version,v 1.51.2.7 2010/08/17 00:51:32 marka Exp $
|
||||
#
|
||||
# This file must follow /bin/sh rules. It is imported directly via
|
||||
# configure.
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
MAJORVER=9
|
||||
MINORVER=7
|
||||
PATCHVER=2
|
||||
RELEASETYPE=b
|
||||
RELEASETYPE=rc
|
||||
RELEASEVER=1
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: updatelibxml2.pl,v 1.3 2009/07/19 04:50:15 each Exp $
|
||||
# $Id: updatelibxml2.pl,v 1.3.126.1 2010/08/17 00:51:33 marka Exp $
|
||||
|
||||
# updatelibxml2.pl
|
||||
# This script locates the latest version of libxml2 in the grandparent
|
||||
|
|
@ -65,6 +65,8 @@ $path = "..\\..\\";
|
|||
"../bin/nsupdate/win32/nsupdate.mak",
|
||||
"../bin/rndc/win32/rndc.dsp",
|
||||
"../bin/rndc/win32/rndc.mak",
|
||||
"../bin/tools/win32/journalprint.dsp",
|
||||
"../bin/tools/win32/journalprint.mak",
|
||||
"../lib/bind9/win32/libbind9.dsp",
|
||||
"../lib/bind9/win32/libbind9.mak",
|
||||
"../lib/dns/win32/libdns.dsp",
|
||||
|
|
|
|||
Loading…
Reference in a new issue