2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#1976] Added ChangeLog

This commit is contained in:
Marcin Siodelski
2021-07-23 09:54:38 +02:00
parent 6351f21f60
commit 08fb79a73b

View File

@@ -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)