mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
[#3430] bump up library versions for 2.6.0 release
This commit is contained in:
parent
d86b086e8f
commit
e952797723
@ -1,3 +1,8 @@
|
||||
2247. [build] razvan
|
||||
The library version numbers have been bumped up for the Kea 2.6.0
|
||||
stable release.
|
||||
(Gitlab #3430)
|
||||
|
||||
2246. [bug] razvan
|
||||
Permit configuring pool-id in pd-pools.
|
||||
(Gitlab #3424)
|
||||
|
@ -22,7 +22,7 @@ libkea_cc_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
|
||||
libkea_cc_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
|
||||
libkea_cc_la_LIBADD += $(BOOST_LIBS)
|
||||
|
||||
libkea_cc_la_LDFLAGS = -no-undefined -version-info 67:0:0
|
||||
libkea_cc_la_LDFLAGS = -no-undefined -version-info 68:0:0
|
||||
|
||||
# Specify the headers for copying into the installation directory tree.
|
||||
libkea_cc_includedir = $(pkgincludedir)/cc
|
||||
|
@ -224,7 +224,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 107:0:0
|
||||
libkea_dhcpsrv_la_LDFLAGS = -no-undefined -version-info 108:0:0
|
||||
libkea_dhcpsrv_la_LDFLAGS += $(CRYPTO_LDFLAGS)
|
||||
if HAVE_MYSQL
|
||||
libkea_dhcpsrv_la_LDFLAGS += $(MYSQL_LIBS)
|
||||
|
@ -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 96:0:0
|
||||
libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 97: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
|
||||
|
@ -12,8 +12,8 @@
|
||||
|
||||
namespace {
|
||||
|
||||
// Version 20508 of the hooks framework, set for Kea 2.5.8
|
||||
const int KEA_HOOKS_VERSION = 20508;
|
||||
// Version 20600 of the hooks framework, set for Kea 2.6.0
|
||||
const int KEA_HOOKS_VERSION = 20600;
|
||||
|
||||
// Names of the framework functions.
|
||||
const char* const LOAD_FUNCTION_NAME = "load";
|
||||
|
@ -47,7 +47,7 @@ libkea_http_la_SOURCES += basic_auth.cc basic_auth.h
|
||||
libkea_http_la_CXXFLAGS = $(AM_CXXFLAGS)
|
||||
libkea_http_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libkea_http_la_LDFLAGS = $(AM_LDFLAGS)
|
||||
libkea_http_la_LDFLAGS += -no-undefined -version-info 70:0:0
|
||||
libkea_http_la_LDFLAGS += -no-undefined -version-info 71:0:0
|
||||
|
||||
libkea_http_la_LIBADD = $(top_builddir)/src/lib/hooks/libkea-hooks.la
|
||||
libkea_http_la_LIBADD += $(top_builddir)/src/lib/cc/libkea-cc.la
|
||||
|
@ -22,7 +22,7 @@ libkea_mysql_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
|
||||
libkea_mysql_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
|
||||
libkea_mysql_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS)
|
||||
|
||||
libkea_mysql_la_LDFLAGS = -no-undefined -version-info 68:0:0
|
||||
libkea_mysql_la_LDFLAGS = -no-undefined -version-info 69:0:0
|
||||
|
||||
libkea_mysql_la_LDFLAGS += $(MYSQL_LIBS)
|
||||
|
||||
|
@ -22,7 +22,7 @@ libkea_pgsql_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
|
||||
libkea_pgsql_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
|
||||
libkea_pgsql_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS)
|
||||
|
||||
libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 68:0:0
|
||||
libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 69:0:0
|
||||
|
||||
libkea_pgsql_la_LDFLAGS += $(PGSQL_LIBS)
|
||||
|
||||
|
@ -50,7 +50,7 @@ libkea_yang_la_LIBADD += $(LIBYANGCPP_LIBS)
|
||||
libkea_yang_la_LIBADD += $(SYSREPO_LIBS)
|
||||
libkea_yang_la_LIBADD += $(SYSREPOCPP_LIBS)
|
||||
|
||||
libkea_yang_la_LDFLAGS = -no-undefined -version-info 60:0:0
|
||||
libkea_yang_la_LDFLAGS = -no-undefined -version-info 61:0:0
|
||||
|
||||
# Specify the headers for copying into the installation directory tree.
|
||||
libkea_yang_includedir = $(pkgincludedir)/yang
|
||||
|
@ -5857,6 +5857,10 @@ UPDATE schema_version
|
||||
-- Add subnet id and address index for lease6.
|
||||
CREATE INDEX lease6_by_subnet_id_address ON lease6 (subnet_id, address ASC);
|
||||
|
||||
-- Update the schema version number.
|
||||
UPDATE schema_version
|
||||
SET version = '21', minor = '0';
|
||||
|
||||
-- This line concludes the schema upgrade to version 21.0.
|
||||
|
||||
-- This line starts the schema upgrade to version 22.0.
|
||||
|
Loading…
x
Reference in New Issue
Block a user