File tree 10 files changed +18
-9
lines changed
share/database/scripts/mysql
10 files changed +18
-9
lines changed Original file line number Diff line number Diff line change
1
+ 2247. [build] razvan
2
+ The library version numbers have been bumped up for the Kea 2.6.0
3
+ stable release.
4
+ (Gitlab #3430)
5
+
1
6
2246. [bug] razvan
2
7
Permit configuring pool-id in pd-pools.
3
8
(Gitlab #3424)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ libkea_cc_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
22
22
libkea_cc_la_LIBADD += $(top_builddir ) /src/lib/exceptions/libkea-exceptions.la
23
23
libkea_cc_la_LIBADD += $(BOOST_LIBS )
24
24
25
- libkea_cc_la_LDFLAGS = -no-undefined -version-info 67 :0:0
25
+ libkea_cc_la_LDFLAGS = -no-undefined -version-info 68 :0:0
26
26
27
27
# Specify the headers for copying into the installation directory tree.
28
28
libkea_cc_includedir = $(pkgincludedir ) /cc
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 107 :0:0
227
+ libkea_dhcpsrv_la_LDFLAGS = -no-undefined -version-info 108 :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 = $(AM_LDFLAGS ) -no-undefined -version-info 96 :0:0
41
+ libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS ) -no-undefined -version-info 97 :0:0
42
42
libkea_hooks_la_LIBADD = $(top_builddir ) /src/lib/cc/libkea-cc.la
43
43
libkea_hooks_la_LIBADD += $(top_builddir ) /src/lib/asiolink/libkea-asiolink.la
44
44
libkea_hooks_la_LIBADD += $(top_builddir ) /src/lib/log/libkea-log.la
Original file line number Diff line number Diff line change 12
12
13
13
namespace {
14
14
15
- // Version 20508 of the hooks framework, set for Kea 2.5.8
16
- const int KEA_HOOKS_VERSION = 20508 ;
15
+ // Version 20600 of the hooks framework, set for Kea 2.6.0
16
+ const int KEA_HOOKS_VERSION = 20600 ;
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 @@ -47,7 +47,7 @@ libkea_http_la_SOURCES += basic_auth.cc basic_auth.h
47
47
libkea_http_la_CXXFLAGS = $(AM_CXXFLAGS )
48
48
libkea_http_la_CPPFLAGS = $(AM_CPPFLAGS )
49
49
libkea_http_la_LDFLAGS = $(AM_LDFLAGS )
50
- libkea_http_la_LDFLAGS += -no-undefined -version-info 70 :0:0
50
+ libkea_http_la_LDFLAGS += -no-undefined -version-info 71 :0:0
51
51
52
52
libkea_http_la_LIBADD = $(top_builddir ) /src/lib/hooks/libkea-hooks.la
53
53
libkea_http_la_LIBADD += $(top_builddir ) /src/lib/cc/libkea-cc.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 )
24
24
25
- libkea_mysql_la_LDFLAGS = -no-undefined -version-info 68 :0:0
25
+ libkea_mysql_la_LDFLAGS = -no-undefined -version-info 69 :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 68 :0:0
25
+ libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 69 :0:0
26
26
27
27
libkea_pgsql_la_LDFLAGS += $(PGSQL_LIBS )
28
28
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ libkea_yang_la_LIBADD += $(LIBYANGCPP_LIBS)
50
50
libkea_yang_la_LIBADD += $(SYSREPO_LIBS )
51
51
libkea_yang_la_LIBADD += $(SYSREPOCPP_LIBS )
52
52
53
- libkea_yang_la_LDFLAGS = -no-undefined -version-info 60 :0:0
53
+ libkea_yang_la_LDFLAGS = -no-undefined -version-info 61 :0:0
54
54
55
55
# Specify the headers for copying into the installation directory tree.
56
56
libkea_yang_includedir = $(pkgincludedir ) /yang
Original file line number Diff line number Diff line change @@ -5857,6 +5857,10 @@ UPDATE schema_version
5857
5857
-- Add subnet id and address index for lease6.
5858
5858
CREATE INDEX lease6_by_subnet_id_address ON lease6 (subnet_id, address ASC );
5859
5859
5860
+ -- Update the schema version number.
5861
+ UPDATE schema_version
5862
+ SET version = ' 21' , minor = ' 0' ;
5863
+
5860
5864
-- This line concludes the schema upgrade to version 21.0.
5861
5865
5862
5866
-- This line starts the schema upgrade to version 22.0.
You can’t perform that action at this time.
0 commit comments