From: Tomek Mrugalski Date: Tue, 13 Oct 2015 17:19:56 +0000 (+0200) Subject: [master] ChangeLog updated after trac3499 merge. X-Git-Tag: trac3874_base~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18379dcde63b2bc0d5f3f717c5ec0ce25d0e96b0;p=thirdparty%2Fkea.git [master] ChangeLog updated after trac3499 merge. --- diff --git a/ChangeLog b/ChangeLog index ab02c5f362..c0b089d77a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ +1024. [func]* tomek + Boolean Skip flag in Hooks API has been replaced by enum status. + This is backward incompatible change if you developed hook + library that takes advantage of the skip flag. See Hooks + Developer Guide for easy steps necessary for migration. + (trac #3499, git 99ca398d4d042a098b5c491368733220db8cdd08) + 1023. [func] tmark kea-admin now supports upgrading from MySQL schema version 3.0 - to 4.0. In addition, the lease6 data dump now contains the + to 4.0. In addition, the lease6 data dump now contains the text label for lease_hwaddr_source column rather than its numeric value. (Trac #3967, git 2e13ac3b0b278faabe338b00ffee8259c13f5342)