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/19 23:34:06 UTC

svn commit: r53216 - in /release/poi/dev: RELEASE-NOTES-5.2.0.txt RELEASE-NOTES-5.2.1.txt

Author: fanningpj
Date: Sat Mar 19 23:34:06 2022
New Revision: 53216

Log:
missing release notes

Added:
    release/poi/dev/RELEASE-NOTES-5.2.0.txt
    release/poi/dev/RELEASE-NOTES-5.2.1.txt

Added: release/poi/dev/RELEASE-NOTES-5.2.0.txt
==============================================================================
--- release/poi/dev/RELEASE-NOTES-5.2.0.txt (added)
+++ release/poi/dev/RELEASE-NOTES-5.2.0.txt Sat Mar 19 23:34:06 2022
@@ -0,0 +1,53 @@
+The Apache POI project is pleased to announce the release of POI 5.2.0. 
+Featured are a handful of new areas of functionality, and numerous bug fixes.
+
+See the downloads page for binary and source distributions: https://poi.apache.org/download.html
+
+Release Notes 
+
+Changes
+------------
+The most notable changes in this release are:
+
+* upgrade dependencies: XmlBeans 5.0.3, XMLSec 2.3.0, BouncyCastle 1.70, Log4j-API 2.17.1, PDFBox Graphics2d 0.34, PDFBox 2.0.25 ...
+* Issue in XSSFReader where string builder is not always cleared between cell reads [#65676]
+* Extra DataFormatter options [#63211], [#65703], [#65730]
+* Password Protecting a document when Saxon is on classpath can corrupt the output [#65701]
+* stop using file deleteOnExit in DefaultTempFileCreationStrategy [#65772]
+* Refactor to XSSFReader, SharedStringsTable, CommentsTable and ThemesTable to make them more extensible
+* Support for Excel functions XMATCH, XLOOKUP
+* Extra checks for malicious files that could cause excess memory usage 
+
+
+
+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 comes in two forms:
+ - pre-built binaries containing compiled versions of all Apache POI components and documentation 
+   (poi-bin-5.2.0-20220106.zip or poi-bin-5.2.0-20220106.tgz)
+ - source archive you can build POI from (poi-src-5.2.0-20220106.zip or poi-src-5.2.0-20220106.tgz)
+  Unpack the archive and use the following command to build all POI components with JDK 1.8 or higher:
+
+  gradlew 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.2.0"
+
+All release artifacts are accompanied by MD5 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_2_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

Added: release/poi/dev/RELEASE-NOTES-5.2.1.txt
==============================================================================
--- release/poi/dev/RELEASE-NOTES-5.2.1.txt (added)
+++ release/poi/dev/RELEASE-NOTES-5.2.1.txt Sat Mar 19 23:34:06 2022
@@ -0,0 +1,51 @@
+The Apache POI project is pleased to announce the release of POI 5.2.1. 
+Featured are a handful of new areas of functionality, and numerous bug fixes.
+
+See the downloads page for binary and source distributions: https://poi.apache.org/download.html
+
+Release Notes 
+
+Changes
+------------
+The most notable changes in this release are:
+
+* upgrade dependencies: curvesapi 1.07 ...
+* IOUtils.toByteArray did not fully take into account value set by IOUtils.setByteArrayMaxOverride [#65887]
+* Fix issue where malformed TNEF file can cause memory issues [#65899]
+* XAdES-XL modifications due to specification check errors [#65908]
+* Picture resize can lead to infinite loop [#65839]
+* Multiplication in cell formulas can have small rounding issues [#65792]
+* Add support a number of extra Excel functions (Normal Distribution, BESSELJ, NUMBERVALUE, WORKDAY.INTL, DOLLARDE and DOLLARFR)
+
+
+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 comes in two forms:
+ - pre-built binaries containing compiled versions of all Apache POI components and documentation 
+   (poi-bin-5.2.1-20220224.zip or poi-bin-5.2.1-20220224.tgz)
+ - source archive you can build POI from (poi-src-5.2.1-20220224.zip or poi-src-5.2.1-20220224.tgz)
+  Unpack the archive and use the following command to build all POI components with JDK 1.8 or higher:
+
+  gradlew 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.2.1"
+
+All release artifacts are accompanied by MD5 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_2_1/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



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