]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1976] Added ChangeLog
authorMarcin Siodelski <marcin@isc.org>
Fri, 23 Jul 2021 07:54:38 +0000 (09:54 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 26 Jul 2021 14:35:53 +0000 (16:35 +0200)
ChangeLog

index ec4d6c3c8d90da21ef68967acdee715e6ad0aeef..ca945827d9330eebbd1d1e5c5308e0a9b808f459 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1926.  [func]*         marcin
+       Server tags in the MySQL database are now represented as strings
+       with a maximum length of 64 characters. Previously, the server
+       tags could be up to 256 characters long, and it could cause
+       database migrations to fail on the systems with UTF-8 encoding
+       configured for MySQL. Shorter server tags avoid hitting the
+       limitation on the maximum length of an indexed table column.
+       (Gitlab #1976)
+
 1925.  [build]         fdupont
        Updated parsers to bison 3.3 or later.
        (Gitlab #453)