Author: fanningpj
Date: Thu Sep 28 22:25:53 2023
New Revision: 1912582

URL: http://svn.apache.org/viewvc?rev=1912582&view=rev
Log:
update docs for release 5.2.4

Modified:
    poi/site/publish/changes.html
    poi/site/publish/components/hmef/index.html
    poi/site/publish/components/poi-jvm-languages.html
    poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html
    poi/site/publish/download.html
    poi/site/publish/index.html

Modified: poi/site/publish/changes.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1912582&r1=1912581&r2=1912582&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Thu Sep 28 22:25:53 2023
@@ -218,13 +218,13 @@ document.write("Last Published: " + docu
     
 <a name="5.2.4"></a>
 <h2 class="boxed">Version
-                5.2.4 (2023-09-??)
+                5.2.4 (2023-09-28)
             </h2>
 <div class="section">
 <a name="Summary"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
-                       
+            
 <li>Discontinued the binary packages to reduce maintenance overhead, please 
rebuild the sources locally or use Maven Central for binary files</li>
             
 <li>Upgrade log4j-api dependency to 2.20.0</li>

Modified: poi/site/publish/components/hmef/index.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/components/hmef/index.html?rev=1912582&r1=1912581&r2=1912582&view=diff
==============================================================================
--- poi/site/publish/components/hmef/index.html (original)
+++ poi/site/publish/components/hmef/index.html Thu Sep 28 22:25:53 2023
@@ -346,7 +346,7 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody"></span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">java -classpath 
poi-5.2.3.jar:poi-scratchpad-5.2.3.jar 
org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat 
/tmp/extracted/</span>
+<span class="lineno"></span><span class="codebody">java -classpath 
poi-5.2.4.jar:poi-scratchpad-5.2.4.jar 
org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat 
/tmp/extracted/</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody"></span>

Modified: poi/site/publish/components/poi-jvm-languages.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/components/poi-jvm-languages.html?rev=1912582&r1=1912581&r2=1912582&view=diff
==============================================================================
--- poi/site/publish/components/poi-jvm-languages.html (original)
+++ poi/site/publish/components/poi-jvm-languages.html Thu Sep 28 22:25:53 2023
@@ -643,7 +643,7 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody">    for jar in ('poi', 
'poi-ooxml', 'poi-ooxml-lite'):</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">        
sys.path.append('/path/to/%s-5.2.3.jar')</span>
+<span class="lineno"></span><span class="codebody">        
sys.path.append('/path/to/%s-5.2.4.jar')</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody"></span>
@@ -777,13 +777,13 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody">    libraryDependencies ++= 
Seq(</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi" % "5.2.3",</span>
+<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi" % "5.2.4",</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi-ooxml" % "5.2.3",</span>
+<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi-ooxml" % "5.2.4",</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi-ooxml-lite" % "5.2.3"</span>
+<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi-ooxml-lite" % "5.2.4"</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody">    )</span>
@@ -977,10 +977,10 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody">    runtime 
'org.codehaus.groovy:groovy-all:2.5.15'</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">    runtime 
'org.apache.poi:poi:5.2.3'</span>
+<span class="lineno"></span><span class="codebody">    runtime 
'org.apache.poi:poi:5.2.4'</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">    runtime 
'org.apache.poi:poi-ooxml:5.2.3'</span>
+<span class="lineno"></span><span class="codebody">    runtime 
'org.apache.poi:poi-ooxml:5.2.4'</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody">}</span>

Modified: poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html?rev=1912582&r1=1912581&r2=1912582&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html (original)
+++ poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html Thu Sep 28 
22:25:53 2023
@@ -406,7 +406,7 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody"></span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">java -cp 
poi-5.2.3.jar:poi-ooxml-5.2.3.jar:poi-ooxml-lite-5.2.3.jar:poi-scratchpad-5.2.3.jar:lib/*:ooxml-lib/*:auxiliary/*
 org.apache.poi.xslf.util.PPTX2PNG -format png -fixside long -scale 1000 
-charset GBK file.pptx</span>
+<span class="lineno"></span><span class="codebody">java -cp 
poi-5.2.4.jar:poi-ooxml-5.2.4.jar:poi-ooxml-lite-5.2.4.jar:poi-scratchpad-5.2.4.jar:lib/*:ooxml-lib/*:auxiliary/*
 org.apache.poi.xslf.util.PPTX2PNG -format png -fixside long -scale 1000 
-charset GBK file.pptx</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody"></span>
@@ -421,7 +421,7 @@ document.write("Last Published: " + docu
                     
 <li>Alternatively, download the jars from 
https://repo1.maven.org/maven2/org/apache/poi/</li>
                     
-<li>Exclude poi-ooxml-full-5.2.3.jar,poi-javadoc-5.2.3.jar and 
auxiliary/xml-apis-1.4.01.jar (Java 11+) into new subdirectory "unused"</li>
+<li>Exclude poi-ooxml-full-5.2.4.jar,poi-javadoc-5.2.4.jar and 
auxiliary/xml-apis-1.4.01.jar (Java 11+) into new subdirectory "unused"</li>
                     
 <li>Move all other jars in current directory into a new subdirectory "poi"</li>
                     

Modified: poi/site/publish/download.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/download.html?rev=1912582&r1=1912581&r2=1912582&view=diff
==============================================================================
--- poi/site/publish/download.html (original)
+++ poi/site/publish/download.html Thu Sep 28 22:25:53 2023
@@ -187,7 +187,7 @@ document.write("Last Published: " + docu
                 
 <li>
                     
-<a href="#POI-5.2.3">The latest stable release is Apache POI 5.2.3</a>
+<a href="#POI-5.2.4">The latest stable release is Apache POI 5.2.4</a>
                 
 </li>
                 
@@ -213,13 +213,13 @@ document.write("Last Published: " + docu
         <!-- latest final release -->
 
         
-<a name="POI-5.2.3"></a>
-<h2 class="boxed">16 September 2022 - POI 5.2.3 available</h2>
+<a name="POI-5.2.4"></a>
+<h2 class="boxed">28 September 2023 - POI 5.2.4 available</h2>
 <div class="section">
-<p>The Apache POI team is pleased to announce the release of 5.2.3.
+<p>The Apache POI team is pleased to announce the release of 5.2.4.
                 Featured are a handful of new areas of functionality and 
numerous bug fixes.</p>
 <p>A summary of changes is available in the
-                <a 
href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-5.2.3.txt";>Release
 Notes</a>.
+                <a 
href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-5.2.4.txt";>Release
 Notes</a>.
                 A full list of changes is available in the <a 
href="changes.html">change log</a>.
                 People interested should also follow the <a 
href="help/index.html">dev list</a>
                 to track progress.</p>
@@ -227,26 +227,24 @@ document.write("Last Published: " + docu
                 The POI source release is listed below.
                 Pre-built versions of all <a href="components/">POI 
components</a>
                 are available in the central Maven repository under Group ID 
"org.apache.poi" and Version
-                "5.2.3".
+                "5.2.4".
             </p>
-<a name="POI-5.2.3-src"></a>
+<a name="POI-5.2.4-src"></a>
 <h3 class="boxed">Source Distribution</h3>
 <ul>
                     
 <li>
                         
-<a 
href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.2.3-20220909.tgz";>poi-src-5.2.3-20220909.tgz</a>
-                        (112 MB, <a 
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.tgz.asc";>signature
 (.asc)</a>,
-                        checksum: <a 
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.tgz.sha256";>SHA-256</a>,
-                        <a 
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.tgz.sha512";>SHA-512</a>)
+<a 
href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.2.4-20230921.tgz";>poi-src-5.2.4-20230921.tgz</a>
+                        (112 MB, <a 
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.4-20230921.tgz.asc";>signature
 (.asc)</a>,
+                        checksum: <a 
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.4-20230921.tgz.sha512";>SHA-512</a>)
                     </li>
                     
 <li>
                         
-<a 
href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.2.3-20220909.zip";>poi-src-5.2.3-20220909.zip</a>
-                        (116 MB, <a 
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.zip.asc";>signature
 (.asc)</a>,
-                        checksum: <a 
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.zip.sha256";>SHA-256</a>,
-                        <a 
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.zip.sha512";>SHA-512</a>)
+<a 
href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.2.4-20230921.zip";>poi-src-5.2.4-20230921.zip</a>
+                        (116 MB, <a 
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.4-20230921.zip.asc";>signature
 (.asc)</a>,
+                        checksum: <a 
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.4-20230921.zip.sha512";>SHA-512</a>)
                     </li>
                 
 </ul>
@@ -257,7 +255,7 @@ document.write("Last Published: " + docu
 <h2 class="boxed">Binary Artifacts</h2>
 <div class="section">
 <p>
-                POI 5.2.3 is the last version where we produced a set of 
poi-bin*.zip and poi-bin*.tgz files.
+                POI 5.2.3 was the last version where we produced a set of 
poi-bin*.zip and poi-bin*.tgz files.
                 We will continue to publish jars to Maven Central. If you are 
not using a build tool like
                 Apache Maven or Gradle, you can still find these jars by 
traversing the directories at
                 <a 
href="https://repo1.maven.org/maven2/org/apache/poi/";>https://repo1.maven.org/maven2/org/apache/poi/</a>.

Modified: poi/site/publish/index.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1912582&r1=1912581&r2=1912582&view=diff
==============================================================================
--- poi/site/publish/index.html (original)
+++ poi/site/publish/index.html Thu Sep 28 22:25:53 2023
@@ -182,15 +182,15 @@ document.write("Last Published: " + docu
 <a name="Project+News"></a>
 <h2 class="boxed">Project News</h2>
 <div class="section">
-<a name="16+September+2022+-+POI+5.2.3+available"></a>
-<h3 class="boxed">16 September 2022 - POI 5.2.3 available</h3>
-<p>The Apache POI team is pleased to announce the release of 5.2.3.
+<a name="28+September+2023+-+POI+5.2.4+available"></a>
+<h3 class="boxed">28 September 2023 - POI 5.2.4 available</h3>
+<p>The Apache POI team is pleased to announce the release of 5.2.4.
           Several dependencies were updated to their latest versions to pick 
up security fixes and other improvements.</p>
 <p>A summary of changes is available in the
           <a 
href="https://www.apache.org/dyn/closer.lua/poi/release/RELEASE-NOTES.txt";>Release
 Notes</a>.
-          A full list of changes is available in the <a 
href="changes.html#5.2.3">change log</a>.
+          A full list of changes is available in the <a 
href="changes.html#5.2.4">change log</a>.
           People interested should also follow the <a 
href="help/index.html">dev list</a> to track progress.</p>
-<p>See the <a href="download.html#POI-5.2.3">downloads</a> page for more 
details.</p>
+<p>See the <a href="download.html#POI-5.2.4">downloads</a> page for more 
details.</p>
 <p>POI requires Java 8 or newer since version 4.0.1.</p>
 <a 
name="4+March+2022+-+CVE-2022-26336+-+A+carefully+crafted+TNEF+file+can+cause+an+out+of+memory+exception+in+Apache+POI+poi-scratchpad+versions+prior+to+5.2.0"></a>
 <h3 class="boxed">4 March 2022 - CVE-2022-26336 - A carefully crafted TNEF 
file can cause an out of memory exception in Apache POI poi-scratchpad versions 
prior to 5.2.0</h3>



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

Reply via email to