+Kea 2.0.1 (stable) released on December 15, 2021
+
1954. [build] razvan
Library version numbers bumped for Kea 2.0.1 stable version.
(Gitlab #2234)
# For released versions, this is in x.y.z format.
# For GIT versions, this is x.y.z-git, where x.y.z denotes the next development
# version that is worked on and that is to be released.
-AC_INIT(kea,2.0.0-git, kea-dev@lists.isc.org)
+AC_INIT(kea,2.0.1-git, kea-dev@lists.isc.org)
AC_CONFIG_SRCDIR(README)
# serial-tests is not available in automake version before 1.13, so
-// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2021 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
-// Copyright (C) 2010-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2021 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
libkea_d2srv_la_SOURCES += d2_zone.cc d2_zone.h
libkea_d2srv_la_SOURCES += dns_client.cc dns_client.h
libkea_d2srv_la_SOURCES += nc_trans.cc nc_trans.h
-EXTRA_DIST += d2_messages.mes
+EXTRA_DIST += d2srv.dox d2_messages.mes
libkea_d2srv_la_CXXFLAGS = $(AM_CXXFLAGS)
libkea_d2srv_la_CPPFLAGS = $(AM_CPPFLAGS)