From: Thomas Markwalder Date: Fri, 2 Feb 2018 20:53:13 +0000 (-0500) Subject: [v1_3_0] Added ChangeLog entry 1335 for trac 5416/5522. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fv1_3_0;p=thirdparty%2Fkea.git [v1_3_0] Added ChangeLog entry 1335 for trac 5416/5522. --- diff --git a/ChangeLog b/ChangeLog index 981960b3a2..bcf6bc41d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1335. [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. These + changes bumped the schema versions for both Postgres and MySQL. + Exiting databases may be updated without data migration. + (Trac 5416, 5522, git 0fb62b7cc8f1c6c1401596c1a48c90ef05640b6f) + Kea 1.3.0 released on October 27, 2017 1334. [bug] marcin