UnCommon Web version 0.3.7 Released 2005-02-28
* Home page
http://common-lisp.net/project/ucw/
* Download
ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.7.tar.gz
* Changes (since 0.3.6)
- The defapplication macro has beet rewritten to allow revaluation of the form without eliminating all the application's sessions, entry-points, etc. This makes (asdf:oos 'asdf:load-op :my-application) a valid mechanism for upgrading live apps even when asdf:load-op causes the defapplication form to be reevaluated.
** Components
- Web presentations. See src/components/presentations.lisp) for details.
- New TASK component.
- New completing-text-field component.
- *inspect-components* now defaults to T.
- REDIRECT is now exported from the UCW package.