* 2008/06/17 - 0.04 - Fixed error-message displaying traceback but not the actual exception - Display trace if enabled on 'stop :error' events - Option for autoloading support files (instead of bulk 'require') - Fixed bug where session didn't close (saved to disk) if 'stop' was raised (fastcgi) - 'url', 'base_path and 'path_tree' property added into urlmap class - Priority option on filters. - Mount option for external directories on application path - Cleanup app.rb, removed some global variables - get/post parameters are automaticaly visible within the session page container - Added some unit tests - Minor fixes in stdlib - Some fixes in dispatchers * 2008/05/18 - 0.03 - Fixed uncaught possible routing error exception - Splitted load configuration to conf/config.rb and conf/environment.rb - Allow setting the mime-type and http return status per controller action - Added http 404 and 500 customizable error messages - Option to switch off error tracebacks displayed in browser - 'base_url' property added into the urlmap class - Added 'layout' instance method within controller to overwrite or disable default layout for current action - fixed bug on fastcgi where the 'stop' method could remove the layout definition from controller class - Minor changes/fixes in application skeleton * 2008/05/11 - 0.02 - Fixed bug in erb/view generator ("can't find view path") - stdlib/listwidget: - Fixed table joins not displaying content (dblist) - Dynamic column sorting in both directions (ASC/DESC) - Fixed session bug when using fastcgi - minor documentation and stdlib improvements * 2008/05/08 - 0.01 - Initial Release