Author: fanningpj
Date: Sun May 17 17:29:49 2020
New Revision: 1877873

URL: http://svn.apache.org/viewvc?rev=1877873&view=rev
Log:
next version will be 5.0.0

Modified:
    poi/site/src/documentation/content/xdocs/changes.xml
    poi/site/src/documentation/content/xdocs/encryption.xml

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1877873&r1=1877872&r2=1877873&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sun May 17 17:29:49 
2020
@@ -98,6 +98,9 @@
             <action type="fix" fixes-bug="55505" context="HSSF">CountryRecord 
not found</action>
             <action type="fix" fixes-bug="64387" context="POIFS">Big POIFS 
stream result in OOM</action>
             <action type="add" fixes-bug="64411" context="POI_Overall">Provide 
JigSaw modules</action>
+            <action type="fix" fixes-bug="64441" 
context="SS_Common">synchronize code that initialises WorkbookFactory</action>
+            <action type="add" fixes-bug="63819" context="SS_Common">Support 
DateValue function</action>
+            <action type="add" fixes-bug="github-179" context="SS_Common">add 
an option for RangeCopier.copyRange() also clone styles</action>
         </actions>
     </release>
 

Modified: poi/site/src/documentation/content/xdocs/encryption.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/encryption.xml?rev=1877873&r1=1877872&r2=1877873&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/encryption.xml (original)
+++ poi/site/src/documentation/content/xdocs/encryption.xml Sun May 17 17:29:49 
2020
@@ -236,7 +236,7 @@
         <title>XML-based formats - Signing (XML Signature)</title>
 
         <note>As of <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64186";>#64186</a> the 
configuration of the
-        OPCPackage has changed, the examples below have been adopted and 
reflect the POI 4.1.3 API</note>
+        OPCPackage has changed, the examples below have been adopted and 
reflect the POI 5.0.0 API</note>
 
         <p>An Office document can be digital signed by a <a 
href="https://en.wikipedia.org/wiki/XML_Signature";>XML Signature</a>
         to protect it from unauthorized modifications, i.e. modifications 
without having the original certificate.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to