Release Notes for Clearsilver 0.9.2 8/18/2003 ------------------------------------- A lot of new stuff in this release, but first the changes which might break things: 1) I renamed all of the hash functions to prefix them with ne_. There is code in ClearSilver.h to set up some #defs to use the old names, but I changed them because the names were too common. 2) After another argument with Dave, the greater/less than operators in CS are now "force numeric evaluation". 3) static.cgi now looks for common.hdf first Additionally: 1) we now have an INSTALL file which should help you get started 2) Dave has always put in a starting C# wrapper for Mono. 3) The python module now uses a distutils setup.py script (which means we no longer work with python's older than 1.5.2 unless you install distutils). 4) Dave's done some work to include trans.py, a system we used at Neotonic for doing internationalization of ClearSilver templates. This consists of a script to extract english language strings from the templates, a mechanism for maintaining different translations in a mysql database, and then generating "generic" templates which have different language strings in HDF files.