]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - RELNOTES
Support for asynchronous ddns per ticket 19216 - convert to using isclib and
[thirdparty/dhcp.git] / RELNOTES
index 0d4b8fd92474be36d7db714a72be17cdb9d68b40..91cd5cbbb724aa2298965b912b5f9e7b3425ef46 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -9,6 +9,10 @@
 ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
 These include:
 
+Processing the DHCP to DNS server transactions in an asyncrhonous fashion.
+The DHCP server or client can now continue with it's processing while
+awaiting replies from the DNS server.
+
 There are a number of DHCPv6 limitations and features missing in this
 release, which will be addressed in the future:
 
@@ -71,6 +75,10 @@ work on other platforms. Please report any problems and suggested fixes to
   calculations.  Invalid renew and rebinding times (e.g., greater than the
   determined lease time) are omitted.
 
+- Processing the DHCP to DNS server transactions in an asyncrhonous fashion.
+  The DHCP server or client can now continue with it's processing while
+  awaiting replies from the DNS server.
+  
                        Changes since 4.1.0 (bug fixes)
 
 - Remove infinite loop in token_print_indent_concat().