You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2017/09/05 21:54:01 UTC

svn commit: r1807423 - /poi/site/src/documentation/content/xdocs/status.xml

Author: kiwiwings
Date: Tue Sep  5 21:54:01 2017
New Revision: 1807423

URL: http://svn.apache.org/viewvc?rev=1807423&view=rev
Log:
#61478 - POI OOXML-Schema lookup uses wrong classloader (change-log)

Modified:
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1807423&r1=1807422&r2=1807423&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Tue Sep  5 21:54:01 2017
@@ -56,17 +56,17 @@
           when referring to both H??F and X??F formats.
     -->
 
-    <release version="3.18-beta1" date="2017-11-??">
-      <actions>
-        <action dev="PD" type="fix" fixes-bug="61470" module="XWPF">Handle ruby (phonetic) elements in XWPFRun</action>
-      </actions>
-    </release>
-
-    <release version="3.17" date="2017-08-27">
+    <release version="3.17" date="2017-09-??">
       <summary>
         <summary-item>Removal of deprecated classes and methods that were marked for removal in v3.17</summary-item>
+		<summary-item>Various modules: add sanity checks and fix infinite loops / OOMs caused by fuzzed data</summary-item>
+		<summary-item>OPC: fix linebreak handling on XML signature calculation (#61182)</summary-item>
+		<summary-item>SS Common: fix number formatting (github-43/52, #60422)</summary-item>
+		<summary-item>SXSSF: fix XML processing - unicode surrogates and line breaks (#61048, #61246)</summary-item>
       </summary>
       <actions>
+        <action dev="PD" type="fix" fixes-bug="61478" module="OPC">POI OOXML-Schema lookup uses wrong classloader</action>
+        <action dev="PD" type="fix" fixes-bug="61470" module="XWPF">Handle ruby (phonetic) elements in XWPFRun</action>
         <action dev="PD" type="fix" fixes-bug="61381" module="POIFS">PushbackInputStreams passed to ZipHelper may not hold 8 bytes</action>
         <action dev="PD" type="fix" fixes-bug="58975" module="SS Common">Support formula evaluation with functions containing more than 127 arguments</action>
         <action dev="PD" type="fix" fixes-bug="60422" module="SS Common">Fix issue with number formatting in non-default locales</action>



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