mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 16:47:31 -04:00
9.5.0a3
This commit is contained in:
parent
fedc63915d
commit
25820cf1d1
2 changed files with 5 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
--- 9.5.0a3 released ---
|
||||
|
||||
2166. [bug] When running in batch mode, dig could misinterpret
|
||||
a server address as a name to be looked up, causing
|
||||
unexpected output. [RT #16743]
|
||||
|
|
|
|||
4
version
4
version
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: version,v 1.32 2007/03/06 01:30:03 marka Exp $
|
||||
# $Id: version,v 1.33 2007/04/03 23:28:00 each Exp $
|
||||
#
|
||||
# This file must follow /bin/sh rules. It is imported directly via
|
||||
# configure.
|
||||
|
|
@ -7,4 +7,4 @@ MAJORVER=9
|
|||
MINORVER=5
|
||||
PATCHVER=0
|
||||
RELEASETYPE=a
|
||||
RELEASEVER=2
|
||||
RELEASEVER=3
|
||||
|
|
|
|||
Loading…
Reference in a new issue