]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[kea-0.9.1-release] release version change kea-0.9.1-release kea-0.9.1-P1
authorWlodek Wencel <wlodek@isc.org>
Wed, 16 Dec 2015 13:12:18 +0000 (14:12 +0100)
committerWlodek Wencel <wlodek@isc.org>
Wed, 16 Dec 2015 13:12:18 +0000 (14:12 +0100)
ChangeLog
configure.ac

index 89b59b4b1d2b33c28aadf36c349852e0dbb857ca..ab49b6344a4c6d2c4a180b194d601e6ea34b89fc 100644 (file)
--- 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)
index a2b0dafd3a2e642f86b461d14c0749545232d6d2..877625053142dba7b04705babe8d5b640d75b92b 100644 (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, 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