* Big fixes to system font finding on Win and Unix
* Filled circle drawing cleanup
* Surface.set_at() obeys the clip area
* Fix colors when saving OpenGL screenshots
* Add new GL_STEREO and GL_MULTISAMPLEx flags from SDL
* Enabled JOYHAT_RIGHT events
and finally, today
* Fix reading from file objects
For a more detailed list see: http://pygame.org/whatsnew.shtml
Pygame is a set of Python modules designed for writing games. It is written on
top of the excellent SDL library. This allows you to create fully featured
games and multimedia programs in the python language. Pygame is highly
portable and runs on nearly every platform and operating system.