]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog and updated AUTHORS for github #30. trac5006_base
authorMarcin Siodelski <marcin@isc.org>
Fri, 16 Sep 2016 16:02:53 +0000 (18:02 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 16 Sep 2016 16:06:58 +0000 (18:06 +0200)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index adb6c18361269c11871cc6a05928164125277dee..4d957b74e117c9562e5d33dfca344e8d585f6bc7 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -112,6 +112,11 @@ We have received the following contributions:
  - Andreas Rammhold (andir)
    2016-09: Compilation fixes for GCC 6, using C++14.
 
+ - Yusef Shaban (xxwolfsrainxx)
+   2016-09: MySQL database creation scripts use single quotes for
+            strings to avoid issues with creation of the database
+            when MySQL server operates in ANSI_QUOTES mode.
+
 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 4acb3312924a5344347a812bb46ce2177081821b..3ea1baa76ab65f00c4a657a1e9e5c324ba171f7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1173.  [bug]           xxwolfsrainxx, marcin
+       MySQL database creation scripts use single quotes for
+       strings to avoid issues with creation of the database
+       when MySQL server operates in ANSI_QUOTES mode.
+       (github #30, git e40a54a8e24b5f6427edd4afcd5cdc15012b8866)
+
 1172.  [bug]           andir
        Kea build fixes for gcc 6, which uses C++14 by default.
        (github #29, git ad68c3942839618c26d7ff017fbac7df139b5d01)