]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3173] bump up library versions for 2.5.4 release
authorRazvan Becheriu <razvan@isc.org>
Mon, 27 Nov 2023 16:00:13 +0000 (18:00 +0200)
committerRazvan Becheriu <razvan@isc.org>
Mon, 27 Nov 2023 16:00:59 +0000 (18:00 +0200)
ChangeLog
src/lib/dhcp/Makefile.am
src/lib/hooks/Makefile.am
src/lib/hooks/hooks.h
src/lib/util/Makefile.am

index fe94fec6ea3e2810856d701378cac71ab697a6c7..269e49449e68f3c26119a6d20c1d5f08eba26bdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2193.  [build]         razvan
+       The library version numbers have been bumped up for the Kea 2.5.4
+       development release.
+       (Gitlab #3173)
+
 2192.  [func]          razvan
        The packet logging is now more consistent between DHCPv4 and
        DHCPv6. Also, extra details are now logged.
index 59c767244599f3df1d74ac5f876995134688d3ad..c1c3f896094ad9291821ea823d9b378450c2193e 100644 (file)
@@ -86,7 +86,7 @@ libkea_dhcp___la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
 libkea_dhcp___la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
 libkea_dhcp___la_LIBADD += $(BOOST_LIBS)
 libkea_dhcp___la_LIBADD += $(CRYPTO_LIBS)
-libkea_dhcp___la_LDFLAGS  = -no-undefined -version-info 84:0:0
+libkea_dhcp___la_LDFLAGS  = -no-undefined -version-info 85:0:0
 libkea_dhcp___la_LDFLAGS += $(CRYPTO_LDFLAGS)
 
 EXTRA_DIST  = README libdhcp++.dox
index e0119400e2069703ee1caec085c8ff714fa5bd26..2d1fe5b8ba82e307fe7fd0dc2e10d353bd50163f 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 91:0:0
+libkea_hooks_la_LDFLAGS  = $(AM_LDFLAGS) -no-undefined -version-info 92:0:0
 libkea_hooks_la_LIBADD  = $(top_builddir)/src/lib/cc/libkea-cc.la
 libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la
 libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/log/libkea-log.la
index 73e1a12da4787feb4cca4a5a78a34569fa57e259..e27a2e50cdf093c73246a0c1c12c3dd37a3bcc4a 100644 (file)
@@ -12,8 +12,8 @@
 
 namespace {
 
-// Version 20503 of the hooks framework, set for Kea 2.5.3
-const int KEA_HOOKS_VERSION = 20503;
+// Version 20504 of the hooks framework, set for Kea 2.5.4
+const int KEA_HOOKS_VERSION = 20504;
 
 // Names of the framework functions.
 const char* const LOAD_FUNCTION_NAME = "load";
index c0a7ee45d590028f1f1fa39f1e79629aba5b3543..49e424c8eccf1acee7971b72598115e71943be18 100644 (file)
@@ -50,7 +50,7 @@ libkea_util_la_SOURCES += encode/utf8.cc encode/utf8.h
 
 libkea_util_la_LIBADD = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
 
-libkea_util_la_LDFLAGS  = -no-undefined -version-info 79:0:0
+libkea_util_la_LDFLAGS  = -no-undefined -version-info 80:0:0
 
 EXTRA_DIST = util.dox