Author: fanningpj
Date: Sat Mar 19 23:23:46 2022
New Revision: 1899063
URL: http://svn.apache.org/viewvc?rev=1899063&view=rev
Log:
poi 5.2.2 release
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/help/faq.html
poi/site/publish/index.html
Modified: poi/site/publish/changes.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1899063&r1=1899062&r2=1899063&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sat Mar 19 23:23:46 2022
@@ -214,7 +214,7 @@ document.write("Last Published: " + docu
<a name="5.2.2"></a>
<h2 class="boxed">Version
- 5.2.2 (2022-09-??)
+ 5.2.2 (2022-03-19)
</h2>
<div class="section">
<a name="Summary"></a>
Modified: poi/site/publish/components/hmef/index.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/components/hmef/index.html?rev=1899063&r1=1899062&r2=1899063&view=diff
==============================================================================
--- poi/site/publish/components/hmef/index.html (original)
+++ poi/site/publish/components/hmef/index.html Sat Mar 19 23:23:46 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.1.jar:poi-scratchpad-5.2.1.jar
org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat
/tmp/extracted/</span>
+<span class="lineno"></span><span class="codebody">java -classpath
poi-5.2.2.jar:poi-scratchpad-5.2.2.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=1899063&r1=1899062&r2=1899063&view=diff
==============================================================================
--- poi/site/publish/components/poi-jvm-languages.html (original)
+++ poi/site/publish/components/poi-jvm-languages.html Sat Mar 19 23:23:46 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.1.jar')</span>
+<span class="lineno"></span><span class="codebody">
sys.path.append('/path/to/%s-5.2.2.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.1",</span>
+<span class="lineno"></span><span class="codebody"> "org.apache.poi" %
"poi" % "5.2.2",</span>
</div>
<div class="codeline">
-<span class="lineno"></span><span class="codebody"> "org.apache.poi" %
"poi-ooxml" % "5.2.1",</span>
+<span class="lineno"></span><span class="codebody"> "org.apache.poi" %
"poi-ooxml" % "5.2.2",</span>
</div>
<div class="codeline">
-<span class="lineno"></span><span class="codebody"> "org.apache.poi" %
"poi-ooxml-lite" % "5.2.1"</span>
+<span class="lineno"></span><span class="codebody"> "org.apache.poi" %
"poi-ooxml-lite" % "5.2.2"</span>
</div>
<div class="codeline">
<span class="lineno"></span><span class="codebody"> )</span>
@@ -974,10 +974,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.1'</span>
+<span class="lineno"></span><span class="codebody"> runtime
'org.apache.poi:poi:5.2.2'</span>
</div>
<div class="codeline">
-<span class="lineno"></span><span class="codebody"> runtime
'org.apache.poi:poi-ooxml:5.2.1'</span>
+<span class="lineno"></span><span class="codebody"> runtime
'org.apache.poi:poi-ooxml:5.2.2'</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=1899063&r1=1899062&r2=1899063&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html (original)
+++ poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html Sat Mar 19
23:23:46 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.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>
+<span class="lineno"></span><span class="codebody">java -cp
poi-5.2.2.jar:poi-ooxml-5.2.2.jar:poi-ooxml-lite-5.2.2.jar:poi-scratchpad-5.2.2.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.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 poi-ooxml-full-5.2.2.jar,poi-javadoc-5.2.2.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=1899063&r1=1899062&r2=1899063&view=diff
==============================================================================
--- poi/site/publish/download.html (original)
+++ poi/site/publish/download.html Sat Mar 19 23:23:46 2022
@@ -184,7 +184,7 @@ document.write("Last Published: " + docu
<li>
-<a href="#POI-5.2.1">The latest stable release is Apache POI 5.2.1</a>
+<a href="#POI-5.2.2">The latest stable release is Apache POI 5.2.2</a>
</li>
@@ -210,13 +210,13 @@ document.write("Last Published: " + docu
<!-- latest final release -->
-<a name="POI-5.2.1"></a>
-<h2 class="boxed">03 March 2022 - POI 5.2.1 available</h2>
+<a name="POI-5.2.2"></a>
+<h2 class="boxed">19 March 2022 - POI 5.2.2 available</h2>
<div class="section">
-<p>The Apache POI team is pleased to announce the release of 5.2.1.
+<p>The Apache POI team is pleased to announce the release of 5.2.2.
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.1.txt">Release
Notes</a>.
+ <a
href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-5.2.2.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>
@@ -224,47 +224,47 @@ document.write("Last Published: " + docu
The POI source release as well as the pre-built binary
deployment packages are 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.1".
+ "5.2.2".
</p>
-<a name="POI-5.2.1-bin"></a>
+<a name="POI-5.2.2-bin"></a>
<h3 class="boxed">Binary Distribution</h3>
<ul>
<li>
-<a
href="https://www.apache.org/dyn/closer.lua/poi/release/bin/poi-bin-5.2.1-20220224.tgz">poi-bin-5.2.1-20220224.tgz</a>
- (57 MB, <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.1-20220224.tgz.asc">signature
(.asc)</a>,
- checksum: <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.1-20220224.tgz.sha256">SHA-256</a>,
- <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.1-20220224.tgz.sha512">SHA-512</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/poi/release/bin/poi-bin-5.2.2-20220312.tgz">poi-bin-5.2.2-20220312.tgz</a>
+ (57 MB, <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.2-20220312.tgz.asc">signature
(.asc)</a>,
+ checksum: <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.2-20220312.tgz.sha256">SHA-256</a>,
+ <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.2-20220312.tgz.sha512">SHA-512</a>)
</li>
<li>
-<a
href="https://www.apache.org/dyn/closer.lua/poi/release/bin/poi-bin-5.2.1-20220224.zip">poi-bin-5.2.1-20220224.zip</a>
- (57 MB, <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.1-20220224.zip.asc">signature
(.asc)</a>,
- checksum: <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.1-20220224.zip.sha256">SHA-256</a>,
- <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.1-20220224.zip.sha512">SHA-512</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/poi/release/bin/poi-bin-5.2.2-20220312.zip">poi-bin-5.2.2-20220312.zip</a>
+ (57 MB, <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.2-20220312.zip.asc">signature
(.asc)</a>,
+ checksum: <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.2-20220312.zip.sha256">SHA-256</a>,
+ <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.2-20220312.zip.sha512">SHA-512</a>)
</li>
</ul>
-<a name="POI-5.2.1-src"></a>
+<a name="POI-5.2.2-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.1-20220224.tgz">poi-src-5.2.1-20220224.tgz</a>
- (112 MB, <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.1-20220224.tgz.asc">signature
(.asc)</a>,
- checksum: <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.1-20220224.tgz.sha256">SHA-256</a>,
- <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.1-20220224.tgz.sha512">SHA-512</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.2.2-20220312.tgz">poi-src-5.2.2-20220312.tgz</a>
+ (112 MB, <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.2-20220312.tgz.asc">signature
(.asc)</a>,
+ checksum: <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.2-20220312.tgz.sha256">SHA-256</a>,
+ <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.2-20220312.tgz.sha512">SHA-512</a>)
</li>
<li>
-<a
href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.2.1-20220224.zip">poi-src-5.2.1-20220224.zip</a>
- (115 MB, <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.1-20220224.zip.asc">signature
(.asc)</a>,
- checksum: <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.1-20220224.zip.sha256">SHA-256</a>,
- <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.1-20220224.zip.sha512">SHA-512</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.2.2-20220312.zip">poi-src-5.2.2-20220312.zip</a>
+ (115 MB, <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.2-20220312.zip.asc">signature
(.asc)</a>,
+ checksum: <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.2-20220312.zip.sha256">SHA-256</a>,
+ <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.2.2-20220312.zip.sha512">SHA-512</a>)
</li>
</ul>
Modified: poi/site/publish/help/faq.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/help/faq.html?rev=1899063&r1=1899062&r2=1899063&view=diff
==============================================================================
--- poi/site/publish/help/faq.html (original)
+++ poi/site/publish/help/faq.html Sat Mar 19 23:23:46 2022
@@ -178,7 +178,7 @@ System.out.println("POI Scratchpad came
</div>
<a name="faq-N10025"></a>
<h2 class="boxed">3.
- I'm using the poi-ooxml-lite (known as poi-ooxml-schemas) jar, but my
code is failing with "java.lang.NoClassDefFoundError:
org/openxmlformats/schemas/*something*"
+ I'm using the poi-ooxml-lite (previously known as poi-ooxml-schemas)
jar, but my code is failing with "java.lang.NoClassDefFoundError:
org/openxmlformats/schemas/*something*"
</h2>
<div class="section">
<p>To use the new OOXML file formats, POI requires a jar containing
@@ -188,9 +188,9 @@ System.out.println("POI Scratchpad came
<em>org.openxmlformats.schemas</em> namespace.</p>
<p>There are two jar files available, as described in
<a href="../components/">the components overview section</a>.
- The <em>full jar of all of the schemas is poi-ooxml-full-XXX.jar (known
as ooxml-schemas)
+ The <em>full jar of all of the schemas is poi-ooxml-full-XXX.jar
(previously known as ooxml-schemas)
(lower versions for older releases, see table below)</em>,
- and it is currently around 16mb. The <em>smaller poi-ooxml-lite (known
as poi-ooxml-schemas)
+ and it is currently around 16mb. The <em>smaller poi-ooxml-lite
(previously known as poi-ooxml-schemas)
jar</em> is only about 6mb. This latter jar file only contains the
typically used parts though.</p>
<p>Many users choose to use the smaller poi-ooxml-lite jar to save
Modified: poi/site/publish/index.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1899063&r1=1899062&r2=1899063&view=diff
==============================================================================
--- poi/site/publish/index.html (original)
+++ poi/site/publish/index.html Sat Mar 19 23:23:46 2022
@@ -179,6 +179,16 @@ document.write("Last Published: " + docu
<a name="Project+News"></a>
<h2 class="boxed">Project News</h2>
<div class="section">
+<a name="19+March+2022+-+POI+5.2.2+available"></a>
+<h3 class="boxed">19 March 2022 - POI 5.2.2 available</h3>
+<p>The Apache POI team is pleased to announce the release of 5.2.2.
+ 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.2">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.2">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>
<p>Description:<br>
@@ -188,16 +198,6 @@ document.write("Last Published: " + docu
<p>Mitigation:<br>
Affected users are advised to update to poi-scratchpad 5.2.1 or above
which fixes this vulnerability. It is recommended that you use the
same versions of all POI jars.</p>
-<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.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.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>
<p>The Apache POI PMC has evaluated the security vulnerabilities reported
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]