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 2022/03/03 23:25:22 UTC

svn commit: r1898575 - in /poi/site/publish: components/hmef/index.html components/poi-jvm-languages.html components/slideshow/ppt-wmf-emf-renderer.html index.html

Author: fanningpj
Date: Thu Mar  3 23:25:22 2022
New Revision: 1898575

URL: http://svn.apache.org/viewvc?rev=1898575&view=rev
Log:
5.2.1 release

Modified:
    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/index.html

Modified: poi/site/publish/components/hmef/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/hmef/index.html?rev=1898575&r1=1898574&r2=1898575&view=diff
==============================================================================
--- poi/site/publish/components/hmef/index.html (original)
+++ poi/site/publish/components/hmef/index.html Thu Mar  3 23:25:22 2022
@@ -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.0.jar:poi-scratchpad-5.2.0.jar org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat /tmp/extracted/</span>
+<span class="lineno"></span><span class="codebody">java -classpath poi-5.2.1.jar:poi-scratchpad-5.2.1.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=1898575&r1=1898574&r2=1898575&view=diff
==============================================================================
--- poi/site/publish/components/poi-jvm-languages.html (original)
+++ poi/site/publish/components/poi-jvm-languages.html Thu Mar  3 23:25:22 2022
@@ -640,7 +640,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.0.jar')</span>
+<span class="lineno"></span><span class="codebody">        sys.path.append('/path/to/%s-5.2.1.jar')</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody"></span>
@@ -774,13 +774,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.0",</span>
+<span class="lineno"></span><span class="codebody">      "org.apache.poi" % "poi" % "5.2.1",</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">      "org.apache.poi" % "poi-ooxml" % "5.2.0",</span>
+<span class="lineno"></span><span class="codebody">      "org.apache.poi" % "poi-ooxml" % "5.2.1",</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">      "org.apache.poi" % "poi-ooxml-lite" % "5.2.0"</span>
+<span class="lineno"></span><span class="codebody">      "org.apache.poi" % "poi-ooxml-lite" % "5.2.1"</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody">    )</span>
@@ -971,13 +971,13 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody">dependencies {</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">    runtime 'org.codehaus.groovy:groovy-all:2.4.21'</span>
+<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.0'</span>
+<span class="lineno"></span><span class="codebody">    runtime 'org.apache.poi:poi:5.2.1'</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">    runtime 'org.apache.poi:poi-ooxml:5.2.0'</span>
+<span class="lineno"></span><span class="codebody">    runtime 'org.apache.poi:poi-ooxml:5.2.1'</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=1898575&r1=1898574&r2=1898575&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html (original)
+++ poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html Thu Mar  3 23:25:22 2022
@@ -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.0.jar:poi-ooxml-5.2.0.jar:poi-ooxml-schemas-5.2.0.jar:poi-scratchpad-5.2.0.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.1.jar:poi-ooxml-5.2.1.jar:poi-ooxml-schemas-5.2.1.jar:poi-scratchpad-5.2.1.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>
@@ -419,7 +419,7 @@ document.write("Last Published: " + docu
                     
 <li>Extract poi-bin-....zip to a directory (= current directory)</li>
                     
-<li>Move poi-ooxml-full-5.2.0.jar,poi-javadoc-5.2.0.jar and auxiliary/xml-apis-1.4.01.jar (Java 11+) into new subdirectory "unused"</li>
+<li>Move poi-ooxml-full-5.2.1.jar,poi-javadoc-5.2.1.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/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1898575&r1=1898574&r2=1898575&view=diff
==============================================================================
--- poi/site/publish/index.html (original)
+++ poi/site/publish/index.html Thu Mar  3 23:25:22 2022
@@ -179,15 +179,15 @@ document.write("Last Published: " + docu
 <a name="Project+News"></a>
 <h2 class="boxed">Project News</h2>
 <div class="section">
-<a name="14+January+2022+-+POI+5.2.0+available"></a>
-<h3 class="boxed">14 January 2022 - POI 5.2.0 available</h3>
-<p>The Apache POI team is pleased to announce the release of 5.2.0.
+<a name="3+March+2022+-+POI+5.2.1+available"></a>
+<h3 class="boxed">3 March 2022 - POI 5.2.1 available</h3>
+<p>The Apache POI team is pleased to announce the release of 5.2.1.
           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.0">change log</a>.
+          A full list of changes is available in the <a href="changes.html#5.2.1">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.0">downloads</a> page for more details.</p>
+<p>See the <a href="download.html#POI-5.2.1">downloads</a> page for more details.</p>
 <p>POI requires Java 8 or newer since version 4.0.1.</p>
 <a name="10%2B16%2B18+December+2021-+Log4j+vulnerabilities+CVE-2021-44228%2C+CVE-2021-45046+and+CVE-2021-45105"></a>
 <h3 class="boxed">10+16+18 December 2021- Log4j vulnerabilities CVE-2021-44228, CVE-2021-45046 and CVE-2021-45105</h3>



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