- Python 2.4 is now the minimum version for running the wiki. If you just use the rendering library, Python 2.3 is fine.
- Stop sending Content-Type="application/xhtml+xml" - causes strange browser behavior. Use just text/html on all browsers.
- Plugins can now attach arbitrary WSGI applications to wiki by exporting them via __wsgi_apps__
- New WSGI macro type receives a WSGI-like environment (among other things, this lets macros access the wiki directly). These are exported via __wsgi_macros__.
- Browsing to $SITE/api/plugins shows information about loaded plugins.
- Ensure request data saved on a per-thread basis
- Allow port numbers in parsed URLs
Written in WikklyText.
