From: Michal Nowikowski Date: Tue, 28 May 2019 06:52:24 +0000 (+0200) Subject: updated versions, updated copyright dates, sorted messages X-Git-Tag: Kea-1.6.0-beta~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fccb0cf41015196dd8acea0f08a83e767ef9effa;p=thirdparty%2Fkea.git updated versions, updated copyright dates, sorted messages --- diff --git a/ChangeLog b/ChangeLog index aef9b85251..b87d054229 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Kea 1.6.0-beta released on May 29, 2019 + 1586. [build] razvan, marcin Bumped up libraries version numbers for Kea 1.6.0 beta release. (Gitlab #617,!340, git c0434bf882b6ec483120e39f6b70b5a40fe7c711) diff --git a/configure.ac b/configure.ac index 7788322baf..6cf2bfc347 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.69]) # For GIT versions, this is x.y.z-git, where x.y.z denotes the software # version that was used as a base + changes that were made later, but # are not released yet. -AC_INIT(kea,1.5.0-git, kea-dev@lists.isc.org) +AC_INIT(kea,1.6.0-beta-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/doc/devel/contribute.dox b/doc/devel/contribute.dox index 2e249971d7..1618d7d3b2 100644 --- a/doc/devel/contribute.dox +++ b/doc/devel/contribute.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2019 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/doc/devel/unit-tests.dox b/doc/devel/unit-tests.dox index 730c935d52..853dc00e5c 100644 --- a/doc/devel/unit-tests.dox +++ b/doc/devel/unit-tests.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015-2019 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/doc/guide/classify.xml b/doc/guide/classify.xml index 55412d8910..c677ffdd11 100644 --- a/doc/guide/classify.xml +++ b/doc/guide/classify.xml @@ -1,5 +1,5 @@