mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 22:40:04 -04:00
9.6-ESV-R6rc2
This commit is contained in:
parent
67a03c0c6a
commit
c8c414098c
2 changed files with 4 additions and 4 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
--- 9.6-ESV-R6rc2 released ---
|
||||
|
||||
3284. [bug] Address race conditions with the handling of
|
||||
rbtnode.deadlink. [RT #27738]
|
||||
|
||||
|
|
@ -15,8 +17,6 @@
|
|||
3374. [bug] Log when a zone is not reusable. Only set loadtime
|
||||
on successful loads. [RT #27650]
|
||||
|
||||
--- 9.6-ESV-R6 released ---
|
||||
|
||||
3268. [bug] Convert RRSIG expiry times to 64 timestamps to work
|
||||
out the earliest expiry time. [RT #23311]
|
||||
|
||||
|
|
|
|||
4
version
4
version
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: version,v 1.43.12.18 2012/01/27 04:58:27 marka Exp $
|
||||
# $Id: version,v 1.43.12.19 2012/02/15 10:10:21 marka Exp $
|
||||
#
|
||||
# This file must follow /bin/sh rules. It is imported directly via
|
||||
# configure.
|
||||
|
|
@ -7,4 +7,4 @@ MAJORVER=9
|
|||
MINORVER=6
|
||||
PATCHVER=
|
||||
RELEASETYPE=-ESV
|
||||
RELEASEVER=-R6
|
||||
RELEASEVER=-R6rc2
|
||||
|
|
|
|||
Loading…
Reference in a new issue