Author: fanningpj Date: Sun Nov 30 19:15:07 2025 New Revision: 81104 Log: POI 5.5.1 release
Added: release/poi/dev/RELEASE-NOTES-5.5.1.txt release/poi/release/src/apache-poi-src-5.5.1-20251126.tgz (contents, props changed) release/poi/release/src/apache-poi-src-5.5.1-20251126.tgz.asc release/poi/release/src/apache-poi-src-5.5.1-20251126.tgz.sha512 Deleted: release/poi/release/src/apache-poi-src-5.5.0-20251106.tgz release/poi/release/src/apache-poi-src-5.5.0-20251106.tgz.asc release/poi/release/src/apache-poi-src-5.5.0-20251106.tgz.sha512 release/poi/release/src/apache-poi-src-5.5.0-20251106.zip release/poi/release/src/apache-poi-src-5.5.0-20251106.zip.asc release/poi/release/src/apache-poi-src-5.5.0-20251106.zip.sha512 Modified: release/poi/release/RELEASE-NOTES.txt Added: release/poi/dev/RELEASE-NOTES-5.5.1.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/poi/dev/RELEASE-NOTES-5.5.1.txt Sun Nov 30 19:15:07 2025 (r81104) @@ -0,0 +1,39 @@ +The Apache POI project is pleased to announce the release of POI 5.5.1. +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.5.1-20251126.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.5.1" + +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://downloads.apache.org/poi/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 Sun Nov 30 15:14:34 2025 (r81103) +++ release/poi/release/RELEASE-NOTES.txt Sun Nov 30 19:15:07 2025 (r81104) @@ -1,4 +1,4 @@ -The Apache POI project is pleased to announce the release of POI 5.5.0. +The Apache POI project is pleased to announce the release of POI 5.5.1. 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.5.0-20251106.zip or poi-src-5.5.0-20251106.tgz) +This release comprises a source archive from which you can build POI (poi-src-5.5.1-20251126.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.5.0" + under Group ID "org.apache.poi" and Version "5.5.1" All release artifacts are accompanied by SHA checksums and PGP signatures that you can use to verify the authenticity of your download. Added: release/poi/release/src/apache-poi-src-5.5.1-20251126.tgz ============================================================================== Binary file. No diff available. Added: release/poi/release/src/apache-poi-src-5.5.1-20251126.tgz.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/poi/release/src/apache-poi-src-5.5.1-20251126.tgz.asc Sun Nov 30 19:15:07 2025 (r81104) @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEa6TaixyIpJQoopw9DGnB70EYHhMFAmknY4AACgkQDGnB70EY +HhN+RwgAgfnAi2gCy1TwYC2MfzWA3/DJ0szLkMd0hU9rIzD1DTNm9X5b0QRjUxcu +mJR9IXz1Q3cdAlP1jF8FKxfesjCGVqZTSkxv/o4uwDCd4Qt8LdMrJwLCqsZLSDov +xZ538LVPAbBRGC0WQkljKT0q9Kdyv+XCDavLXtH65BgU4MzTXhI8Lg+17lFlb4// +kaRSwAAEnDf2FkbcRXrghGUJ0LcfHxNJuTJf56jthglaDqRQChKCBrP36N6J/PaG +Tr9euH791uayNlpCldM9qYj5kO0CIAu0ahw9FbwmR7yRvp1fqw47swveflrL1E13 +tSXWAyXmvNXj4/aS2HABMoCtzCZLng== +=qr45 +-----END PGP SIGNATURE----- Added: release/poi/release/src/apache-poi-src-5.5.1-20251126.tgz.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ release/poi/release/src/apache-poi-src-5.5.1-20251126.tgz.sha512 Sun Nov 30 19:15:07 2025 (r81104) @@ -0,0 +1 @@ +c40638012cacb52e0667af42eb397ebac28d618a882e82e6933b7833550fca7e17f636f297837616436afb79269ae6e5e110574294f2794e2366e1acbb158cac apache-poi-src-5.5.1-20251126.tgz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
