File tree 10 files changed +15
-9
lines changed 10 files changed +15
-9
lines changed Original file line number Diff line number Diff line change
1
+ 2309. [build] mgodzina
2
+ The library version numbers have been bumped up for the Kea 2.7.5
3
+ development release.
4
+ (Gitlab #3695)
5
+
1
6
2308. [bug] marcin
2
7
Prevent the servers from returning to HA maintenance
3
8
states after receiving the ha-maintenance-cancel command
Original file line number Diff line number Diff line change
1
+ Subproject commit 7a69705673f8aa5dd3b3b61d7612afa7b0f876cc
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ libkea_cfgclient_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
36
36
libkea_cfgclient_la_LIBADD += $(top_builddir ) /src/lib/exceptions/libkea-exceptions.la
37
37
libkea_cfgclient_la_LIBADD += $(LOG4CPLUS_LIBS ) $(CRYPTO_LIBS ) $(BOOST_LIBS )
38
38
39
- libkea_cfgclient_la_LDFLAGS = -no-undefined -version-info 78 :0:0
39
+ libkea_cfgclient_la_LDFLAGS = -no-undefined -version-info 79 :0:0
40
40
libkea_cfgclient_la_LDFLAGS += $(CRYPTO_LDFLAGS )
41
41
42
42
# The message file should be in the distribution.
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ libkea_dhcp___la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
87
87
libkea_dhcp___la_LIBADD += $(top_builddir ) /src/lib/exceptions/libkea-exceptions.la
88
88
libkea_dhcp___la_LIBADD += $(BOOST_LIBS )
89
89
libkea_dhcp___la_LIBADD += $(CRYPTO_LIBS )
90
- libkea_dhcp___la_LDFLAGS = -no-undefined -version-info 104 :0:0
90
+ libkea_dhcp___la_LDFLAGS = -no-undefined -version-info 105 :0:0
91
91
libkea_dhcp___la_LDFLAGS += $(CRYPTO_LDFLAGS )
92
92
93
93
EXTRA_DIST = README libdhcp++.dox
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
198
198
libkea_dhcpsrv_la_LIBADD += $(top_builddir ) /src/lib/exceptions/libkea-exceptions.la
199
199
libkea_dhcpsrv_la_LIBADD += $(LOG4CPLUS_LIBS ) $(CRYPTO_LIBS ) $(BOOST_LIBS )
200
200
201
- libkea_dhcpsrv_la_LDFLAGS = -no-undefined -version-info 123 :0:0
201
+ libkea_dhcpsrv_la_LDFLAGS = -no-undefined -version-info 124 :0:0
202
202
libkea_dhcpsrv_la_LDFLAGS += $(CRYPTO_LDFLAGS )
203
203
204
204
# The message file should be in the distribution
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ libkea_hooks_la_SOURCES += hooks_messages.cc hooks_messages.h
38
38
39
39
libkea_hooks_la_CXXFLAGS = $(AM_CXXFLAGS )
40
40
libkea_hooks_la_CPPFLAGS = $(AM_CPPFLAGS )
41
- libkea_hooks_la_LDFLAGS = -no-undefined -version-info 112 :0:0
41
+ libkea_hooks_la_LDFLAGS = -no-undefined -version-info 113 :0:0
42
42
libkea_hooks_la_LDFLAGS += $(AM_LDFLAGS )
43
43
libkea_hooks_la_LIBADD = $(top_builddir ) /src/lib/cc/libkea-cc.la
44
44
libkea_hooks_la_LIBADD += $(top_builddir ) /src/lib/asiolink/libkea-asiolink.la
Original file line number Diff line number Diff line change 12
12
13
13
namespace {
14
14
15
- // Version 20704 of the hooks framework, set for Kea 2.7.4
16
- const int KEA_HOOKS_VERSION = 20704 ;
15
+ // Version 20705 of the hooks framework, set for Kea 2.7.5
16
+ const int KEA_HOOKS_VERSION = 20705 ;
17
17
18
18
// Names of the framework functions.
19
19
const char * const LOAD_FUNCTION_NAME = " load" ;
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ libkea_http_la_SOURCES += cfg_http_header.h cfg_http_header.cc
48
48
libkea_http_la_CXXFLAGS = $(AM_CXXFLAGS )
49
49
libkea_http_la_CPPFLAGS = $(AM_CPPFLAGS )
50
50
libkea_http_la_LDFLAGS = $(AM_LDFLAGS )
51
- libkea_http_la_LDFLAGS += -no-undefined -version-info 83 :0:0
51
+ libkea_http_la_LDFLAGS += -no-undefined -version-info 84 :0:0
52
52
53
53
libkea_http_la_LIBADD = $(top_builddir ) /src/lib/dhcp/libkea-dhcp++.la
54
54
libkea_http_la_LIBADD += $(top_builddir ) /src/lib/hooks/libkea-hooks.la
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ libkea_mysql_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
22
22
libkea_mysql_la_LIBADD += $(top_builddir ) /src/lib/exceptions/libkea-exceptions.la
23
23
libkea_mysql_la_LIBADD += $(LOG4CPLUS_LIBS ) $(BOOST_LIBS ) $(CRYPTO_LIBS )
24
24
25
- libkea_mysql_la_LDFLAGS = -no-undefined -version-info 83 :0:0
25
+ libkea_mysql_la_LDFLAGS = -no-undefined -version-info 84 :0:0
26
26
27
27
libkea_mysql_la_LDFLAGS += $(MYSQL_LIBS )
28
28
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ libkea_pgsql_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
22
22
libkea_pgsql_la_LIBADD += $(top_builddir ) /src/lib/exceptions/libkea-exceptions.la
23
23
libkea_pgsql_la_LIBADD += $(LOG4CPLUS_LIBS ) $(BOOST_LIBS ) $(CRYPTO_LIBS )
24
24
25
- libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 83 :0:0
25
+ libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 84 :0:0
26
26
27
27
libkea_pgsql_la_LDFLAGS += $(PGSQL_LIBS )
28
28
You can’t perform that action at this time.
0 commit comments