sylvain 2003/07/06 04:46:55
Modified: . status.xml
Log:
Allow flow views to be internal-only pipelines
Revision Changes Path
1.80 +5 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- status.xml 5 Jul 2003 16:32:31 -0000 1.79
+++ status.xml 6 Jul 2003 11:46:55 -0000 1.80
@@ -183,6 +183,10 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="SW" type="fix">
+ Flow view can now be in "internal-only" pipelines. This required adding
a new isInternal()
+ method on the Request interface.
+ </action>
<action dev="JH" type="update">
Updated FOP to 0.20.5rc3a.
</action>