current template moved from request member (template) to pre-defined script and TALES variable __template__
request.Redirect exception has an option for replacing the path portion of the target URL (saves the client some urlparse acrobatics) and uses the original request’s complete URI as a default base for the target
combined request.StopTraversal exception parameters into one, text
added methods insert_template and interpret_template to request, reduced load_macros signature to a single relative file name
added the next_name request member as a temporary solution for overriding the file or directory read during the next traversal step
replaced request member file_path by dir_path as that’s simpler to use
store environment namespace on request as member env instead of the Apache request
initial “works for me” release