
fourth public release 12/04/01:
    - added functions for python scripts (and there was much rejoicing)
    - added caching to python script compilation
    - added example for python script usage
    - added more filters
    - fixed local/global bug that prevented
      user registered filters from being web accessible
    - converted docs to help format/stx
    - added python accessible system
    - added abort transaction to error handling
    - python2.1 did away with the exception subclassing problem on windze
    - added note about caveat - ie don't use on subtemplates
    - forget the rest

third public release 3/8/01:
    - another thrice be dammed tab error

second public release 3/7/01:
    - fixed idiotic last minute change to last release, which prevented 
      error handlers from working, doh:(
    - fixed broken installation because of... of ... a tab error....
    - after a brief talk with jim fulton at ipc9 i realized that despite my informal
      tests that closing the response seemed to stop processing, the only way
      to be sure to stop it is to raise an error. dtml-return defines an undocumented
      error class which is handled specially and is appropiate for this use.
      thanks jim.
    - set content-type on response to text/html (later versions will have a tag option)
      this prevented some browsers (konqueror) from always rendering properly.


first public release 3/6/01:
    - massive source code reorganization and clean up
    - removed source code obsfucations and used nice variable names
    - added lots of in source docs ala javadoc style
    - added exception library
    - refactored core funcs into a separate module
    - added unit tests of core funcs (yipee:)
    - threw out experimentations with class based filters 
    - allowed in place evaluation of error pages with writing 
      directly to the connection
    - documentation changes to reflect some of the above
    
first developer release 1/01

