This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/poi.git

commit 1930fa532c9768d41172cab86f8cb207eb84116f
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Nov 30 20:37:22 2025 +0100

    update docs
---
 content/changes.html                               |  2 +-
 content/components/hmef/index.html                 |  2 +-
 content/components/poi-jvm-languages.html          | 12 +++++-----
 .../components/slideshow/ppt-wmf-emf-renderer.html |  4 ++--
 content/download.html                              | 27 ++++++++--------------
 content/index.html                                 | 10 ++++----
 6 files changed, 25 insertions(+), 32 deletions(-)

diff --git a/content/changes.html b/content/changes.html
index cae268560f..18808eac0c 100644
--- a/content/changes.html
+++ b/content/changes.html
@@ -223,7 +223,7 @@ document.write("Last Published: " + document.lastModified);
     
 <a name="5.5.1"></a>
 <h2 class="boxed">Version
-                5.5.1 (2025-12-??)
+                5.5.1 (2025-11-30)
             </h2>
 <div class="section">
 <a name="Summary"></a>
diff --git a/content/components/hmef/index.html 
b/content/components/hmef/index.html
index 375e5d12bc..0d77a6472f 100644
--- a/content/components/hmef/index.html
+++ b/content/components/hmef/index.html
@@ -346,7 +346,7 @@ document.write("Last Published: " + document.lastModified);
 <span class="lineno"></span><span class="codebody"></span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">java -classpath 
poi-5.5.0.jar:poi-scratchpad-5.5.0.jar 
org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat 
/tmp/extracted/</span>
+<span class="lineno"></span><span class="codebody">java -classpath 
poi-5.5.1.jar:poi-scratchpad-5.5.1.jar 
org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat 
/tmp/extracted/</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody"></span>
diff --git a/content/components/poi-jvm-languages.html 
b/content/components/poi-jvm-languages.html
index 6deb9a10da..361c8c1cb0 100644
--- a/content/components/poi-jvm-languages.html
+++ b/content/components/poi-jvm-languages.html
@@ -649,7 +649,7 @@ document.write("Last Published: " + document.lastModified);
 <span class="lineno"></span><span class="codebody">    for jar in ('poi', 
'poi-ooxml', 'poi-ooxml-lite'):</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">        
sys.path.append('/path/to/%s-5.5.0.jar')</span>
+<span class="lineno"></span><span class="codebody">        
sys.path.append('/path/to/%s-5.5.1.jar')</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody"></span>
@@ -783,13 +783,13 @@ document.write("Last Published: " + 
document.lastModified);
 <span class="lineno"></span><span class="codebody">    libraryDependencies ++= 
Seq(</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi" % "5.5.0",</span>
+<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi" % "5.5.1",</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi-ooxml" % "5.5.0",</span>
+<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi-ooxml" % "5.5.1",</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi-ooxml-lite" % "5.5.0"</span>
+<span class="lineno"></span><span class="codebody">      "org.apache.poi" % 
"poi-ooxml-lite" % "5.5.1"</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody">    )</span>
@@ -983,10 +983,10 @@ document.write("Last Published: " + 
document.lastModified);
 <span class="lineno"></span><span class="codebody">    runtime 
'org.codehaus.groovy:groovy-all:2.5.15'</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">    runtime 
'org.apache.poi:poi:5.5.0'</span>
+<span class="lineno"></span><span class="codebody">    runtime 
'org.apache.poi:poi:5.5.1'</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">    runtime 
'org.apache.poi:poi-ooxml:5.5.0'</span>
+<span class="lineno"></span><span class="codebody">    runtime 
'org.apache.poi:poi-ooxml:5.5.1'</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody">}</span>
diff --git a/content/components/slideshow/ppt-wmf-emf-renderer.html 
b/content/components/slideshow/ppt-wmf-emf-renderer.html
index 2b26f3e42d..84a4a053e7 100644
--- a/content/components/slideshow/ppt-wmf-emf-renderer.html
+++ b/content/components/slideshow/ppt-wmf-emf-renderer.html
@@ -406,7 +406,7 @@ document.write("Last Published: " + document.lastModified);
 <span class="lineno"></span><span class="codebody"></span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">java -cp 
poi-5.5.0.jar:poi-ooxml-5.5.0.jar:poi-ooxml-lite-5.5.0.jar:poi-scratchpad-5.5.0.jar:lib/*:ooxml-lib/*:auxiliary/*
 org.apache.poi.xslf.util.PPTX2PNG -format png -fixside long -scale 1000 
-charset GBK file.pptx</span>
+<span class="lineno"></span><span class="codebody">java -cp 
poi-5.5.1.jar:poi-ooxml-5.5.1.jar:poi-ooxml-lite-5.5.1.jar:poi-scratchpad-5.5.1.jar:lib/*:ooxml-lib/*:auxiliary/*
 org.apache.poi.xslf.util.PPTX2PNG -format png -fixside long -scale 1000 
-charset GBK file.pptx</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody"></span>
@@ -421,7 +421,7 @@ document.write("Last Published: " + document.lastModified);
                     
 <li>Alternatively, download the jars from 
https://repo1.maven.org/maven2/org/apache/poi/</li>
                     
-<li>Exclude poi-ooxml-full-5.5.0.jar,poi-javadoc-5.5.0.jar and 
auxiliary/xml-apis-1.4.01.jar (Java 11+) into new subdirectory "unused"</li>
+<li>Exclude poi-ooxml-full-5.5.1.jar,poi-javadoc-5.5.1.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>
                     
diff --git a/content/download.html b/content/download.html
index 1e2deba08f..a50ca3db0a 100644
--- a/content/download.html
+++ b/content/download.html
@@ -193,7 +193,7 @@ document.write("Last Published: " + document.lastModified);
                 
 <li>
                     
-<a href="#POI-5.5.0">The latest stable release is Apache POI 5.5.0</a>
+<a href="#POI-5.5.1">The latest stable release is Apache POI 5.5.1</a>
                 
 </li>
                 
@@ -219,13 +219,13 @@ document.write("Last Published: " + 
document.lastModified);
         <!-- latest final release -->
 
         
-<a name="POI-5.5.0"></a>
-<h2 class="boxed">15 November 2025 - POI 5.5.0 available</h2>
+<a name="POI-5.5.1"></a>
+<h2 class="boxed">30 November 2025 - POI 5.5.1 available</h2>
 <div class="section">
-<p>The Apache POI team is pleased to announce the release of 5.5.0.
+<p>The Apache POI team is pleased to announce the release of 5.5.1.
                 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.5.0.txt";>Release
 Notes</a>.
+                <a 
href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-5.5.1.txt";>Release
 Notes</a>.
                 A full list of changes is available in the <a 
href="changes.html">change log</a>.
                 People interested should also follow the <a 
href="help/index.html">dev list</a>
                 to track progress.</p>
@@ -233,24 +233,17 @@ document.write("Last Published: " + 
document.lastModified);
                 The POI source release is listed below.
                 Pre-built versions of all <a href="components/">POI 
components</a>
                 are available in the central Maven repository under Group ID 
"org.apache.poi" and Version
-                "5.5.0".
+                "5.5.1".
             </p>
-<a name="POI-5.5.0-src"></a>
+<a name="POI-5.5.1-src"></a>
 <h3 class="boxed">Source Distribution</h3>
 <ul>
                     
 <li>
                         
-<a 
href="https://www.apache.org/dyn/closer.lua/poi/release/src/apache-poi-src-5.5.0-20251106.tgz";>apache-poi-src-5.5.0-20251106.tgz</a>
-                        (116 MB, <a 
href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.tgz.asc";>signature
 (.asc)</a>,
-                        checksum: <a 
href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.tgz.sha512";>SHA-512</a>)
-                    </li>
-                    
-<li>
-                        
-<a 
href="https://www.apache.org/dyn/closer.lua/poi/release/src/apache-poi-src-5.5.0-20251106.zip";>apache-poi-src-5.5.0-20251106.zip</a>
-                        (120 MB, <a 
href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.zip.asc";>signature
 (.asc)</a>,
-                        checksum: <a 
href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.zip.sha512";>SHA-512</a>)
+<a 
href="https://www.apache.org/dyn/closer.lua/poi/release/src/apache-poi-src-5.5.1-20251126.tgz";>apache-poi-src-5.5.1-20251126.tgz</a>
+                        (117 MB, <a 
href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.1-20251126.tgz.asc";>signature
 (.asc)</a>,
+                        checksum: <a 
href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.1-20251126.tgz.sha512";>SHA-512</a>)
                     </li>
                 
 </ul>
diff --git a/content/index.html b/content/index.html
index 3da13b1385..62ff9dc5c3 100644
--- a/content/index.html
+++ b/content/index.html
@@ -188,15 +188,15 @@ document.write("Last Published: " + 
document.lastModified);
 <a name="Project+News"></a>
 <h2 class="boxed">Project News</h2>
 <div class="section">
-<a name="15+November+2025+-+POI+5.5.0+available"></a>
-<h3 class="boxed">15 November 2025 - POI 5.5.0 available</h3>
-<p>The Apache POI team is pleased to announce the release of 5.5.0.
+<a name="30+November+2025+-+POI+5.5.1+available"></a>
+<h3 class="boxed">30 November 2025 - POI 5.5.1 available</h3>
+<p>The Apache POI team is pleased to announce the release of 5.5.1.
           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.5.0">change log</a>.
+          A full list of changes is available in the <a 
href="changes.html#5.5.1">change log</a>.
           People interested should also follow the <a 
href="help/index.html">dev list</a> to track progress.</p>
-<p>See the <a href="download.html#POI-5.5.0">downloads</a> page for more 
details.</p>
+<p>See the <a href="download.html#POI-5.5.1">downloads</a> page for more 
details.</p>
 <p>POI requires Java 8 or newer since version 4.0.1.</p>
 <a name="7+July+2025+-+Source+repository+switched+from+Subversion+to+Git"></a>
 <h3 class="boxed">7 July 2025 - Source repository switched from Subversion to 
Git</h3>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to