Plugins/Bonjour/libezv/Private%20Classes/AWEzvRendezvousData.m
2009-11-22 * Fix a crash if `kDNSServiceErr_Invalid` is returned by `TXTRecordSetValue` which occured because the `%@` was being used for a C string
2009-10-28 Use the network-order versions of the field length. Refs #8116.
2009-09-11 use fewer depricated classes.
2009-04-09 Fast enumerate
2008-11-20 Fix type to match new header, maybe fixing bugs in the process. Done with the bonjour warnings, hooray :)
2008-11-20 More warnings fixes
2008-11-20 I think this is my fault from way back in the day, but I do not really remember... bonjour was building with all warnings suppressed. This turns them back on, and fixes many of them. More remain.
2008-08-14 Preliminary conversion to using fast enumeration; caveats: variable declarations were not moved into loop headers. In *most* cases it should be safe to move them, but make sure the variable is not needed later on in the method. Also, AIContactController was not converted, because the conversion tool freaked out
2008-08-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk