2009-05-05 Dan Preston Tweaked release to be immediate instead of on autorelease pool.
2009-05-05 Dan Preston Enabled garbage collection as being supported in the library target.
2009-05-05 Dan Preston Fixed the release of an CFDataRef object under garbage collection.
2009-05-05 Dan Preston Fixed the leak of SecIdentityRef objects in a while loop.
2009-05-05 Dan Preston Fixed a double release in a garbage collected environment.
2009-05-04 Dan Preston Cleaned up a few leaks found by clang checker.
2009-05-04 Dan Preston Fixed dead assignment found by clang checker.
2009-04-29 Jens Alfke Added -[TCPConnection initToBonjourService:] since MYBonjourService no longer vends an NSNetService.
2009-04-29 Jens Alfke Tweaked docs
2009-04-29 Jens Alfke More work on Bonjour classes. They now support registering services.
2009-04-26 Jens Alfke * Fixed path type of MYUtilities folder ref; this fixes issue #2.
2009-04-28 Jens Alfke Fixed two CF memory leaks. (Fixes issue #5)