[Simpleweb-py-users] simpleweb-0.7.0 released
Status: Beta
Brought to you by:
essiene
From: simpleweb-users <sim...@li...> - 2006-12-16 03:12:55
|
simpleweb-0.7.0 has been released, and that marks the start of the 0.7.XX branch. At the end of this branch, we'll be more stable and robust. A lot of internal refactorings and cleanups have been done at 0.7.0, but more will follow. I started adding memento support, but due to how simpleweb works, I had to back out of it, and do the refactorings first. Reloading support will be added in the next few iterations of 0.7.XX. ChangeLog 0.7.0 =============== * Refactorings - * add app.py in a bid to cleanup __init__.py * app.SimplewebApp * change the way deployment methods are handled. Now using plugins.runmethods * Change the default value for __init__.run(method=None) to __init__.run(method='development') * add optional config.setuid and config.setgid support in development server. Only affects POSIX operating systems. Modify default config.py template to reflect this. [Thanks to Sam Montgomery-Blinn] * Oh... changed the dev-server prompt ;-) * Added support for using classes as controllers. Now we can easily migrate old web.py apps over ;-) cheers, Essien |