Author: fanningpj
Date: Wed Jan 8 19:53:30 2025
New Revision: 74048
Log:
POI 5.4.0
Added:
release/poi/dev/RELEASE-NOTES-5.4.0.txt
release/poi/release/src/apache-poi-src-5.4.0-20241229.tgz
- copied unchanged from r74047,
release/poi/5.4.0/apache-poi-src-5.4.0-20241229.tgz
release/poi/release/src/apache-poi-src-5.4.0-20241229.tgz.asc
- copied unchanged from r74047,
release/poi/5.4.0/apache-poi-src-5.4.0-20241229.tgz.asc
release/poi/release/src/apache-poi-src-5.4.0-20241229.tgz.sha512
- copied unchanged from r74047,
release/poi/5.4.0/apache-poi-src-5.4.0-20241229.tgz.sha512
release/poi/release/src/apache-poi-src-5.4.0-20241229.zip
- copied unchanged from r74047,
release/poi/5.4.0/apache-poi-src-5.4.0-20241229.zip
release/poi/release/src/apache-poi-src-5.4.0-20241229.zip.asc
- copied unchanged from r74047,
release/poi/5.4.0/apache-poi-src-5.4.0-20241229.zip.asc
release/poi/release/src/apache-poi-src-5.4.0-20241229.zip.sha512
- copied unchanged from r74047,
release/poi/5.4.0/apache-poi-src-5.4.0-20241229.zip.sha512
Removed:
release/poi/5.4.0/
release/poi/release/src/apache-poi-src-5.3.0-20240625.tgz
release/poi/release/src/apache-poi-src-5.3.0-20240625.tgz.asc
release/poi/release/src/apache-poi-src-5.3.0-20240625.tgz.sha512
release/poi/release/src/apache-poi-src-5.3.0-20240625.zip
release/poi/release/src/apache-poi-src-5.3.0-20240625.zip.asc
release/poi/release/src/apache-poi-src-5.3.0-20240625.zip.sha512
Modified:
release/poi/release/RELEASE-NOTES.txt
Added: release/poi/dev/RELEASE-NOTES-5.4.0.txt
==============================================================================
--- release/poi/dev/RELEASE-NOTES-5.4.0.txt (added)
+++ release/poi/dev/RELEASE-NOTES-5.4.0.txt Wed Jan 8 19:53:30 2025
@@ -0,0 +1,39 @@
+The Apache POI project is pleased to announce the release of POI 5.4.0.
+This is primarily a bug fix release.
+
+See the downloads page for source distributions:
https://poi.apache.org/download.html
+
+Release Notes
+
+Changes
+------------
+
+A full list of changes is available in the change log:
https://poi.apache.org/changes.html.
+People interested should also follow the dev mailing list to track further
progress.
+
+Release Contents
+----------------
+
+This release comprises a source archive from which you can build POI
(poi-src-5.4.0-20241229.zip or poi-src-5.4.0-20241229.tgz)
+ Unpack the archive and use the following command to build all POI components
with JDK 1.8 or higher:
+
+ gradle jar
+
+ Pre-built versions of all POI components are also available in the central
Maven repository
+ under Group ID "org.apache.poi" and Version "5.4.0"
+
+All release artifacts are accompanied by SHA checksums and PGP signatures
+that you can use to verify the authenticity of your download.
+The public key used for the PGP signature can be found at
+https://svn.apache.org/repos/asf/poi/tags/REL_5_3_0/KEYS
+
+About Apache POI
+-----------------------
+
+Apache POI is well-known in the Java field as a library for reading and
+writing Microsoft Office file formats, such as Excel, PowerPoint, Word,
+Visio, Publisher and Outlook. It supports both the older (OLE2) and
+new (OOXML - Office Open XML) formats.
+
+See https://poi.apache.org/ for more details
+
Modified: release/poi/release/RELEASE-NOTES.txt
==============================================================================
--- release/poi/release/RELEASE-NOTES.txt (original)
+++ release/poi/release/RELEASE-NOTES.txt Wed Jan 8 19:53:30 2025
@@ -1,4 +1,4 @@
-The Apache POI project is pleased to announce the release of POI 5.3.0.
+The Apache POI project is pleased to announce the release of POI 5.4.0.
This is primarily a bug fix release.
See the downloads page for source distributions:
https://poi.apache.org/download.html
@@ -14,13 +14,13 @@ People interested should also follow the
Release Contents
----------------
-This release comprises a source archive from which you can build POI
(poi-src-5.3.0-20240625.zip or poi-src-5.3.0-20240625.tgz)
+This release comprises a source archive from which you can build POI
(poi-src-5.4.0-20241229.zip or poi-src-5.4.0-20241229.tgz)
Unpack the archive and use the following command to build all POI components
with JDK 1.8 or higher:
gradle jar
Pre-built versions of all POI components are also available in the central
Maven repository
- under Group ID "org.apache.poi" and Version "5.3.0"
+ under Group ID "org.apache.poi" and Version "5.4.0"
All release artifacts are accompanied by SHA checksums and PGP signatures
that you can use to verify the authenticity of your download.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]