]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2488] bump lib versions for 2.0.4
authorRazvan Becheriu <razvan@isc.org>
Tue, 19 Jul 2022 12:14:37 +0000 (15:14 +0300)
committerRazvan Becheriu <razvan@isc.org>
Tue, 19 Jul 2022 12:14:37 +0000 (15:14 +0300)
ChangeLog
src/lib/dhcpsrv/Makefile.am
src/lib/hooks/Makefile.am
src/lib/hooks/hooks.h

index de0814a7e531d3cb8fa1b6e3978a53ee321b04c1..d57a47b78e808f0ca0d455d3182f3fc9e00c5201 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 1f178611b3a96faa01d86647f707c321d98a237d..2bc6feaccf17fd1b39a9f356947e54eca14956f7 100644 (file)
@@ -226,7 +226,7 @@ libkea_dhcpsrv_la_LIBADD  += $(top_builddir)/src/lib/util/libkea-util.la
 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)
index b18216979fea6a92739e7fc5a709c4484749412c..4c5c0595fd5ea9541831bb900b4fe8ae0d9bc9a9 100644 (file)
@@ -38,7 +38,7 @@ libkea_hooks_la_SOURCES += hooks_messages.cc hooks_messages.h
 
 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
index 90b10a800aceaf12ee525c59c47811edcf82777c..5c9c80a5a58a91b0d312c577a686558fc61b1df1 100644 (file)
@@ -12,8 +12,8 @@
 
 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";