From: Razvan Becheriu Date: Wed, 9 Jul 2025 12:51:35 +0000 (+0300) Subject: [#4001] updated version X-Git-Tag: Kea-2.6.4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3206789dcd3fb40f7746dcab9bb5e5ca5b80b2f9;p=thirdparty%2Fkea.git [#4001] updated version --- diff --git a/ChangeLog b/ChangeLog index 872c3b9916..9ecca73e9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2368. [bug] razvan +2268. [bug] razvan Fix error handling when detecting a global reservation for the client and global reservatons are explicitly disabled in the configuration. diff --git a/configure.ac b/configure.ac index acf25e6600..4cedce9c5c 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.69]) # For released versions, this is in x.y.z format. # For GIT versions, this is x.y.z-git, where x.y.z denotes the next development # version that is worked on and that is to be released. -AC_INIT(kea, 2.6.3-git, kea-dev@lists.isc.org) +AC_INIT(kea, 2.6.4-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so