Author: vgritsenko Date: Fri Apr 1 08:56:16 2005 New Revision: 159708 URL: http://svn.apache.org/viewcvs?view=rev&rev=159708 Log: a bit of syncing
Modified: cocoon/trunk/status.xml Modified: cocoon/trunk/status.xml URL: http://svn.apache.org/viewcvs/cocoon/trunk/status.xml?view=diff&r1=159707&r2=159708 ============================================================================== --- cocoon/trunk/status.xml (original) +++ cocoon/trunk/status.xml Fri Apr 1 08:56:16 2005 @@ -427,16 +427,20 @@ <action dev="CZ" type="update"> Remove deprecated methods from XMLUtils, DOMUtil, DOMBuilder and SourceUtil. </action> - </release> - <release version="2.1.8" date="TBD"> - <action dev="CZ" type="fix" fixes-bug="33963" due-to="John Yonosh" due-to-email="[EMAIL PROTECTED]"> - Fix NPE in DOMStreamer.stream(). - </action> - <action dev="CZ" type="fix"> - Portal block: Make portal manager available through portal component manager. - </action> - </release> - <release version="2.1.7" date="March 23 2005"> + </release> + <release version="2.1.8" date="TBD"> + <action dev="VG" type="fix" fixes-bug="26107"> + XSP Block: Note in the documentation that XSP namespace must be declared + on the <code>xsp:page</code> element. + </action> + <action dev="CZ" type="fix" fixes-bug="33963" due-to="John Yonosh" due-to-email="[EMAIL PROTECTED]"> + Fix NPE in DOMStreamer.stream(). + </action> + <action dev="CZ" type="fix"> + Portal block: Make portal manager available through portal component manager. + </action> + </release> + <release version="2.1.7" date="March 23 2005"> <action dev="AG" type="update"> Updated hsqldb to 1.7.3.3. </action> @@ -474,10 +478,6 @@ very first line, in the form "<code>// encoding = xxxx</code>". Otherwise, the default platform encoding is used. </action> - <action dev="BD" type="fix"> - Tour block: fix "shapes" sample using if/else in flowscript - instead of switch. - </action> <action dev="SW" type="update"> CForms: separate <code>FormattingDateConvertor</code> that uses <code>java.text.SimpleDateFormat</code> and <code>Icu4jDateFormatter</code> @@ -485,12 +485,16 @@ library was present in the classpath, which sometimes caused some strange results as it behaves a bit differently. </action> + <action dev="BD" type="fix"> + Tour block: fix "shapes" sample using if/else in flowscript + instead of switch. + </action> <action dev="VG" type="update"> Build: Added exclude.all.blocks and include.all.blocks properties to quickly toggle all blocks on or off. </action> <action dev="AG" type="update"> - Updated antlr to 2.7.5, groovy to 1.0-beta-10, jetty to 4.2.23. + Updated antlr to 2.7.5, groovy to 1.0-beta-10, jetty to 4.2.23 </action> <action dev="VG" type="update"> OJB Block: Marked as stable. @@ -510,6 +514,10 @@ </action> <action dev="CZ" type="fix" fixes-bug="10277"> Change the mime-type setting of a reader. See also bug #25121. + </action> + <action dev="VG" type="update"> + OJB Block: Renamed JdoPMF component to JDO, OdmgImplementation to ODMG, and + removed PBFactory component - please use OJB PersistenceFactory API directly. </action> <action dev="VG" type="fix"> Runnable Manager: Fix bug preventing scheduling of two different jobs at the same time.