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

svn commit: r106187 - /cocoon/branches/BRANCH_2_1_X/status.xml

Author: bruno
Date: Mon Nov 22 06:32:16 2004
New Revision: 106187

Modified:
   cocoon/branches/BRANCH_2_1_X/status.xml
Log:
ParamSaxBuffer: fix for substitution parameters split over multiple
character events.


Modified: cocoon/branches/BRANCH_2_1_X/status.xml
Url: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?view=diff&rev=106187&p1=cocoon/branches/BRANCH_2_1_X/status.xml&r1=106186&p2=cocoon/branches/BRANCH_2_1_X/status.xml&r2=106187
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml	(original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml	Mon Nov 22 06:32:16 2004
@@ -202,8 +202,8 @@
 
   <changes>
  <release version="@version@" date="@date@">
-  <action dev="NN" type="add">
-    Dummy
+  <action dev="BRD" type="fix" due-to="Neil Bacon" fixes-bug="31887" due-to-email="nbacon@pinnaclesoftware.com.au">
+    I18n (ParamSaxBuffer): handle case where substitution params like {0} are split over multiple character events.
   </action>
   <action dev="LG" type="fix">
     Fix: Continuation can only be invoked for the interpreter it was originally created for.