]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] ChangeLog, AUTHORS updated after github 55 merge
authorTomek Mrugalski <tomasz@isc.org>
Wed, 14 Feb 2018 13:51:01 +0000 (13:51 +0000)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 14 Feb 2018 13:51:01 +0000 (13:51 +0000)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index 8525be933ed33ab39c3d0e963f8df4ebec4c3245..067fb79ca2dfa8b65d5eef7d6570edc254e03c86 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -108,7 +108,7 @@ We have received the following contributions:
    2018-01: Host reservations for Cassandra
    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)
 
  - Patrik Lundin
    2016-07: Replace test by expr for < in configure.ac
@@ -140,6 +140,7 @@ We have received the following contributions:
    2018-02: Documentation upgraded to DocBook 5.0
    2018-02: --with-dhcp-XXX renamed to --with-XXX
    2018-02: Support for Google benchmark added (github 36)
+   2018-02: exit-wait-time param added to perfdhcp (github 55)
 
  - Vincent Legout
    2016-11: Fixed serveral spelling mistakes
index 41d535843796fcd4fcbaaa8397cf40fb33e4da80..ce67e178b0423c4db7a1b01adce27bd94c3bd327 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+1360.  [func]          razvan, andrei
+       A new parameter exit-wait-time has been added to perfdhcp. It is
+       now possible to tell perfdhcp to wait certain amount of time after
+       exit conditions are met before actuallying terminating.
+       (github #55, git 0cd1178ae092fa0c2f122d0e16fb673b4074a6e6)
+
 1359.  [func]          razvan, andrei, tomek
        Support for Google Benchmark has been added. To compile
        benchmarking support, please use --with-benchmark option.
-       (Github 36, git tbd)
+       (Github #36, git d6819971410b460d7742c762844e2e75ba580944)
 
 1358.  [build,bug]     fdupont
        Cassandra build fixes for macOS.