From: Thomas Markwalder Date: Mon, 5 Mar 2018 20:04:28 +0000 (-0500) Subject: [master] Added ChangeLog entry 1368 for 5522. X-Git-Tag: ha_checkpoints12~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae13377c77f978f2bb87e5bd695cfd3caf87151a;p=thirdparty%2Fkea.git [master] Added ChangeLog entry 1368 for 5522. --- diff --git a/ChangeLog b/ChangeLog index ec07ec4623..eaaacff4c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1368. [bug] tmark + Fixed a bug which prevented inserting multiple host reservations + where IPv4 address was unspecified or when selected subnet identifier + was not specified (5416). Corrected inconsistent data types for + subnet id columns in both Postgres and MySQL schemas. Now both + schemas support upto MAX UINT32 in all subnet id columns. Exiting + databases may be updated without data migration. + (Trac 5416, 5522, git d1dd0f2e27ffa49515c17cf68d54f162359b6384) + 1367. [bug] marcin Multiple critical performance optimizations in the allocation engine for shared networks.