]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] ChangeLog, AUTHORS updated after github70 merge.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 12 Mar 2018 19:07:38 +0000 (19:07 +0000)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 12 Mar 2018 19:07:38 +0000 (19:07 +0000)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index 067fb79ca2dfa8b65d5eef7d6570edc254e03c86..cfdcb815a22f010c93be0484d2f7dbd44bbe2aa5 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -109,6 +109,8 @@ We have received the following contributions:
    2018-01: Various changes (github 54)
    2018-02: Support for Google benchmark added (github 36)
    2018-02: exit-wait-time param added to perfdhcp (github 55)
+   2018-03: Cassandra: host delete, fixed DHCPv4 fields, user contexts,
+            Postgres: hwaddress source, type storage (github 70)
 
  - Patrik Lundin
    2016-07: Replace test by expr for < in configure.ac
index 90dd425001c93416d3022485a463b393953ad936..4a54c8d0cbd42aee06f088aae1eba2a214272065 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
-1373.  [func]          [tmark]
+1374.  [func]          razvan
+       Cassandra backend improvements: get all IPv4 leases, delete
+       hosts, ability to store fixed DHCPv4 fields (next-server,
+       server-hostname, boot-file-name) and user contexts in host
+       reservations. Also, the ability to store MAC address details
+        in DHCPv6 leases on PostgreSQL has been improved.
+       (Github #70, git 8cd0c1ae416be88baf69c2243e83a429d6d5c965)
+       (Trac #5506, git 8cd0c1ae416be88baf69c2243e83a429d6d5c965)
+       (Trac #5507, git 8cd0c1ae416be88baf69c2243e83a429d6d5c965)
+       (Trac #5508, git 8cd0c1ae416be88baf69c2243e83a429d6d5c965)
+       (Trac #4530, git 8cd0c1ae416be88baf69c2243e83a429d6d5c965)
+
+1373.  [func]          tmark
        When encountering errors unpacking vendor specific options,
-       both kea-dhcp4 and kea-dhcp6 will now log the error, skip 
-       unpacking any remaining options, and then attempt to process 
+       both kea-dhcp4 and kea-dhcp6 will now log the error, skip
+       unpacking any remaining options, and then attempt to process
        the packet as is.  Prior to this the servers would log the issue
        and then drop the packet.
        (Trac #5551,    git 59ef33ee17672c55cee4ec86ff59737b361a3c21)