Release Notes for Clearsilver 0.10.3 03/12/2006 ------------------------------------- - Ok, I think I finally have python configure detection that works. We'll see. - fix for non-thread safe nerr_init call (causes java jni wrapper to core dump when server is started under heavy load) - python egg support (if you have the egg version of distutils installed) - some parser edge case fixes. I'm pretty sure this didn't break anything else... all tests pass, including some new ones, and we're running several sites on the new code without bugs. - some cleanups to cgiwrap that make it easier to use with fastcgi. fastcgi wrapper to come in the future. Note: This version now exposes functions for making more complicated (multi-argument, not just strings) functions. This extension api is still being developed, so the interface may change in the future. C api users: You may need to change the way you call cgiwrap.Y