]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry 1368 for 5522.
authorThomas Markwalder <tmark@isc.org>
Mon, 5 Mar 2018 20:04:28 +0000 (15:04 -0500)
committerThomas Markwalder <tmark@isc.org>
Mon, 5 Mar 2018 20:04:28 +0000 (15:04 -0500)
ChangeLog

index ec07ec4623f9d9974b5fe3abfb292dd98c817727..eaaacff4c630aa2ce46adf2657158a2b4469fc27 100644 (file)
--- 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.