Hi,
cocos2d v0.99.2-rc is available for download:
http://cocos2d-iphone.googlecode.com/files/cocos2d-iphone-0.99.2-rc.tar.gz
Release notes: (somewhat empty ATM)
http://www.cocos2d-iphone.org/wiki/doku.php/release_notes:0_99_2
Highlights:
- Blocks: MenuItem and Action supports blocks if the compiler supports it (PLBlocks or newer SDK)
- New helpful actions: CCFollow and CCPropertyAction
- Improved installer. Template with Node, Layer & Sprite
- Plus other small fixes and improvements
Full Changelog:
http://github.com/cocos2d/cocos2d-iphone/blob/ed691ccf2b6f62967e61e609940f156e906922a1/CHANGELOG
Authors:
http://github.com/cocos2d/cocos2d-iphone/blob/ed691ccf2b6f62967e61e609940f156e906922a1/AUTHORS
New to blocks ?
http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/Blocks/Articles/00_Introduction.html#//apple_ref/doc/uid/TP40007502-CH1-SW1
I highly recommend learning blocks!