]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] ChangeLog, AUTHORS updated after github52 merge.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 25 Jul 2017 17:26:43 +0000 (19:26 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 25 Jul 2017 17:26:43 +0000 (19:26 +0200)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index 41fcf931889a32ac278e851152e3a2e1f50e88ea..7ada070bc86fec00246c62b4e3fc10d16d413bcb 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -141,6 +141,9 @@ We have received the following contributions:
  - Olivier Clavel (zeitounator)
    2017-04: Improvements in valgrind test script
 
+ - Josh Soref (jsoref)
+   2017-07: Many spelling corrections.
+
 Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging,
 Boost (http://www.boost.org/) library for almost everything, and can use Botan
 (http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for
index 9b321de0c9d8a827aeca76f70d96f2122c52f363..0e922529f3dac7e1bf3cd264fda2c4d526b184a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1278.  [doc]           jsoref
+       Many spelling corrections.
+       (Github #52, git 1dcaef6f8e7901d628c8638fc2f8145ac0279586)
+
 1277.  [func]*         marcin
        Added support to Command Manager to process commands using
        callouts implemented within hooks libraries.