You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by rg...@apache.org on 2004/11/24 20:20:57 UTC

svn commit: r106445 - /cocoon/trunk/status.xml

Author: rgoers
Date: Wed Nov 24 11:20:55 2004
New Revision: 106445

URL: http://svn.apache.org/viewcvs?view=rev&rev=106445
Log:
Added support for storing JSR-168 portlet preferences.

Modified:
   cocoon/trunk/status.xml

Modified: cocoon/trunk/status.xml
Url: http://svn.apache.org/viewcvs/cocoon/trunk/status.xml?view=diff&rev=106445&p1=cocoon/trunk/status.xml&r1=106444&p2=cocoon/trunk/status.xml&r2=106445
==============================================================================
--- cocoon/trunk/status.xml	(original)
+++ cocoon/trunk/status.xml	Wed Nov 24 11:20:55 2004
@@ -388,6 +388,11 @@
      Remove deprecated methods from XMLUtils, DOMUtil, DOMBuilder and SourceUtil.
    </action>
  </release>
+ <release version="2.1.7" date="TBD">
+   <action dev="RG" type="add">
+     Portal: Added support for storing JSR-168 Portlet preferences.
+   </action>
+ </release>
  <release version="2.1.6" date="November 19 2004">
    <action dev="AG" type="fix" fixes-bug="23118" due-to="Jorg Heymans" due-to-email="jh@domek.be">
      Lucene: SearchGenerator incorrectly counts previous-index. Reported by: Tomasz Nowak (tnowak-p@netventure.pl)