mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
committed by
Razvan Becheriu
parent
07ee474dd6
commit
a818e85bc0
@@ -1,6 +1,10 @@
|
||||
|
||||
Kea 1.7.10 (development) released on Jul 29, 2020
|
||||
|
||||
1778. [build] tmark
|
||||
Library version numbers bumped for release.
|
||||
(Gitlab #1346)
|
||||
|
||||
1778. [func]* fdupont
|
||||
Changed the order of subnets to follow ascending subnet identifier.
|
||||
(Gitlab #1265)
|
||||
|
@@ -29,7 +29,7 @@ libkea_database_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
|
||||
libkea_database_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
|
||||
libkea_database_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS)
|
||||
|
||||
libkea_database_la_LDFLAGS = -no-undefined -version-info 6:0:0
|
||||
libkea_database_la_LDFLAGS = -no-undefined -version-info 6:0:1
|
||||
|
||||
# If we want to get rid of all generated messages files, we need to use
|
||||
# make maintainer-clean. The proper way to introduce custom commands for
|
||||
|
@@ -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 15:0:1
|
||||
libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 15:0:0
|
||||
libkea_hooks_la_LIBADD =
|
||||
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/cc/libkea-cc.la
|
||||
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la
|
||||
|
@@ -10,7 +10,7 @@ libkea_stats_la_SOURCES += context.h context.cc
|
||||
libkea_stats_la_SOURCES += stats_mgr.h stats_mgr.cc
|
||||
|
||||
libkea_stats_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libkea_stats_la_LDFLAGS = -no-undefined -version-info 7:0:0
|
||||
libkea_stats_la_LDFLAGS = -no-undefined -version-info 7:0:1
|
||||
|
||||
libkea_stats_la_LIBADD = $(top_builddir)/src/lib/cc/libkea-cc.la
|
||||
libkea_stats_la_LIBADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la
|
||||
|
@@ -47,7 +47,7 @@ libkea_util_la_SOURCES += random/random_number_generator.h
|
||||
|
||||
libkea_util_la_LIBADD = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
|
||||
|
||||
libkea_util_la_LDFLAGS = -no-undefined -version-info 15:0:1
|
||||
libkea_util_la_LDFLAGS = -no-undefined -version-info 15:0:0
|
||||
|
||||
EXTRA_DIST = util.dox
|
||||
|
||||
|
Reference in New Issue
Block a user