2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[kea-0.9.2-beta] ChangeLog and configure.ac updated

This commit is contained in:
Wlodek Wencel 2015-06-22 17:53:03 +02:00
parent f77b0deec1
commit 03a894a14b
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
Kea 0.9.2-beta released on June 30, 2015
967. [doc] tomek
Management API section added in the DHCPv6 chapter of the Kea
User's Guide

View File

@ -7,7 +7,7 @@ AC_PREREQ([2.59])
# For GIT versions, this is x.y.z-git, where x.y.z denotes the software
# version that was used as a base + changes that were made later, but
# are not released yet.
AC_INIT(kea, 0.9.1-git, kea-dev@lists.isc.org)
AC_INIT(kea, 0.9.2-beta, kea-dev@lists.isc.org)
AC_CONFIG_SRCDIR(README)
# serial-tests is not available in automake version before 1.13, so