From: Wlodek Wencel Date: Mon, 23 Mar 2015 10:58:26 +0000 (+0100) Subject: [kea-0.9.1] ChangeLog and configure.ac updates for upcoming release X-Git-Tag: kea-0.9.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe68e27195ec08ec2595ce059e194b492e966503;p=thirdparty%2Fkea.git [kea-0.9.1] ChangeLog and configure.ac updates for upcoming release --- diff --git a/ChangeLog b/ChangeLog index f971e3dc91..7a2ea832ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +Kea 0.9.1 released on March 31, 2015 919. [doc] stephen Corrected some configuration examples in the documentation. (Trac #3772 git e9f084525bc1eec1cca635c00f33228bf7fac6a4) @@ -77,7 +78,7 @@ 906. [doc] tmark Added description of a restriction on extracting a MAC address from an IPv6 link-local address to the Kea - Adminstrator Reference, section 8.8, item "ipv6-link-local". + Administrator Reference, section 8.8, item "ipv6-link-local". (Trac #3691, git ca9f5541cb36f815ac614c5c21088d545eafcac6) 905. [func] marcin @@ -131,7 +132,7 @@ Kea 0.9.1beta released on February 18, 2015 898. [func] marcin The DHCPv4 server configuration allows for opening multiple sockets on a single interface with multiple IPv4 addresses - assigned. This facilitates to use case when different relay + assigned. This facilitates the use case when different relay agents send messages to different addresses on the interface. (Trac #3695, git 3116243706a2dbcae3f9b5b3af9d2241a07b9ab2) diff --git a/configure.ac b/configure.ac index 8fbcad25e3..a2b0dafd3a 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-beta-git, kea-dev@lists.isc.org) +AC_INIT(kea, 0.9.1, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so