Commit fe4e7c8 Razvan Becheriu
committed
1 parent 2be7010 commit fe4e7c8 Copy full SHA for fe4e7c8
File tree 12 files changed +17
-12
lines changed
12 files changed +17
-12
lines changed Original file line number Diff line number Diff line change
1
+ 2268. [build] ravan
2
+ The library version numbers have been bumped up for the Kea 2.7.1
3
+ development release.
4
+ (Gitlab #3515)
5
+
1
6
2267. [bug] tmark
2
7
Corrected an issue in MySQL config back end that
3
8
causes preferred life time values to be overwritten
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ EXTRA_DIST += asiodns_messages.mes
13
13
14
14
lib_LTLIBRARIES = libkea-asiodns.la
15
15
16
- libkea_asiodns_la_LDFLAGS = -no-undefined -version-info 58 :0:0
16
+ libkea_asiodns_la_LDFLAGS = -no-undefined -version-info 59 :0:0
17
17
18
18
libkea_asiodns_la_SOURCES = io_fetch.cc io_fetch.h
19
19
libkea_asiodns_la_SOURCES += logger.h logger.cc
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ libkea_d2srv_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
45
45
libkea_d2srv_la_LIBADD += $(top_builddir ) /src/lib/exceptions/libkea-exceptions.la
46
46
libkea_d2srv_la_LIBADD += $(LOG4CPLUS_LIBS ) $(CRYPTO_LIBS ) $(BOOST_LIBS )
47
47
48
- libkea_d2srv_la_LDFLAGS = -no-undefined -version-info 57 :0:0
48
+ libkea_d2srv_la_LDFLAGS = -no-undefined -version-info 58 :0:0
49
49
libkea_d2srv_la_LDFLAGS += $(AM_LDFLAGS ) $(CRYPTO_LDFLAGS )
50
50
51
51
# If we want to get rid of all generated messages files, we need to use
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 100 :0:0
90
+ libkea_dhcp___la_LDFLAGS = -no-undefined -version-info 101 :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 @@ -224,7 +224,7 @@ libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
224
224
libkea_dhcpsrv_la_LIBADD += $(top_builddir ) /src/lib/exceptions/libkea-exceptions.la
225
225
libkea_dhcpsrv_la_LIBADD += $(LOG4CPLUS_LIBS ) $(CRYPTO_LIBS ) $(BOOST_LIBS )
226
226
227
- libkea_dhcpsrv_la_LDFLAGS = -no-undefined -version-info 119 :0:0
227
+ libkea_dhcpsrv_la_LDFLAGS = -no-undefined -version-info 120 :0:0
228
228
libkea_dhcpsrv_la_LDFLAGS += $(CRYPTO_LDFLAGS )
229
229
if HAVE_MYSQL
230
230
libkea_dhcpsrv_la_LDFLAGS += $(MYSQL_LIBS )
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 108 :0:0
41
+ libkea_hooks_la_LDFLAGS = -no-undefined -version-info 109 :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 20700 of the hooks framework, set for Kea 2.7.0
16
- const int KEA_HOOKS_VERSION = 20700 ;
15
+ // Version 20701 of the hooks framework, set for Kea 2.7.1
16
+ const int KEA_HOOKS_VERSION = 20701 ;
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 @@ -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 )
24
24
25
- libkea_mysql_la_LDFLAGS = -no-undefined -version-info 80 :0:0
25
+ libkea_mysql_la_LDFLAGS = -no-undefined -version-info 81 :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 )
24
24
25
- libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 80 :0:0
25
+ libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 81 :0:0
26
26
27
27
libkea_pgsql_la_LDFLAGS += $(PGSQL_LIBS )
28
28
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ libkea_process_la_SOURCES += redact_config.cc redact_config.h
33
33
libkea_process_la_CXXFLAGS = $(AM_CXXFLAGS )
34
34
libkea_process_la_CPPFLAGS = $(AM_CPPFLAGS )
35
35
libkea_process_la_LDFLAGS = $(AM_LDFLAGS )
36
- libkea_process_la_LDFLAGS += -no-undefined -version-info 82 :0:0
36
+ libkea_process_la_LDFLAGS += -no-undefined -version-info 83 :0:0
37
37
38
38
libkea_process_la_LIBADD = $(top_builddir ) /src/lib/process/cfgrpt/libcfgrpt.la
39
39
libkea_process_la_LIBADD += $(top_builddir ) /src/lib/config/libkea-cfgclient.la
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ libkea_tcp_la_SOURCES += tcp_stream_msg.cc tcp_stream_msg.h
24
24
libkea_tcp_la_CXXFLAGS = $(AM_CXXFLAGS )
25
25
libkea_tcp_la_CPPFLAGS = $(AM_CPPFLAGS )
26
26
libkea_tcp_la_LDFLAGS = $(AM_LDFLAGS )
27
- libkea_tcp_la_LDFLAGS += -no-undefined -version-info 29 :0:0
27
+ libkea_tcp_la_LDFLAGS += -no-undefined -version-info 30 :0:0
28
28
29
29
libkea_tcp_la_LIBADD = $(top_builddir ) /src/lib/hooks/libkea-hooks.la
30
30
libkea_tcp_la_LIBADD += $(top_builddir ) /src/lib/cc/libkea-cc.la
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ libkea_util_la_SOURCES += encode/utf8.cc encode/utf8.h
44
44
45
45
libkea_util_la_LIBADD = $(top_builddir ) /src/lib/exceptions/libkea-exceptions.la
46
46
47
- libkea_util_la_LDFLAGS = -no-undefined -version-info 94 :0:0
47
+ libkea_util_la_LDFLAGS = -no-undefined -version-info 95 :0:0
48
48
49
49
EXTRA_DIST = util.dox
50
50
You can’t perform that action at this time.
0 commit comments