+Revision 1.26 2006/08/14 23:25:21 cheshire
+Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0
+
+Revision 1.25 2006/07/06 00:05:44 cheshire
+"dDNS.h" renamed to "uDNS.h"
+
+Revision 1.24 2006/02/26 19:31:04 herscher
+<rdar://problem/4455038> Bonjour For Windows takes 90 seconds to start. This was caused by a bad interaction between the VirtualPC check, and the removal of the WMI dependency. The problem was fixed by: 1) checking to see if WMI is running before trying to talk to it. 2) Retrying the VirtualPC check every 10 seconds upon failure, stopping after 10 unsuccessful tries.
+
+Revision 1.23 2005/10/05 20:55:14 herscher
+<rdar://problem/4096464> Don't call SetLLRoute on loopback interface
+
+Revision 1.22 2005/03/04 22:44:53 shersche
+<rdar://problem/4022802> mDNSResponder did not notice changes to DNS server config
+
+Revision 1.21 2005/03/03 02:29:00 shersche
+Use the RegNames.h header file for registry key names
+
+Revision 1.20 2005/01/25 08:12:52 shersche
+<rdar://problem/3947417> Enable Unicast and add Dynamic DNS support.
+Bug #: 3947417
+
+Revision 1.19 2004/12/15 07:34:45 shersche
+Add platform support for IPv4 and IPv6 unicast sockets
+
+Revision 1.18 2004/10/11 21:53:15 shersche
+<rdar://problem/3832450> Change GetWindowsVersionString link scoping from static to non-static so that it can be accessed from other compilation units. The information returned in this function will be used to determine what service dependencies to use when calling CreateService().
+Bug #: 3832450
+
+Revision 1.17 2004/09/17 01:08:57 cheshire
+Renamed mDNSClientAPI.h to mDNSEmbeddedAPI.h
+ The name "mDNSClientAPI.h" is misleading to new developers looking at this code. The interfaces
+ declared in that file are ONLY appropriate to single-address-space embedded applications.
+ For clients on general-purpose computers, the interfaces defined in dns_sd.h should be used.
+
+Revision 1.16 2004/08/05 05:43:01 shersche
+<rdar://problem/3751566> Add HostDescriptionChangedCallback so callers can choose to handle it when mDNSWin32 core detects that the computer description string has changed
+Bug #: 3751566
+
+Revision 1.15 2004/07/26 05:42:50 shersche
+use "Computer Description" for nicename if available, track dynamic changes to "Computer Description"
+
+Revision 1.14 2004/07/13 21:24:25 rpantos
+Fix for <rdar://problem/3701120>.
+
+Revision 1.13 2004/06/24 15:23:24 shersche
+Add InterfaceListChanged callback. This callback is used in Service.c to add link local routes to the routing table
+Submitted by: herscher
+
+Revision 1.12 2004/06/18 05:22:16 rpantos
+Integrate Scott's changes
+