Frameworks/AIUtilities%20Framework/Source/AIHostReachabilityMonitor.m
2009-10-24 Add an observer for both AF_INET (IPv4) and AF_INET6 (IPv6) DNS records for connection hosts. Fixes #12632.
2009-05-12 Name all our locks
2009-05-05 I see no reason to not use #import for everything. Apple's compiler supports it fine in .c files, and it doesn't seem to have any downsides vs #include unless you're playing silly multiple inclusion tricks
2008-11-04 Assorted modernization; class continuations, some properties, AIMutableOwnerArray now conforms for NSFastEnumeration
2008-08-13 Remove AITigerCompatibility.h since we no longer need hacks for 64 bit support
2008-08-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk