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/09/17 00:03:54 UTC

svn commit: r1904108 - in /poi/site/src/documentation/content/xdocs: changes.xml components/hmef/index.xml components/poi-jvm-languages.xml components/slideshow/ppt-wmf-emf-renderer.xml download.xml index.xml

Author: fanningpj
Date: Sat Sep 17 00:03:54 2022
New Revision: 1904108

URL: http://svn.apache.org/viewvc?rev=1904108&view=rev
Log:
5.2.3 release

Modified:
    poi/site/src/documentation/content/xdocs/changes.xml
    poi/site/src/documentation/content/xdocs/components/hmef/index.xml
    poi/site/src/documentation/content/xdocs/components/poi-jvm-languages.xml
    poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.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=1904108&r1=1904107&r2=1904108&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sat Sep 17 00:03:54 2022
@@ -70,7 +70,7 @@
         </p>
     </section>
 
-    <release version="5.2.3" date="2022-09-??">
+    <release version="5.2.3" date="2022-09-16">
         <summary>
             <summary-item>Upgrade graphics2d dependency to 0.40. pdfbox to 2.0.26</summary-item>
             <summary-item>Upgrade xmlsec dependency to 3.0.0</summary-item>

Modified: poi/site/src/documentation/content/xdocs/components/hmef/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/hmef/index.xml?rev=1904108&r1=1904107&r2=1904108&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/hmef/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/hmef/index.xml Sat Sep 17 00:03:54 2022
@@ -76,7 +76,7 @@
              TNEF file to extract, and the directory to place the extracted
              files into, eg:</p>
            <source>
-              java -classpath poi-5.2.2.jar:poi-scratchpad-5.2.2.jar org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat /tmp/extracted/
+              java -classpath poi-5.2.3.jar:poi-scratchpad-5.2.3.jar org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat /tmp/extracted/
            </source>
 
            <p>From Java, there are two method calls on the class, one to

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=1904108&r1=1904107&r2=1904108&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 Sat Sep 17 00:03:54 2022
@@ -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.2.2.jar')
+        sys.path.append('/path/to/%s-5.2.3.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.2.2",
-      "org.apache.poi" % "poi-ooxml" % "5.2.2",
-      "org.apache.poi" % "poi-ooxml-lite" % "5.2.2"
+      "org.apache.poi" % "poi" % "5.2.3",
+      "org.apache.poi" % "poi-ooxml" % "5.2.3",
+      "org.apache.poi" % "poi-ooxml-lite" % "5.2.3"
     )
       </source>
     </section>
@@ -211,8 +211,8 @@ repositories {
 }
 dependencies {
     runtime 'org.codehaus.groovy:groovy-all:2.5.15'
-    runtime 'org.apache.poi:poi:5.2.2'
-    runtime 'org.apache.poi:poi-ooxml:5.2.2'
+    runtime 'org.apache.poi:poi:5.2.3'
+    runtime 'org.apache.poi:poi-ooxml:5.2.3'
 }
       </source>
     </section>

Modified: poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml?rev=1904108&r1=1904107&r2=1904108&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml Sat Sep 17 00:03:54 2022
@@ -72,14 +72,14 @@
                     and for SVG/PDF the <a href="site:components/index/batikpdf">additional dependencies</a>.</p>
                 <p>Execute the java command (Unix-paths needs to be replaced for Windows - use "-charset" for non-western WMF/EMFs):</p>
                 <source>
-                    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
+                    java -cp poi-5.2.3.jar:poi-ooxml-5.2.3.jar:poi-ooxml-lite-5.2.3.jar:poi-scratchpad-5.2.3.jar:lib/*:ooxml-lib/*:auxiliary/* org.apache.poi.xslf.util.PPTX2PNG -format png -fixside long -scale 1000 -charset GBK file.pptx
                 </source>
                 <p>
                     If you want to use the renderer on the module path (JPMS) there a currently a few more steps necessary:
                 </p>
                 <ul>
                     <li>Extract poi-bin-....zip to a directory (= current directory)</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 poi-ooxml-full-5.2.3.jar,poi-javadoc-5.2.3.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>
                     <li>Remove auxiliary/batik-script-1.14.jar:/META-INF/services/org.apache.batik.script.InterpreterFactory - see <a href="https://issues.apache.org/jira/browse/BATIK-1260">BATIK-1260</a></li>
                     <li>Invoke PPTX2PNG:

Modified: poi/site/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/download.xml?rev=1904108&r1=1904107&r2=1904108&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/download.xml (original)
+++ poi/site/src/documentation/content/xdocs/download.xml Sat Sep 17 00:03:54 2022
@@ -33,7 +33,7 @@
             </p>
             <ul>
                 <li>
-                    <a href="#POI-5.2.2">The latest stable release is Apache POI 5.2.2</a>
+                    <a href="#POI-5.2.3">The latest stable release is Apache POI 5.2.3</a>
                 </li>
                 <li>
                     <a href="#archive">Archives of all prior releases</a>
@@ -53,11 +53,11 @@
 
         <!-- latest final release -->
 
-        <section id="POI-5.2.2"><title>19 March 2022 - POI 5.2.2 available</title>
-            <p>The Apache POI team is pleased to announce the release of 5.2.2.
+        <section id="POI-5.2.3"><title>19 March 2022 - POI 5.2.3 available</title>
+            <p>The Apache POI team is pleased to announce the release of 5.2.3.
                 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.2.txt">Release Notes</a>.
+                <a href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-5.2.3.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>
@@ -65,37 +65,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.2.2".
+                "5.2.3".
             </p>
-            <section id="POI-5.2.2-bin"><title>Binary Distribution</title>
+            <section id="POI-5.2.3-bin"><title>Binary Distribution</title>
                 <ul>
                     <li>
-                        <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>)
+                        <a href="https://www.apache.org/dyn/closer.lua/poi/release/bin/poi-bin-5.2.3-20220909.tgz">poi-bin-5.2.3-20220909.tgz</a>
+                        (58 MB, <a href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.3-20220909.tgz.asc">signature (.asc)</a>,
+                        checksum: <a href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.3-20220909.tgz.sha256">SHA-256</a>,
+                        <a href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.3-20220909.tgz.sha512">SHA-512</a>)
                     </li>
                     <li>
-                        <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>)
+                        <a href="https://www.apache.org/dyn/closer.lua/poi/release/bin/poi-bin-5.2.3-20220909.zip">poi-bin-5.2.3-20220909.zip</a>
+                        (58 MB, <a href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.3-20220909.zip.asc">signature (.asc)</a>,
+                        checksum: <a href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.3-20220909.zip.sha256">SHA-256</a>,
+                        <a href="https://downloads.apache.org/poi/release/bin/poi-bin-5.2.3-20220909.zip.sha512">SHA-512</a>)
                     </li>
                 </ul>
             </section>
-            <section id="POI-5.2.2-src"><title>Source Distribution</title>
+            <section id="POI-5.2.3-src"><title>Source Distribution</title>
                 <ul>
                     <li>
-                        <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>)
+                        <a href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.2.3-20220909.tgz">poi-src-5.2.3-20220909.tgz</a>
+                        (112 MB, <a href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.tgz.asc">signature (.asc)</a>,
+                        checksum: <a href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.tgz.sha256">SHA-256</a>,
+                        <a href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.tgz.sha512">SHA-512</a>)
                     </li>
                     <li>
-                        <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>)
+                        <a href="https://www.apache.org/dyn/closer.lua/poi/release/src/poi-src-5.2.3-20220909.zip">poi-src-5.2.3-20220909.zip</a>
+                        (116 MB, <a href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.zip.asc">signature (.asc)</a>,
+                        checksum: <a href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.zip.sha256">SHA-256</a>,
+                        <a href="https://downloads.apache.org/poi/release/src/poi-src-5.2.3-20220909.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=1904108&r1=1904107&r2=1904108&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/index.xml Sat Sep 17 00:03:54 2022
@@ -28,14 +28,14 @@
     <section><title>Project News</title>
 
       <!-- latest final release -->
-      <section><title>19 March 2022 - POI 5.2.2 available</title>
-        <p>The Apache POI team is pleased to announce the release of 5.2.2.
+      <section><title>16 September 2022 - POI 5.2.3 available</title>
+        <p>The Apache POI team is pleased to announce the release of 5.2.3.
           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>.
+          A full list of changes is available in the <a href="changes.html#5.2.3">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.2.2">downloads</a> page for more details.</p>
+        <p>See the <a href="download.html#POI-5.2.3">downloads</a> page for more details.</p>
         <p>POI requires Java 8 or newer since version 4.0.1.</p>
       </section>
 



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