From a7341691820ed95969aa9fde70a74dbf847579b7 Mon Sep 17 00:00:00 2001 From: Wlodek Wencel Date: Wed, 16 Dec 2015 14:37:32 +0100 Subject: [PATCH] [kea-0.9.2-release] release version change --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index afdf69c6c8..dd6487fc10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Kea 0.9.2-P1 released on December 22, 2015 + 989. [bug] tomek Improved handling of incoming packets with invalid client-id and DUID. diff --git a/configure.ac b/configure.ac index ca72449747..08878448b4 100644 --- a/configure.ac +++ b/configure.ac @@ -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.2, kea-dev@lists.isc.org) +AC_INIT(kea, 0.9.2-P1, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so -- 2.47.2