]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] copyright dates, and versions updated for 1.4.0 release
authorWlodek Wencel <wlodek@isc.org>
Thu, 14 Jun 2018 14:32:19 +0000 (16:32 +0200)
committerWlodek Wencel <wlodek@isc.org>
Thu, 14 Jun 2018 14:32:19 +0000 (16:32 +0200)
ChangeLog
configure.ac
src/lib/config/command_mgr.h
src/lib/config/config_messages.mes
src/lib/http/connection.h

index d19a6f1d2c392d0f0da9da07653c79282cc8391f..d2a31d4cabe1364f4edbc1700d286ed5b9c776d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Kea 1.4.0 released on June 15, 2018
+
 1427.  [bug]           marcin
        Resolved multiple problems causing slow synchronization of
        leases in the HA hooks library, including adjusting
index 634bc9708598acbfb0b9a39fa9358f4c7e358f75..00842da9bce555bd029cebe8b204803d75cd4167 100644 (file)
@@ -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.4.0-beta-git, kea-dev@lists.isc.org)
+AC_INIT(kea,1.4.0-git, kea-dev@lists.isc.org)
 AC_CONFIG_SRCDIR(README)
 
 # serial-tests is not available in automake version before 1.13, so
index 2559d04638d1a576a924ed905abf0a36b88fe643..f4ba6c1c05fb584844abfdce6d85e44b38619fc9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2018 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 bcab44673839a0cc1867872a18e4fd2537d79444..dffc259c5d68210e3e2ba4bb9951e475507ac5d9 100644 (file)
@@ -114,4 +114,4 @@ manager as it happens when the connection is being terminated.
 This error message is issued when the command manager was unable to set
 ready status after scheduling asynchronous send. This is programmatic error
 that should be reported. The command manager may or may not continue
-to operate correctly.
\ No newline at end of file
+to operate correctly.
index 9f9b4ea033f376538e31816134c6e7f3a895770d..c8800a13f597656a2fdbf360b94382b9fcafa298 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2018 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