Author: fanningpj
Date: Tue Nov 2 08:45:55 2021
New Revision: 1894665
URL: http://svn.apache.org/viewvc?rev=1894665&view=rev
Log:
POI 5.1.0 release
Modified:
poi/site/src/documentation/content/xdocs/changes.xml
poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml
poi/site/src/documentation/content/xdocs/download.xml
poi/site/src/documentation/content/xdocs/index.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=1894665&r1=1894664&r2=1894665&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Tue Nov 2 08:45:55
2021
@@ -70,7 +70,7 @@
</p>
</section>
- <release version="5.1.0" date="2021-10-??">
+ <release version="5.1.0" date="2021-11-01">
<summary>
<summary-item>XDDF - bug fixes</summary-item>
<summary-item>Upgrade Batik dependency to 1.14</summary-item>
Modified:
poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml?rev=1894665&r1=1894664&r2=1894665&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml
(original)
+++ poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml
Tue Nov 2 08:45:55 2021
@@ -109,7 +109,7 @@
# Add <a href="site:components">poi jars</a> onto the python classpath or
add them at run time
import sys
for jar in ('poi', 'poi-ooxml', 'poi-ooxml-lite'):
- sys.path.append('/path/to/%s-5.0.0.jar')
+ sys.path.append('/path/to/%s-5.1.0.jar')
from java.io import File, FileOutputStream
from contextlib import closing
@@ -150,9 +150,9 @@
<source> <!-- lang="scala" -->
// Add the POI core and OOXML support dependencies into your build.sbt
libraryDependencies ++= Seq(
- "org.apache.poi" % "poi" % "5.0.0",
- "org.apache.poi" % "poi-ooxml" % "5.0.0",
- "org.apache.poi" % "poi-ooxml-lite" % "5.0.0"
+ "org.apache.poi" % "poi" % "5.1.0",
+ "org.apache.poi" % "poi-ooxml" % "5.1.0",
+ "org.apache.poi" % "poi-ooxml-lite" % "5.1.0"
)
</source>
</section>
@@ -211,8 +211,8 @@ repositories {
}
dependencies {
runtime 'org.codehaus.groovy:groovy-all:2.4.21'
- runtime 'org.apache.poi:poi:5.0.0'
- runtime 'org.apache.poi:poi-ooxml:5.0.0'
+ runtime 'org.apache.poi:poi:5.1.0'
+ runtime 'org.apache.poi:poi-ooxml:5.1.0'
}
</source>
</section>
Modified: poi/site/src/documentation/content/xdocs/download.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/download.xml?rev=1894665&r1=1894664&r2=1894665&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/download.xml (original)
+++ poi/site/src/documentation/content/xdocs/download.xml Tue Nov 2 08:45:55
2021
@@ -33,7 +33,7 @@
</p>
<ul>
<li>
- <a href="#POI-5.0.0">The latest stable release is Apache
POI 5.0.0</a>
+ <a href="#POI-5.1.0">The latest stable release is Apache
POI 5.1.0</a>
</li>
<li>
<a href="site:nightly" class="sebb">Nightly/CI builds are
available as well</a>
@@ -56,11 +56,11 @@
<!-- latest final release -->
- <section id="POI-5.0.0"><title>20 January 2021 - POI 5.0.0
available</title>
- <p>The Apache POI team is pleased to announce the release of 5.0.0.
+ <section id="POI-5.1.0"><title>1 November 2021 - POI 5.1.0
available</title>
+ <p>The Apache POI team is pleased to announce the release of 5.1.0.
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.0.0.txt">Release
Notes</a>.
+ <a
href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-5.1.0.txt">Release
Notes</a>.
A full list of changes is available in the <a
href="site:changes">change log</a>.
People interested should also follow the <a
href="site:mailinglists">dev list</a>
to track progress.</p>
@@ -68,37 +68,37 @@
The POI source release as well as the pre-built binary
deployment packages are listed below.
Pre-built versions of all <a href="site:components">POI
components</a>
are available in the central Maven repository under Group ID
"org.apache.poi" and Version
- "5.0.0".
+ "5.1.0".
</p>
- <section id="POI-5.0.0-bin"><title>Binary Distribution</title>
+ <section id="POI-5.1.0-bin"><title>Binary Distribution</title>
<ul>
<li>
- <a
href="https://www.apache.org/dyn/closer.lua/poi/release/bin/poi-bin-5.0.0-20210120.tar.gz">poi-bin-5.0.0-20210120.tar.gz</a>
- (56.01 MB, <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.0.0-20210120.tar.gz.asc">signature
(.asc)</a>,
- checksum: <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.0.0-20210120.tar.gz.sha256">SHA-256</a>,
- <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.0.0-20210120.tar.gz.sha512">SHA-512</a>)
+ <a
href="https://www.apache.org/dyn/closer.lua/poi/release/bin/poi-bin-5.1.0-20211024.tar.gz">poi-bin-5.1.0-20211024.tar.gz</a>
+ (57 MB, <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.1.0-20211024.tar.gz.asc">signature
(.asc)</a>,
+ checksum: <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.1.0-20211024.tar.gz.sha256">SHA-256</a>,
+ <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.1.0-20211024.tar.gz.sha512">SHA-512</a>)
</li>
<li>
- <a
href="https://www.apache.org/dyn/closer.lua/poi/release/bin/poi-bin-5.0.0-20210120.zip">poi-bin-5.0.0-20210120.zip</a>
- (66.36 MB, <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.0.0-20210120.zip.asc">signature
(.asc)</a>,
- checksum: <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.0.0-20210120.zip.sha256">SHA-256</a>,
- <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.0.0-20210120.zip.sha512">SHA-512</a>)
+ <a
href="https://www.apache.org/dyn/closer.lua/poi/release/bin/poi-bin-5.1.0-20211024.zip">poi-bin-5.1.0-20211024.zip</a>
+ (57 MB, <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.1.0-20211024.zip.asc">signature
(.asc)</a>,
+ checksum: <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.1.0-20211024.zip.sha256">SHA-256</a>,
+ <a
href="https://downloads.apache.org/poi/release/bin/poi-bin-5.1.0-20211024.zip.sha512">SHA-512</a>)
</li>
</ul>
</section>
- <section id="POI-5.0.0-src"><title>Source Distribution</title>
+ <section id="POI-5.1.0-src"><title>Source Distribution</title>
<ul>
<li>
- <a
href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.0.0-20210120.tar.gz">poi-src-5.0.0-20210120.tar.gz</a>
- (106.27 MB, <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.0.0-20210120.tar.gz.asc">signature
(.asc)</a>,
- checksum: <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.0.0-20210120.tar.gz.sha256">SHA-256</a>,
- <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.0.0-20210120.tar.gz.sha512">SHA-512</a>)
+ <a
href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.1.0-20211024.tar.gz">poi-src-5.1.0-20211024.tar.gz</a>
+ (110 MB, <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.1.0-20211024.tar.gz.asc">signature
(.asc)</a>,
+ checksum: <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.1.0-20211024.tar.gz.sha256">SHA-256</a>,
+ <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.1.0-20211024.tar.gz.sha512">SHA-512</a>)
</li>
<li>
- <a
href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.0.0-20210120.zip">poi-src-5.0.0-20210120.zip</a>
- (110.53 MB, <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.0.0-20210120.zip.asc">signature
(.asc)</a>,
- checksum: <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.0.0-20210120.zip.sha256">SHA-256</a>,
- <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.0.0-20210120.zip.sha512">SHA-512</a>)
+ <a
href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.1.0-20211024.zip">poi-src-5.1.0-20211024.zip</a>
+ (114 MB, <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.1.0-20211024.zip.asc">signature
(.asc)</a>,
+ checksum: <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.1.0-20211024.zip.sha256">SHA-256</a>,
+ <a
href="https://downloads.apache.org/poi/release/src/poi-src-5.1.0-20211024.zip.sha512">SHA-512</a>)
</li>
</ul>
</section>
Modified: poi/site/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/index.xml?rev=1894665&r1=1894664&r2=1894665&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/index.xml Tue Nov 2 08:45:55 2021
@@ -28,17 +28,14 @@
<section><title>Project News</title>
<!-- latest final release -->
- <section><title>20 January 2021 - POI 5.0.0 available</title>
- <p>The Apache POI team is pleased to announce the release of 5.0.0.
- This release features full <a
href="https://en.wikipedia.org/wiki/Java_Platform_Module_System">JPMS</a>
support,
- updated <a
href="https://www.ecma-international.org/publications-and-standards/standards/ecma-376/">ECMA-376</a>
OOXML schemas,
- various rendering fixes in the Common SL/EMF modules.
- Several dependencies were also updated to their latest versions to
pick up security fixes and other improvements.</p>
+ <section><title>1 November 2021 - POI 5.1.0 available</title>
+ <p>The Apache POI team is pleased to announce the release of 5.1.0.
+ 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.0.0">change log</a>.
+ A full list of changes is available in the <a
href="changes.html#5.1.0">change log</a>.
People interested should also follow the <a
href="site:mailinglists">dev list</a> to track progress.</p>
- <p>See the <a href="download.html#POI-5.0.0">downloads</a> page for
more details.</p>
+ <p>See the <a href="download.html#POI-5.1.0">downloads</a> page for
more details.</p>
<p>POI requires Java 8 or newer since version 4.0.1.</p>
</section>
@@ -59,17 +56,6 @@
</p>
</section>
- <section><title>16 October 2020 - XMLBeans 4.0.0 available</title>
- <p>The Apache POI team is pleased to announce the release of XMLBeans
4.0.0.
- This release features some updates to support Saxon-HE 10.</p>
- <p>A summary of changes is available in the
- <a
href="https://svn.apache.org/viewvc/xmlbeans/trunk/CHANGES.txt?view=markup">Release
Notes</a>.
- People interested should also follow the <a
href="site:mailinglists">POI dev list</a> to track progress.</p>
- <p>The XMLBeans <a
href="https://issues.apache.org/jira/projects/XMLBEANS">JIRA project</a> has
been reopened and feel free to open issues.</p>
- <p>POI 5.0.0 uses XMLBeans 4.0.0.</p>
- <p>XMLBeans requires Java 8 or newer since version 4.0.0.</p>
- </section>
-
<section><title>20 October 2019 - CVE-2019-12415 - XML External Entity
(XXE) Processing in Apache POI versions prior to 4.1.1</title>
<p>Description:<br/>
When using the tool XSSFExportToXml to convert user-provided
Microsoft
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]