From: Wlodek Wencel Date: Wed, 16 Dec 2015 13:12:18 +0000 (+0100) Subject: [kea-0.9.1-release] release version change X-Git-Tag: kea-0.9.1-P1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fkea-0.9.1-release;p=thirdparty%2Fkea.git [kea-0.9.1-release] release version change --- diff --git a/ChangeLog b/ChangeLog index 89b59b4b1d..ab49b6344a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ +Kea 0.9.1-P1 released on December 22, 2015 + 920. [bug] tomek Improved handling of incoming packets with invalid client-id and DUID. (Trac #4206_0.9.1, git 893cf1b3a0ba4a8104a8a1d23303cf2aa8a75ec3) Kea 0.9.1 released on March 31, 2015 + 919. [doc] stephen Corrected some configuration examples in the documentation. (Trac #3772 git e9f084525bc1eec1cca635c00f33228bf7fac6a4) diff --git a/configure.ac b/configure.ac index a2b0dafd3a..8776250531 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.1, kea-dev@lists.isc.org) +AC_INIT(kea, 0.9.1-P1, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so