Parcourir la source

[master] Added ChangeLog entry 672, for trac# 3086.

Thomas Markwalder il y a 11 ans
Parent
commit
bc9c1208f3
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      ChangeLog

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+672.	[func]	tmark
+	Added b10-dhcp-ddnsupdate transaction base class, NameChangeTransaction.
+	This class provides the common structure and methods to implement the state 
+	models described in the DHCP_DDNS design, plus integration with DNSClient 
+	and its callback mechanism for asynchronous IO with the DNS servers.
+	(Trac #3086, git 079b862c9eb21056fdf957e560b8fe7b218441b6)
+
 671.	[func]		dclink,tomek
 	memfile backend now supports getLease4(hwaddr) and getLease4(client-id)
 	methods. Thanks to David Carlier for contributing a patch.