--------------------------------------------
- New: DefaultAttrDict, A defaultdict like object, whose items also be accessible through object attributes.
- New: Context.d, a user namespace for context objects.
- New: Application.d, a user namespace for application global variables.
- New: Request.method, Request.ua
- New: Application.run_fapws
- New: without_filters. "action" functions can now be executed without calling any filters.
- New: Context.d, Application.d
- Fixed: Database transaction bug with python2.5
- Fixed: File upload bugs
- Fixed: Embpy parser bugs
- Fixed: Autoreload bugs
- Changed: Database.select(**Backward-imcompatible**).