2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 18:08:16 +00:00

[master] Added ChangeLog and updated AUTHORS for github #30.

This commit is contained in:
Marcin Siodelski 2016-09-16 18:02:53 +02:00
parent e40a54a8e2
commit bb34f5f3fe
2 changed files with 11 additions and 0 deletions

View File

@ -112,6 +112,11 @@ We have received the following contributions:
- Andreas Rammhold (andir) - Andreas Rammhold (andir)
2016-09: Compilation fixes for GCC 6, using C++14. 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, Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging,
Boost (http://www.boost.org/) library for almost everything, and can use Botan Boost (http://www.boost.org/) library for almost everything, and can use Botan
(http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for (http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for

View File

@ -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 1172. [bug] andir
Kea build fixes for gcc 6, which uses C++14 by default. Kea build fixes for gcc 6, which uses C++14 by default.
(github #29, git ad68c3942839618c26d7ff017fbac7df139b5d01) (github #29, git ad68c3942839618c26d7ff017fbac7df139b5d01)