]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry 1115 for #4481
authorThomas Markwalder <tmark@isc.org>
Fri, 13 May 2016 14:02:11 +0000 (10:02 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 13 May 2016 14:02:11 +0000 (10:02 -0400)
ChangeLog

index 6fa8b29adc2088cbcc5fdd67e16c0e853a667401..326ff8536377743544463eeb771b7212ef96e266 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.