]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] ChangeLog, copyright years updated.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 11 Jan 2018 14:51:17 +0000 (15:51 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 11 Jan 2018 14:51:17 +0000 (15:51 +0100)
AUTHORS
ChangeLog
src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc
src/lib/dhcpsrv/tests/generic_host_data_source_unittest.h

diff --git a/AUTHORS b/AUTHORS
index 469507c716ae1548f36626c18ed2b4fc0f33311d..7596b47aba286f5060b07594fc0bde3624fe06da 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -105,6 +105,7 @@ We have received the following contributions:
  - Razvan Becheriu, Qualitance
    2016-05: Added support for Cassandra
    2017-12: Significant update for Cassandra backend
+   2018-01: Host reservations for Cassandra
 
  - Patrik Lundin
    2016-07: Replace test by expr for < in configure.ac
@@ -130,6 +131,7 @@ We have received the following contributions:
    2017-02: Improved PgSQL backend version handling
    2017-02: Numerous spelling mistakes
    2017-12: Significant update for Cassandra backend
+   2018-01: Host reservations for Cassandra
 
  - Vincent Legout
    2016-11: Fixed serveral spelling mistakes
index 08d36b4849bf4f0973c8a922fafde5fb8e1b7c4c..6ddb6ed1764c64d41a5c1df43cd079e8343a43ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1342.  [func]          andrei, razvan
+       Support for host reservations stored in Cassandra added. The core
+       functionality was added. There are some limitations (delete,
+       client classes, fixed DHCPv4 fields, statistics recount, etc.)
+       These will be addressed in upcoming tickets.
+       (github #37, git e37606fd2d0c02234a55f7445c52a12b2e7a82ec)
+
 1343.  [func]          fdupont
        User-context and comments are now supported in many new scopes:
        global, shared-network, subnet, pool, host reservation, option,
index adcec08d21b358dfef39153b8939d96845c01345..40fd9b3cb9c6ff4c6d2d7dda6d7427c2b7b55fdc 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 dc59d97de94cda0d206dbee1565219e9bc733d36..e266dec1d1a3885f0b195a8e2f25ca2bd4cb0a6b 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