]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[kea-0.9.1] ChangeLog and configure.ac updates for upcoming release
authorWlodek Wencel <wlodek@isc.org>
Mon, 23 Mar 2015 10:58:26 +0000 (11:58 +0100)
committerWlodek Wencel <wlodek@isc.org>
Mon, 23 Mar 2015 10:58:26 +0000 (11:58 +0100)
ChangeLog
configure.ac

index f971e3dc91e04576796408bf59c630e4a0505d2a..7a2ea832ff1264ecc8c7cadf873370f5c9461239 100644 (file)
--- 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)
 
index 8fbcad25e3380add327b238be887966517dfb111..a2b0dafd3a2e642f86b461d14c0749545232d6d2 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-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