-1802. [bug] andrei
+1803. [build] razvan
+ Library version numbers bumped for Kea 1.8.2 stable release
+ version.
+ (Gitlab #1583)
+
+1802. [bug] andrei, razvan
Fix trivial logic error in handling the "lease4-update" command
manifesting itself on v4 if multi-threading is enabled.
Notable affected environment is a HA with the
libkea_cql_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
libkea_cql_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS)
-libkea_cql_la_LDFLAGS = -no-undefined -version-info 3:0:2
+libkea_cql_la_LDFLAGS = -no-undefined -version-info 4:0:0
libkea_cql_la_LDFLAGS += $(CQL_LIBS)
libkea_hooks_la_CXXFLAGS = $(AM_CXXFLAGS)
libkea_hooks_la_CPPFLAGS = $(AM_CPPFLAGS)
-libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 16:0:0
+libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 17:0:0
libkea_hooks_la_LIBADD =
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/cc/libkea-cc.la
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la
namespace {
-// Version 22 of the hooks framework, set for Kea 1.8.1
-const int KEA_HOOKS_VERSION = 22;
+// Version 23 of the hooks framework, set for Kea 1.8.2
+const int KEA_HOOKS_VERSION = 23;
// Names of the framework functions.
const char* const LOAD_FUNCTION_NAME = "load";