v0.2, Dec 9, 2015 -- MAJOR BREAKING CHANGES

In this version, the entire code base and API were rewritten
Support for Cython is enhanced, including real distutils support
Support for Pyrex has been dropped
The function Cdll has been renamed "cc"
and the functions Cpyx and CpyxLib have been merged into the much more general "cpyx"
Both cc and cpyx now support multiple input source files

v0.1, Aug 14, 2012 -- Initial release.
