From mb at bese.it Thu Feb 3 14:59:54 2005 From: mb at bese.it (Marco Baringer) Date: Thu, 03 Feb 2005 15:59:54 +0100 Subject: [Bese-announce] [ANN] UnCommon Web 0.3.5 Message-ID: UnCommon Web version 0.3.5 Released 2005-02-03 * Home page http://common-lisp.net/project/ucw/ * Download ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.5.tar.gz * Changes (since 0.3.4) ** Components - Values passed to :component slot argument are now evaluated when the value is a list. This eliminates the need for many of the trivial initialize-instance :after methods. - A young but stable and fully functioning HTML FORM component collection has been added. - The defcomponent macro has been reintroduced (though it is obviously much simpler than it once was). - New component dependency protocol. - The *action-url-generator* special variable has been replaced by the compute-url, update-url and component dependency protocol. - New REDIRECT component for sending HTTP redirect headers. ** Component Rendering - Component rendering error handling has been improved. ** TAL/YACLML - Fixed handling of UnCommon Web version 0.3.6 Released 2005-02-08 * Home page http://common-lisp.net/project/ucw/ * Download ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.6.tar.gz * Changes (since 0.3.4) ** Components - Values passed to :component slot argument are now evaluated when the value is a list. This eliminates the need for many of the trivial initialize-instance :after methods. - A young but stable and fully functioning HTML FORM component collection has been added. - The defcomponent macro has been reintroduced (though it is obviously much simpler than it once was). - New component dependency protocol. - The *action-url-generator* special variable has been replaced by the compute-url, update-url and component dependency protocol. - New REDIRECT component for sending HTTP redirect headers. - New TASK component. - Fixed and improved error-component component. ** Component Rendering - Component rendering error handling has been improved. ** Actions - New :isolate actions. ** TAL/YACLML - Fixed handling of 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. -- -Marco Ring the bells that still can ring. Forget the perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen