Author: dr
Date: Mon Mar  3 15:33:25 2008
New Revision: 7496

Log:
- Added bug fix/alpha release news.

Added:
    docs/news/2008-03-03.txt   (with props)

Added: docs/news/2008-03-03.txt
==============================================================================
--- docs/news/2008-03-03.txt (added)
+++ docs/news/2008-03-03.txt [iso-8859-1] Mon Mar  3 15:33:25 2008
@@ -1,0 +1,44 @@
+==========================
+Bug fix and alpha releases
+==========================
+
+:Author: Derick Rethans
+:Date: 2008-03-03 14:39 UTC
+
+The eZ Components team just released new versions of the Configuration and
+Mail components that address minor bugs in those components. Besides this, we
+also released alpha versions of Debug, Template, TemplateTranslationTiein,
+Translation, Tree and TreeDatabaseTiein; those alpha versions introduce
+new functionality such as support for stack traces, translatable strings and
+auto-generated Node IDs.
+
+The fix in the Mail component addresses an issue with double folding of long
+To, Cc and Bcc headers. New versions can be installed through the PEAR
+installer with::
+
+       pear upgrade ezc/Mail
+       pear upgrade ezc/Configuration
+
+The Debug package features a new function for retrieving back traces and CSS
+support for its generated reports.
+
+The new TemplateTranslationTiein component ties the Template and Translation
+packages together. The Template component has now new language constructs
+that allow you to embed translatable strings in your templates. The Template
+tutorial__ explains on how to use this feature.
+
+__ /docs/api/latest/introduction_Template.html#translations
+
+The Tree and TreeDatabaseTiein components now support auto-generation of 
+node IDs, allowing for more flexible usage. This also makes the component
+support auto-increment fields in the database backends. More information about
+this is available through the Tree tutorial__.
+
+__ /docs/api/trunk/introduction_Tree.html#auto-generated-ids
+
+The alpha versions can be installed by running the following commands::
+
+       pear upgrade ezc/Template-alpha ezc/Translation-alpha 
ezc/TemplateTranslationTiein-alpha
+       pear upgrade ezc/Tree-alpha ezc/TreeDatabaseTiein-alpha
+       pear upgrade ezc/Debug-alpha
+

Propchange: docs/news/2008-03-03.txt
------------------------------------------------------------------------------
    svn:eol-style = native


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to