+1961. [build] razvan
+ Library version numbers bumped for Kea 2.0.3 stable version.
+ (Gitlab #2488)
+
1960. [bug] marcin
A bug in the allocation engine, which caused it to write an
allocated lease under the wrong subnet ID within a shared
libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
libkea_dhcpsrv_la_LIBADD += $(LOG4CPLUS_LIBS) $(CRYPTO_LIBS) $(BOOST_LIBS)
-libkea_dhcpsrv_la_LDFLAGS = -no-undefined -version-info 51:0:0
+libkea_dhcpsrv_la_LDFLAGS = -no-undefined -version-info 52:0:0
libkea_dhcpsrv_la_LDFLAGS += $(CRYPTO_LDFLAGS)
if HAVE_MYSQL
libkea_dhcpsrv_la_LDFLAGS += $(MYSQL_LIBS)
libkea_hooks_la_CXXFLAGS = $(AM_CXXFLAGS)
libkea_hooks_la_CPPFLAGS = $(AM_CPPFLAGS)
-libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 40:0:0
+libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 41: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 20002 of the hooks framework, set for Kea 2.0.2
-const int KEA_HOOKS_VERSION = 20002;
+// Version 20003 of the hooks framework, set for Kea 2.0.3
+const int KEA_HOOKS_VERSION = 20003;
// Names of the framework functions.
const char* const LOAD_FUNCTION_NAME = "load";