]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2240] release changes
authorWlodek Wencel <wlodek@isc.org>
Tue, 14 Dec 2021 11:22:00 +0000 (12:22 +0100)
committerWlodek Wencel <wlodek@isc.org>
Tue, 14 Dec 2021 11:22:00 +0000 (12:22 +0100)
ChangeLog
configure.ac
src/bin/d2/d2.dox
src/lib/asiodns/io_fetch.h
src/lib/d2srv/Makefile.am

index 5e80318afc7fe4249663372a40e5d8cdc9418968..1a1707c25983eeee14515a66a6ddb6b061ec808d 100644 (file)
--- 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)
index a576580b07b19c0a1ea147a0550d0221d1b4c1ba..58d6ce4d48e1140bc67bd8b033877bae7bee76ea 100644 (file)
@@ -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
index 8a41e523dd9346588c707a2dda15d88b8a9b51fd..ae0ef4033fbbe3bb77a70bd1a360d8f72267f895 100644 (file)
@@ -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
index 0b67e74d5ddeaf2d5ebe7f42d10a2ae8509aa8fc..9a88ffd9f0147e304d70b9b09c414beed51ae547 100644 (file)
@@ -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
index e457d2a4e277677bc44831552ef2c73c6a4113fe..3adff2fd4de0c7a43a02132969b3e1d221da9453 100644 (file)
@@ -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)