You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/05/23 16:42:19 UTC

svn commit: r408908 - /cocoon/trunk/commons/status.xml

Author: cziegeler
Date: Tue May 23 07:42:19 2006
New Revision: 408908

URL: http://svn.apache.org/viewvc?rev=408908&view=rev
Log:
Some changes

Modified:
    cocoon/trunk/commons/status.xml

Modified: cocoon/trunk/commons/status.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/commons/status.xml?rev=408908&r1=408907&r2=408908&view=diff
==============================================================================
--- cocoon/trunk/commons/status.xml (original)
+++ cocoon/trunk/commons/status.xml Tue May 23 07:42:19 2006
@@ -176,6 +176,21 @@
   <!-- These are the changes from the last 2.1.x version. -->
  <changes>
   <release version="@version@" date="@date@">
+    <action dev="CZ" type="add">
+      Properties can now be defined on a per sitemap base. This includes different set of
+      properties for different running modes.
+    </action>
+    <action dev="CZ" type="add">
+      Add support for different running modes. This allows to have different configurations
+      for several environments like production, testing or development. On startup of Cocoon
+      one can select the running mode by using a system property.
+    </action>
+    <action dev="CZ" type="add">
+      Rewrote the whole core container by using Spring as the component container. It is now
+      possible to use Avalon based configuration files next to Spring style configuration files
+      and they are all "merged" and managed by one single container instance. Each sitemap
+      gets its own container with possibly own configuration.
+    </action>
     <action dev="CZ" type="update">
       Removed obsolete support for JCS.
     </action>