diff options
| author | Wlodek Wencel <wlodek@isc.org> | 2015-12-16 14:46:21 +0100 |
|---|---|---|
| committer | Wlodek Wencel <wlodek@isc.org> | 2015-12-16 14:46:21 +0100 |
| commit | 4246b29c5805534c31142ee6388dcba7d93eb24f (patch) | |
| tree | 813d89b1a6e954a93064348341e90a43df617f72 | |
| parent | afcbbda770ef98b1c1d1900d49675ac68e554d00 (diff) | |
[v1_0_0] release version changeKea-1.0.0-beta2
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rwxr-xr-x | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Kea 1.0.0-beta2 released on December 22, 2015 + 1069. [bug] tomek Improved handling of incoming packets with invalid client-id and DUID. diff --git a/configure.ac b/configure.ac index b24f391451..ad0dd246f1 100755 --- 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-git, kea-dev@lists.isc.org) +AC_INIT(kea, 1.0.0-beta2, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |
