Release Notes for Clearsilver 0.6.2 5/13/2002 ------------------------------------- - In CS, added lazy include: Works like levar, in that the file is found, loaded, and parsed at render time. Same caveats as with lvar. - In CS, made include support the required flag. Without the flag, ie: , if the file is missing, no error is raised. With the flag, , a missing file raises an error. - In Util, added filter code that can act as an advanced replacement for popen. Allows attaching to stdin/stdout/stderr instead of just one of them. - In HDF, all the various HDF dump functions now call one super function. This reduces the code size and makes it easier to maintain. Additionally, before a multi-line string from an HDF dump would allows assume and EOM end tag. Now, the string is tested, and the code guaruntees usage of an end tag which does not exist in the string.