You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2014/08/13 18:10:14 UTC

svn commit: r1617749 - in /poi/site: publish/changes.html publish/changes.rss publish/overview.html publish/spreadsheet/excelant.html src/documentation/content/xdocs/overview.xml

Author: nick
Date: Wed Aug 13 16:10:14 2014
New Revision: 1617749

URL: http://svn.apache.org/r1617749
Log:
Explicitly list dom4j as no longer being needed, and republish the site

Modified:
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/publish/overview.html
    poi/site/publish/spreadsheet/excelant.html
    poi/site/src/documentation/content/xdocs/overview.xml

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1617749&r1=1617748&r2=1617749&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Wed Aug 13 16:10:14 2014
@@ -250,6 +250,8 @@ if (VERSION > 3) {
     
 
     
+
+    
 <a name="3.11-beta2"></a>
 <div class="h3">
 <h3>Version 3.11-beta2 (2014-??-??)</h3>
@@ -260,13 +262,31 @@ if (VERSION > 3) {
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=56812">56812</a> - For XSLF Pictures, provide a way to get the URI of externally linked pictures</li>
         
 <li>
-<img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=54764">54764</a> - On supported XML parser versions (Xerces or JVM built-in, XMLBeans 2.6), enforce sensible limits on entity expansion in OOXML files, and ensure that subsequent normal files still pass fine</li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=54764">54764</a> - On supported XML parser versions (Xerces or JVM built-in, XMLBeans 2.6), enforce sensible limits on entity expansion in OOXML files, and ensure that subsequent normal files still pass fine (CVE-2014-3574)</li>
         
 <li>
 <img class="icon" alt="fix" src="images/fix.jpg"> Recommended Apache XMLBeans version increased to 2.6.0 (any version from 2.3.0 or later will work though)</li>
         
 <li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=56800">56800</a> - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=56814">56814</a> - Switch from dom4j to JAXP</li>
+    
+</ul>
+
+    
+<a name="3.10.1"></a>
+<div class="h3">
+<h3>Version 3.10.1 (2014-08-18)</h3>
+</div>
+<ul>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=54764">54764</a> - On supported XML parser versions (Xerces or JVM built-in, XMLBeans 2.6), enforce sensible limits on entity expansion in OOXML files, and ensure that subsequent normal files still pass fine (CVE-2014-3574)</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=56164">56164</a> - Tidy up the OPC SAX setup code with a new common Helper, preventing external entity expansion (CVE-2014-3529)</li>
     
 </ul>
 
@@ -278,6 +298,9 @@ if (VERSION > 3) {
 <ul>
         
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=56164">56164</a> - Tidy up the OPC SAX setup code with a new common Helper, preventing external entity expansion (CVE-2014-3529)</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=55196">55196</a> - Correct XWPF createTOC handling of short style names</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1617749&r1=1617748&r2=1617749&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Wed Aug 13 16:10:14 2014
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
-<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> fix(bug 56812)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56812) - For XSLF Pictures, provide a way to get the URI of externally linked pictures</description></item><item><title> fix(bug 54764)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54764) - On supported XML parser versions (Xerces or JVM built-in, XMLBeans 2.6), enforce sensible limits on entity expansion in OOXML files, and ensure that subsequent normal files still pass fine</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Recommended Apache XMLBeans version increased to 2.6.0 (any version from 2.3.0 or later will work though)</description></item><item><title> fix(bug 
 56800)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56800) - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>POI Changes</title><link>http://poi.apache.org/changes.html</link><description>POI Changes</description><language>en-us</language><item><title> fix(bug 56812)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56812) - For XSLF Pictures, provide a way to get the URI of externally linked pictures</description></item><item><title> fix(bug 54764)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 54764) - On supported XML parser versions (Xerces or JVM built-in, XMLBeans 2.6), enforce sensible limits on entity expansion in OOXML files, and ensure that subsequent normal files still pass fine (CVE-2014-3574)</description></item><item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - Recommended Apache XMLBeans version increased to 2.6.0 (any version from 2.3.0 or later will work though)</description></item><item>
 <title> fix(bug 56800)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 56800) - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file</description></item><item><title> fix(bug 56814)</title><link>http://poi.apache.org/changes.html</link><description> fix by Uwe Schindler (bug 56814) - Switch from dom4j to JAXP</description></item></channel></rss>
\ No newline at end of file

Modified: poi/site/publish/overview.html
URL: http://svn.apache.org/viewvc/poi/site/publish/overview.html?rev=1617749&r1=1617748&r2=1617749&view=diff
==============================================================================
--- poi/site/publish/overview.html (original)
+++ poi/site/publish/overview.html Wed Aug 13 16:10:14 2014
@@ -608,7 +608,7 @@ if (VERSION > 3) {
 <tr class="a">
           
 <td colspan="1" rowspan="1">poi-ooxml</td>
-          <td colspan="1" rowspan="1">poi, poi-ooxml-schemas, dom4j</td>
+          <td colspan="1" rowspan="1">poi, poi-ooxml-schemas</td>
           <td colspan="1" rowspan="1">poi-ooxml-version-yyyymmdd.jar</td>
         
 </tr>
@@ -653,7 +653,9 @@ if (VERSION > 3) {
 <p>
         The OOXML jars require a stax implementation, but now that Apache
         POI requires Java 6, that is provided by the JRE and no additional
-        stax jars are required.
+        stax jars are required. The OOXML jars used to require DOM4J, but
+        the code has now been changed to use JAXP and no additional dom4j
+        jars are required.
       </p>
       
 <p>

Modified: poi/site/publish/spreadsheet/excelant.html
URL: http://svn.apache.org/viewvc/poi/site/publish/spreadsheet/excelant.html?rev=1617749&r1=1617748&r2=1617749&view=diff
==============================================================================
--- poi/site/publish/spreadsheet/excelant.html (original)
+++ poi/site/publish/spreadsheet/excelant.html Wed Aug 13 16:10:14 2014
@@ -229,8 +229,6 @@ workbooks then you need to have the foll
 <li>poi-ooxml-schemas-$version-YYYYDDMM.jar</li>
                 
 <li>xmlbeans.jar</li>
-                
-<li>dom4j.jar</li>
             
 </ul>
             

Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1617749&r1=1617748&r2=1617749&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Wed Aug 13 16:10:14 2014
@@ -301,7 +301,9 @@
       <p>
         The OOXML jars require a stax implementation, but now that Apache
         POI requires Java 6, that is provided by the JRE and no additional
-        stax jars are required.
+        stax jars are required. The OOXML jars used to require DOM4J, but
+        the code has now been changed to use JAXP and no additional dom4j
+        jars are required.
       </p>
       <p>
         The ooxml schemas jars are compiled with Apache XMLBeans 2.3, and so



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org