mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:20:00 -04:00
Release 9.5.0b1
This commit is contained in:
parent
082e0ef4e3
commit
8957a18df8
2 changed files with 5 additions and 3 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
--- 9.5.0b1 released ---
|
||||
|
||||
2261. [bug] Fix memory leak with "any" and "none" ACLs [RT #17272]
|
||||
|
||||
2260. [bug] Reported wrong clients-per-query when increasing the
|
||||
|
|
|
|||
6
version
6
version
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: version,v 1.37 2007/09/27 02:56:01 each Exp $
|
||||
# $Id: version,v 1.38 2007/11/19 23:33:19 each Exp $
|
||||
#
|
||||
# This file must follow /bin/sh rules. It is imported directly via
|
||||
# configure.
|
||||
|
|
@ -6,5 +6,5 @@
|
|||
MAJORVER=9
|
||||
MINORVER=5
|
||||
PATCHVER=0
|
||||
RELEASETYPE=a
|
||||
RELEASEVER=7
|
||||
RELEASETYPE=b
|
||||
RELEASEVER=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue