summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2018-01-24 13:52:03 +0100
committerTomek Mrugalski <tomasz@isc.org>2018-01-24 13:52:03 +0100
commit5a6665f20c831d61500b6f670ed146b13da78983 (patch)
treeec84decc1a5cc9251e1dac222df5ae4d7ac98f17
parent[github38] Minor tweaks after review. (diff)
downloadkea-5a6665f20c831d61500b6f670ed146b13da78983.tar.xz
kea-5a6665f20c831d61500b6f670ed146b13da78983.zip
[master] AUTHORS, ChangeLog updated after gtihub38 merge.
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog5
2 files changed, 6 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 7596b47aba..c82165e3b8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -132,6 +132,7 @@ We have received the following contributions:
2017-02: Numerous spelling mistakes
2017-12: Significant update for Cassandra backend
2018-01: Host reservations for Cassandra
+ 2018-01: Uniform compilation
- Vincent Legout
2016-11: Fixed serveral spelling mistakes
diff --git a/ChangeLog b/ChangeLog
index f18a7f9788..f7be5d9ca4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1349. [build] andreipavelQ
+ Compilation parameters unified (every file now includes config.h,
+ several makefile tweaks).
+ (Github #38, git 7206aa79c57be7466c4ab3dd558663c6c4f858b7)
+
1348. [func] fdupont
Several hook points now support next step status DROP. This allows
more flexibility with dropping packets from within hooks.