From: Shawn Routhier Date: Thu, 2 Jun 2016 05:42:36 +0000 (-0700) Subject: [master] Merge branch 'trac4480' X-Git-Tag: trac4106_update_base~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf14d0d21c69879f21733457a97a6ac0bdb1dae2;p=thirdparty%2Fkea.git [master] Merge branch 'trac4480' Add debug statements to the classification code --- cf14d0d21c69879f21733457a97a6ac0bdb1dae2 diff --cc ChangeLog index c7d75619fb,d55ad1e1ff..e717051be8 --- a/ChangeLog +++ b/ChangeLog @@@ -1,26 -1,9 +1,32 @@@ -11XX. [func] sar ++1119. [func] sar + Add debug logging to the classification tokens. This uses + the loggers "kea-dhcp4.eval" and "kea-dhcp6.eval" to capture + details of the classification expression evaluations. + (Trac #4480, git TBD) + +1118. [func] stephen + Make the database connection timeout a configurable parameter with + a default value of five seconds. + (Trac #3164, git 3332ad17523c6fcc1e735e4297169ebb2de95118) + +1117. [bug] marcin + Performance improvement in libdhcp++: improved efficiency of the + DHCPv4 Message Type option creation. + (Trac #4495, git 41c43a2a9e34931fc3ebf58c459f10ad08575d19) + +1116. [bug] marcin + Performance improvement in hosts reservation: removed + inefficient conversion of the host identifier to text + when logging. + (Trac #4499, git 48c20790480d5ed7bfde0ef7b052dd4a9745607d) + +1115. [func] tmark + The "query4" argument, containing the client packet received, has been + added to the DHCPv4 hook points: lease4_select and lease4_renew. The + "query6" argument, containing the client packet received, has been + added to the DHCPv6 hook points: lease6_select and pkt6_send. + (Trac #4481, git c0af94c47bda85eb1caa3a78a46280b63990672a) + 1114. [bug] stephen Adjusted variable type in a MySQL-related file to overcome a type mismatch problem reported by one particular compiler.