You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2006/11/20 07:13:26 UTC

svn commit: r477062 - /xml/commons/trunk/status.xml

Author: mrglavas
Date: Sun Nov 19 22:13:25 2006
New Revision: 477062

URL: http://svn.apache.org/viewvc?view=rev&rev=477062
Log:
Added another entry for xml-commons-external-1.3.04.

Modified:
    xml/commons/trunk/status.xml

Modified: xml/commons/trunk/status.xml
URL: http://svn.apache.org/viewvc/xml/commons/trunk/status.xml?view=diff&rev=477062&r1=477061&r2=477062
==============================================================================
--- xml/commons/trunk/status.xml (original)
+++ xml/commons/trunk/status.xml Sun Nov 19 22:13:25 2006
@@ -9,6 +9,8 @@
 <person name="Norman Walsh" email="ndw@apache.org" id="ndw" />
 <person name="Michael Glavassevich" email="mrglavas@apache.org" id="mrglavas" />
 <person name="Morris Kwan" email="mkwan@ca.ibm.com" id="mkwan" />
+<person name="Jeremias Maerki" email="jeremias@apache.org" id="jeremias" />
+<person name="Cameron McCormack" email="cam@apache.org" id="cam" />
 <person name="Volunteer needed" email="commons-dev@xml.apache.org" id="open"/>
     <!-- Add more people here -->
   </developers>
@@ -95,6 +97,11 @@
   <changes>
     <!-- Add new releases here -->
     <release version="xml-commons-external-1.3.04" date="not-yet-released">
+      <action type="add" context="code" dev="jeremias, cam, mrglavas">
+       Added Java Language Bindings for SAC 1.3 (The Simple API for CSS), SMIL and SVG 1.1.
+       These three packages that were formerly published by Apache Batik are now included
+       in the new xml-apis-ext.jar.
+      </action>
       <action type="fix" context="docs" dev="mrglavas">
         Fixed errors in the usage examples for the JAXP 1.3 Validation and XPath APIs.
         Namespace-awareness needs to be set to true on the DocumentBuilderFactory.