You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by David Wheeler <da...@wheeler.net> on 2002/11/14 01:41:30 UTC

ANNOUNCE: Bricolage 1.4.5

The Bricolage team is pleased to announce the release of Bricolage
1.4.5. This maintenance release fixes over 25 bugs in version 1.4.4 and,
as a bonus, makes a few significant changes that affect how it works, to
whit:

     *   Categories are now displayed by their URIs instead of their 
names
         wherever possible.

     *   Improved error handling by the SOAP server. Full errors will now
         be printed to the Apache error log, error messages sent back to
         the client are properly escaped, and all database transactions
         for a single request will be rolled back in the event of an
         error.

Among the more important bug fixes are the following:

     *   The Bricolage SOAP interface will no longer allow the creation
         of stories and media with duplicate URIs.

     *   The burner no longer fails when it publishes an asset that's not
         on a desk.

     *   SOAP now does the proper thing when deleting assets, removing
         them from desks and workflow only if they're on desks and in
         workflow.

     *   Setting permissions on the assets in a category works again.

     *   Stories, media, and templates created but not saved no longer
         disappear into the void. They are instead moved into workflow,
         put on a desk, and saved as soon as they were created.

     *   The SOAP interface now properly logs events for its activities.

All users of earlier versions of Bricolage are encouraged to upgrade.
For a complete list of the changes, see the changes file at
https://sourceforge.net/project/shownotes.php?release_id=122230.

ABOUT BRICOLAGE

Bricolage is a full-featured, enterprise-class content management and
publishing system. It offers a browser-based interface for ease-of use,
a full-fledged templating system with complete programming language
support for flexibility, and many other features. It operates in an
Apache/mod_perl environment, and uses the PostgreSQL RDBMS for its
repository.

Learn more about Bricolage and download it from the Bricolage home page,
http://bricolage.cc/.

Enjoy!

--The Bricolage Team