cocos2d 0.5rc0 available

Three days past the 1-month-before-pyweek deadline, but I figured most of you will have no problem with that.

cocos2d 0.5rc0 available, download link:
http://los-cocos.googlecode.com/files/cocos2d-0.5rc0.zip

It brings faster sprites, and a basic collision module.
See the changelog here: http://los-cocos.googlecode.com/svn/trunk/CHANGELOG

Online docs will be updated after release, the download includes the preliminary docs.
For the new collision module look at the API section, module collision_model, class CollisionManager; you can look some example code at

. test/test_all_collisions.py
. benchmarks/collision
. samples/mouse_elastic_box_selection.py
. samples/balldrive_toy_game

(paths relative to the unpackaged download topdir)
Available from http://code.google.com/p/los-cocos/downloads/list

Enjoy !