2009-05-05Enabled garbage collection as being supported in the library target.
Dan Preston <danpreston@codechemistry.com> [Tue, 05 May 2009 15:12:18 -0700] rev 39
Enabled garbage collection as being supported in the library target.

2009-05-05Fixed the release of an CFDataRef object under garbage collection.
Dan Preston <danpreston@codechemistry.com> [Tue, 05 May 2009 15:11:02 -0700] rev 38
Fixed the release of an CFDataRef object under garbage collection.

2009-05-05Fixed the leak of SecIdentityRef objects in a while loop.
Dan Preston <danpreston@codechemistry.com> [Tue, 05 May 2009 15:10:15 -0700] rev 37
Fixed the leak of SecIdentityRef objects in a while loop.

2009-05-05Fixed a double release in a garbage collected environment.
Dan Preston <danpreston@codechemistry.com> [Tue, 05 May 2009 14:46:42 -0700] rev 36
Fixed a double release in a garbage collected environment.

2009-05-04Cleaned up a few leaks found by clang checker.
Dan Preston <danpreston@codechemistry.com> [Mon, 04 May 2009 23:21:26 -0700] rev 35
Cleaned up a few leaks found by clang checker.

2009-05-04Fixed dead assignment found by clang checker.
Dan Preston <danpreston@codechemistry.com> [Mon, 04 May 2009 23:10:51 -0700] rev 34
Fixed dead assignment found by clang checker.

2009-04-29Added -[TCPConnection initToBonjourService:] since MYBonjourService no longer vends an NSNetService.
Jens Alfke <jens@mooseyard.com> [Wed, 29 Apr 2009 21:05:01 -0700] rev 33
Added -[TCPConnection initToBonjourService:] since MYBonjourService no longer vends an NSNetService.

2009-04-29Tweaked docs
Jens Alfke <jens@mooseyard.com> [Wed, 29 Apr 2009 13:57:10 -0700] rev 32
Tweaked docs

2009-04-29More work on Bonjour classes. They now support registering services.
Jens Alfke <jens@mooseyard.com> [Wed, 29 Apr 2009 13:29:31 -0700] rev 31
More work on Bonjour classes. They now support registering services.

2009-04-26* Fixed path type of MYUtilities folder ref; this fixes issue #2.
Jens Alfke <jens@mooseyard.com> [Sun, 26 Apr 2009 18:12:44 -0700] rev 30
* Fixed path type of MYUtilities folder ref; this fixes issue #2.
* Added MYDNSService.h/m to iPhone project.
* Changed base SDK of iPhone project to 2.2.1 (from 2.0)