You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/11/24 11:17:26 UTC

svn commit: r1895293 - in /poi/site/publish: changes.html components/slideshow/ppt-file-format.html components/spreadsheet/chart.html components/spreadsheet/quick-guide.html encryption.html

Author: fanningpj
Date: Wed Nov 24 11:17:25 2021
New Revision: 1895293

URL: http://svn.apache.org/viewvc?rev=1895293&view=rev
Log:
update changes

Modified:
    poi/site/publish/changes.html
    poi/site/publish/components/slideshow/ppt-file-format.html
    poi/site/publish/components/spreadsheet/chart.html
    poi/site/publish/components/spreadsheet/quick-guide.html
    poi/site/publish/encryption.html

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1895293&r1=1895292&r2=1895293&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Wed Nov 24 11:17:25 2021
@@ -217,6 +217,13 @@ document.write("Last Published: " + docu
                 5.2.0 (2022-03-??)
             </h2>
 <div class="section">
+<a name="Summary"></a>
+<h3 class="boxed">Summary</h3>
+<ul>
+            
+<li>Refactor to XSSF CommentsTable to make it more extensible</li>
+        
+</ul>
 <a name="Changes"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
@@ -238,12 +245,20 @@ document.write("Last Published: " + docu
 </tr>
             
 <tr class="action">
-<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65672">65672</a></td><td>OOXML</td><td>Digitial Signature - set commitment type and purpose</td>
+<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65672">65672</a></td><td>OOXML</td><td>Digital Signature - set commitment type and purpose</td>
 </tr>
             
 <tr class="action">
 <td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65676">65676</a></td><td>XSSF</td><td>Issue in XSSFReader where string builder is not always cleared between cell reads</td>
 </tr>
+            
+<tr class="action">
+<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65694">65694</a></td><td>HSLF</td><td>handle date/time fields and formats</td>
+</tr>
+            
+<tr class="action">
+<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://github.com/apache/poi/pull/281">github-281</a></td><td>SS_Common</td><td>Cell Conditional Formatting: Change regex to account for decimals with no leading digit</td>
+</tr>
         
 </tbody>
 </table>
@@ -255,7 +270,7 @@ document.write("Last Published: " + docu
                 5.1.0 (2021-11-01)
             </h2>
 <div class="section">
-<a name="Summary"></a>
+<a name="Summary-N1009A"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -282,7 +297,7 @@ document.write("Last Published: " + docu
 <li>By default, no DTDs will be accepted in XML files. This can be relaxed by setting POIXMLTypeLoader.DEFAULT_XML_OPTIONS.setDisallowDocTypeDeclaration(false).</li>
         
 </ul>
-<a name="Changes-N10098"></a>
+<a name="Changes-N100C2"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -484,7 +499,7 @@ document.write("Last Published: " + docu
                 5.0.0 (2021-01-20)
             </h2>
 <div class="section">
-<a name="Summary-N10379"></a>
+<a name="Summary-N103A3"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -511,7 +526,7 @@ document.write("Last Published: " + docu
 <li>new experimental DeferredSXSSFWorkbook which creates fewer temp files by lazily generating rows (see DeferredGeneration in poi-examples)</li>
         
 </ul>
-<a name="Changes-N1039E"></a>
+<a name="Changes-N103C8"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -821,7 +836,7 @@ document.write("Last Published: " + docu
                 4.1.2 (2020-02-17)
             </h2>
 <div class="section">
-<a name="Summary-N10826"></a>
+<a name="Summary-N10850"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -836,7 +851,7 @@ document.write("Last Published: " + docu
 <li>updated dependencies to Bouncycastle 1.64</li>
         
 </ul>
-<a name="Changes-N1083C"></a>
+<a name="Changes-N10866"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -970,7 +985,7 @@ document.write("Last Published: " + docu
                 4.1.1 (2019-10-20)
             </h2>
 <div class="section">
-<a name="Summary-N10A07"></a>
+<a name="Summary-N10A31"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -989,7 +1004,7 @@ document.write("Last Published: " + docu
 <li>CVE-2019-12415 - XML External Entity (XXE) Processing in Apache POI</li>
         
 </ul>
-<a name="Changes-N10A23"></a>
+<a name="Changes-N10A4D"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1139,7 +1154,7 @@ document.write("Last Published: " + docu
                 4.1.0 (2019-04-09)
             </h2>
 <div class="section">
-<a name="Summary-N10C2B"></a>
+<a name="Summary-N10C55"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1164,7 +1179,7 @@ document.write("Last Published: " + docu
 <li>Upgrade to XMLSec 2.1.2</li>
         
 </ul>
-<a name="Changes-N10C50"></a>
+<a name="Changes-N10C7A"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1338,7 +1353,7 @@ document.write("Last Published: " + docu
                 4.0.1 (2018-12-03)
             </h2>
 <div class="section">
-<a name="Summary-N10EC1"></a>
+<a name="Summary-N10EEB"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1349,7 +1364,7 @@ document.write("Last Published: " + docu
 <li>Upgrade to XMLBeans 3.0.2</li>
         
 </ul>
-<a name="Changes-N10ED1"></a>
+<a name="Changes-N10EFB"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1507,7 +1522,7 @@ document.write("Last Published: " + docu
                 4.0.0 (2018-09-07)
             </h2>
 <div class="section">
-<a name="Summary-N11102"></a>
+<a name="Summary-N1112C"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1516,7 +1531,7 @@ document.write("Last Published: " + docu
 <li>New OOXML schema (1.4) necessary, because of incompatible XMLBeans loading not anymore through POIXMLTypeLoader</li>
         
 </ul>
-<a name="Changes-N1110F"></a>
+<a name="Changes-N11139"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>

Modified: poi/site/publish/components/slideshow/ppt-file-format.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/slideshow/ppt-file-format.html?rev=1895293&r1=1895292&r2=1895293&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/ppt-file-format.html (original)
+++ poi/site/publish/components/slideshow/ppt-file-format.html Wed Nov 24 11:17:25 2021
@@ -345,7 +345,7 @@ document.write("Last Published: " + docu
 <p>
 		The record type is a little endian number, which tells you what
 		kind of record you're dealing with. Each different kind of record
-		has it's own value that gets stored here. PowerPoint records have
+		has its own value that gets stored here. PowerPoint records have
 		a type that's normally less than 6000 (decimal). Escher records
 		normally have a type between 0xF000 and 0xF1FF.
 		</p>

Modified: poi/site/publish/components/spreadsheet/chart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/spreadsheet/chart.html?rev=1895293&r1=1895292&r2=1895293&view=diff
==============================================================================
--- poi/site/publish/components/spreadsheet/chart.html (original)
+++ poi/site/publish/components/spreadsheet/chart.html Wed Nov 24 11:17:25 2021
@@ -295,7 +295,7 @@ document.write("Last Published: " + docu
 <div class="section">
 <p>
                 This document is intended as a work in progress for describing
-                our current understanding of how the chart records are are
+                our current understanding of how the chart records are
                 written to produce a valid chart.
             </p>
 </div>

Modified: poi/site/publish/components/spreadsheet/quick-guide.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/spreadsheet/quick-guide.html?rev=1895293&r1=1895292&r2=1895293&view=diff
==============================================================================
--- poi/site/publish/components/spreadsheet/quick-guide.html (original)
+++ poi/site/publish/components/spreadsheet/quick-guide.html Wed Nov 24 11:17:25 2021
@@ -3135,7 +3135,7 @@ Examples:
                         If you're being observant you'll noticed that the shapes
                         that are added to the group use a new type of anchor:
                         the <span class="codefrag">HSSFChildAnchor</span>.  What happens is that
-                        the created group has it's own coordinate space for
+                        the created group has its own coordinate space for
                         shapes that are placed into it.  POI defaults this to
                         (0,0,1023,255) but you are able to change it as desired.
                         Here's how:
@@ -3153,7 +3153,7 @@ Examples:
 </div>
 <p>
                         If you create a group within a group it's also going
-                        to have it's own coordinate space.
+                        to have its own coordinate space.
                     </p>
 <a name="StylingShapes" id="StylingShapes"></a><a name="Styling+Shapes"></a>
 <h4>Styling Shapes</h4>

Modified: poi/site/publish/encryption.html
URL: http://svn.apache.org/viewvc/poi/site/publish/encryption.html?rev=1895293&r1=1895292&r2=1895293&view=diff
==============================================================================
--- poi/site/publish/encryption.html (original)
+++ poi/site/publish/encryption.html Wed Nov 24 11:17:25 2021
@@ -841,6 +841,30 @@ document.write("Last Published: " + docu
 <ul>
             
 <li>
+                (Since the change to Log4J 2 in POI 5.1.0, this hasn't been tested and you need to adapt the
+                logging settings to get all log output of XmlSec and POI)
+            </li>
+            
+<li>
+                add the following JVM parameters:
+                <div class="code">
+<div class="codeline">
+<span class="lineno"></span><span class="codebody"></span>
+</div>
+<div class="codeline">
+<span class="lineno"></span><span class="codebody">-Djava.io.tmpdir=&lt;custom temp directory&gt;</span>
+</div>
+<div class="codeline">
+<span class="lineno"></span><span class="codebody">-Xbootclasspath/p:&lt;preload dir, which contains /org/apache/xml/security/utils/UnsyncBufferedOutputStream.class&gt;</span>
+</div>
+<div class="codeline">
+<span class="lineno"></span><span class="codebody"></span>
+</div>
+</div>
+            
+</li>
+            
+<li>
                 To check the processed files in the canonicalized form, the below UnsyncBufferedOutputStream class needs
                 to be injected/replaced. Put the .class file in separate directory and add it to the JVM parameters (see above):
 



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