From: Wlodek Wencel Date: Tue, 14 Dec 2021 11:22:00 +0000 (+0100) Subject: [#2240] release changes X-Git-Tag: Kea-2.0.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b21f10ca68ef7a9c25cb4429bfe978586c74dec;p=thirdparty%2Fkea.git [#2240] release changes --- diff --git a/ChangeLog b/ChangeLog index 5e80318afc..1a1707c259 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +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) diff --git a/configure.ac b/configure.ac index a576580b07..58d6ce4d48 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.69]) # 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 diff --git a/src/bin/d2/d2.dox b/src/bin/d2/d2.dox index 8a41e523dd..ae0ef4033f 100644 --- a/src/bin/d2/d2.dox +++ b/src/bin/d2/d2.dox @@ -1,4 +1,4 @@ -// 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 diff --git a/src/lib/asiodns/io_fetch.h b/src/lib/asiodns/io_fetch.h index 0b67e74d5d..9a88ffd9f0 100644 --- a/src/lib/asiodns/io_fetch.h +++ b/src/lib/asiodns/io_fetch.h @@ -1,4 +1,4 @@ -// 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 diff --git a/src/lib/d2srv/Makefile.am b/src/lib/d2srv/Makefile.am index e457d2a4e2..3adff2fd4d 100644 --- a/src/lib/d2srv/Makefile.am +++ b/src/lib/d2srv/Makefile.am @@ -22,7 +22,7 @@ libkea_d2srv_la_SOURCES += d2_tsig_key.cc d2_tsig_key.h 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)