From: Mukund Sivaraman Date: Tue, 12 Feb 2013 17:51:08 +0000 (+0530) Subject: [master] Add missing ChangeLog entry for #1756 X-Git-Tag: bind10-1.1.0beta1-release~110^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70632300d70401c696161dff39ad126ff98663df;p=thirdparty%2Fkea.git [master] Add missing ChangeLog entry for #1756 --- diff --git a/ChangeLog b/ChangeLog index f57ae6b893..4e31a75763 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +577. [func] muks + Added an SQLite3 index on records(rname, rdtype). This decreases + insert performance by ~28% and adds about ~20% to the file size, + but increases zone iteration performance. As it introduces a new + index, a database upgrade would be required. + (Trac #1756, git 9b3c959af13111af1fa248c5010aa33ee7e307ee) + 576. [bug] tmark, tomek b10-dhcp6: Fixed bug when the server aborts operation when receiving renew and there are no IPv6 subnets configured.