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 52debb54623c217ec08987289acaefc13f9a676f Author: PJ Fanning <[email protected]> AuthorDate: Fri Oct 24 21:09:17 2025 +0100 latest --- content/casestudies.html | 3 + content/changes.html | 107 ++++++++++++++++++--------- content/components/poi-jvm-languages.html | 3 + content/components/poi-ruby.html | 3 + content/components/spreadsheet/diagram1.html | 3 + content/download.html | 3 + content/encryption.html | 3 + content/index.html | 3 + content/legal.html | 3 + content/linkmap.html | 9 +++ content/related-projects.html | 3 + content/security.html | 3 + content/text-extraction.html | 3 + content/{legal.html => versioning.html} | 76 +++++-------------- 14 files changed, 136 insertions(+), 89 deletions(-) diff --git a/content/casestudies.html b/content/casestudies.html index 153cda2f11..8d6bbbd7b3 100644 --- a/content/casestudies.html +++ b/content/casestudies.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <a href="download.html">Download</a> </div> <div class="menuitem"> +<a href="versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="changes.html">Changelog</a> </div> <div class="menuitem"> diff --git a/content/changes.html b/content/changes.html index d6f2c3c292..3796018a49 100644 --- a/content/changes.html +++ b/content/changes.html @@ -113,6 +113,9 @@ document.write("Last Published: " + document.lastModified); <div class="menuitem"> <a href="download.html">Download</a> </div> +<div class="menuitem"> +<a href="versioning.html">Versioning</a> +</div> <div class="menupage"> <div class="menupagetitle">Changelog</div> </div> @@ -229,7 +232,7 @@ document.write("Last Published: " + document.lastModified); <li>Upgrade batik dependency to 1.19</li> -<li>Upgrade bouncycastle dependency to 1.81</li> +<li>Upgrade bouncycastle dependency to 1.82</li> <li>Upgrade commons-codec dependency to 1.19.0</li> @@ -241,6 +244,8 @@ document.write("Last Published: " + document.lastModified); <li>Upgrade pdfbox dependency to 3.0.5</li> +<li>Upgrade graphics2d dependency to 3.0.5</li> + <li>Upgrade xmlsec dependency to 3.0.6</li> <li>Upgrade JaCoCo code-coverage tooling to 0.8.13</li> @@ -290,6 +295,14 @@ document.write("Last Published: " + document.lastModified); <td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69744">69744</a></td><td>XWPF</td><td>Support all possible alignment values for docx tables</td> </tr> +<tr class="action"> +<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69812">69812</a></td><td>XSSF</td><td>Incorrect Rounding in DataFormatter</td> +</tr> + +<tr class="action"> +<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69813">69813</a></td><td>XSSF</td><td>StylesTable uses a catch block for logic flow</td> +</tr> + <tr class="action"> <td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://github.com/apache/poi/pull/770">github-770</a></td><td>XSLF</td><td>Issue in setBulletStyle in XSLFTextParagraph</td> </tr> @@ -305,6 +318,30 @@ document.write("Last Published: " + document.lastModified); <tr class="action"> <td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://github.com/apache/poi/pull/864">github-864</a></td><td>XDDF</td><td>Remove deprecated method XDDFChartData getSeries()</td> </tr> + +<tr class="action"> +<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://github.com/apache/poi/pull/870">github-870</a></td><td>OOXML</td><td>Add new parser classes where checked exceptions are thrown</td> +</tr> + +<tr class="action"> +<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://github.com/apache/poi/pull/879">github-879</a></td><td>SXSSF</td><td>Images in .xlsx files can lead to temporary files filling up the disk</td> +</tr> + +<tr class="action"> +<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://github.com/apache/poi/pull/909">github-909</a></td><td>SS_Common</td><td>Delay initialization of fontRenderContext field</td> +</tr> + +<tr class="action"> +<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://github.com/apache/poi/pull/910">github-910</a></td><td>XWPF</td><td>Make getters public for XML beans in XWPFDefault*Style</td> +</tr> + +<tr class="action"> +<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://github.com/apache/poi/pull/912">github-912</a></td><td>XWPF</td><td>Prevent NullPointerException in XWPFTable.getWidthType()</td> +</tr> + +<tr class="action"> +<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://github.com/apache/poi/pull/920">github-920</a></td><td>XSSF</td><td>New api for reading XLSB files</td> +</tr> </tbody> </table> @@ -316,7 +353,7 @@ document.write("Last Published: " + document.lastModified); 5.4.1 (2025-04-06) </h2> <div class="section"> -<a name="Summary-N10112"></a> +<a name="Summary-N10195"></a> <h3 class="boxed">Summary</h3> <ul> @@ -331,7 +368,7 @@ document.write("Last Published: " + document.lastModified); <li>Upgrade graphics2d dependency to 3.0.3</li> </ul> -<a name="Changes-N10128"></a> +<a name="Changes-N101AB"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -347,6 +384,10 @@ document.write("Last Published: " + document.lastModified); </thead> <tbody> +<tr class="action"> +<td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69563">69563</a></td><td>XSSF</td><td>Avoid int-overflow when handling file with very many rows and columns</td> +</tr> + <tr class="action"> <td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69618">69618</a></td><td>OOXML</td><td>ZipPackage save should check that intermediate steps succeed</td> </tr> @@ -417,7 +458,7 @@ document.write("Last Published: " + document.lastModified); 5.4.0 (2025-01-08) </h2> <div class="section"> -<a name="Summary-N10239"></a> +<a name="Summary-N102CC"></a> <h3 class="boxed">Summary</h3> <ul> @@ -446,7 +487,7 @@ document.write("Last Published: " + document.lastModified); <li>Upgrade JaCoCo code-coverage tooling to 0.8.12</li> </ul> -<a name="Changes-N10264"></a> +<a name="Changes-N102F7"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -528,7 +569,7 @@ document.write("Last Published: " + document.lastModified); 5.3.0 (2024-07-02) </h2> <div class="section"> -<a name="Summary-N10365"></a> +<a name="Summary-N103F8"></a> <h3 class="boxed">Summary</h3> <ul> @@ -549,7 +590,7 @@ document.write("Last Published: " + document.lastModified); <li>Upgrade xmlbeans dependency to 5.2.1</li> </ul> -<a name="Changes-N10384"></a> +<a name="Changes-N10417"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -619,7 +660,7 @@ document.write("Last Published: " + document.lastModified); 5.2.5 (2023-11-25) </h2> <div class="section"> -<a name="Summary-N10455"></a> +<a name="Summary-N104E8"></a> <h3 class="boxed">Summary</h3> <ul> @@ -636,7 +677,7 @@ document.write("Last Published: " + document.lastModified); <li>Upgrade xmlbeans dependency to 5.2.0</li> </ul> -<a name="Changes-N1046E"></a> +<a name="Changes-N10501"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -690,7 +731,7 @@ document.write("Last Published: " + document.lastModified); 5.2.4 (2023-09-28) </h2> <div class="section"> -<a name="Summary-N104FF"></a> +<a name="Summary-N10592"></a> <h3 class="boxed">Summary</h3> <ul> @@ -717,7 +758,7 @@ document.write("Last Published: " + document.lastModified); <li>Use jdk18on versions of bouncycastle jars (v1.76)</li> </ul> -<a name="Changes-N10527"></a> +<a name="Changes-N105BA"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -863,7 +904,7 @@ document.write("Last Published: " + document.lastModified); 5.2.3 (2022-09-16) </h2> <div class="section"> -<a name="Summary-N10728"></a> +<a name="Summary-N107BB"></a> <h3 class="boxed">Summary</h3> <ul> @@ -882,7 +923,7 @@ document.write("Last Published: " + document.lastModified); <li>Avoid some more possible overly large memory allocations on certain input documents</li> </ul> -<a name="Changes-N10744"></a> +<a name="Changes-N107D7"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -1084,14 +1125,14 @@ document.write("Last Published: " + document.lastModified); 5.2.2 (2022-03-19) </h2> <div class="section"> -<a name="Summary-N10A25"></a> +<a name="Summary-N10AB8"></a> <h3 class="boxed">Summary</h3> <ul> <li>Upgrade log4j-api dependency to 2.17.2 and graphics2d dependency to 0.35 as well as some test dependencies</li> </ul> -<a name="Changes-N10A2F"></a> +<a name="Changes-N10AC2"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -1145,14 +1186,14 @@ document.write("Last Published: " + document.lastModified); 5.2.1 (2022-03-03) </h2> <div class="section"> -<a name="Summary-N10AC0"></a> +<a name="Summary-N10B53"></a> <h3 class="boxed">Summary</h3> <ul> <li>Upgrade curvesapi dependency to 1.07</li> </ul> -<a name="Changes-N10ACA"></a> +<a name="Changes-N10B5D"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -1226,7 +1267,7 @@ document.write("Last Published: " + document.lastModified); 5.2.0 (2022-01-14) </h2> <div class="section"> -<a name="Summary-N10BAB"></a> +<a name="Summary-N10C3E"></a> <h3 class="boxed">Summary</h3> <ul> @@ -1239,7 +1280,7 @@ document.write("Last Published: " + document.lastModified); <li>Upgrade PDFBox Graphics2d dependency to 0.34 and PDFBox dependency to 2.0.25</li> </ul> -<a name="Changes-N10BBE"></a> +<a name="Changes-N10C51"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -1333,7 +1374,7 @@ document.write("Last Published: " + document.lastModified); 5.1.0 (2021-11-01) </h2> <div class="section"> -<a name="Summary-N10CEF"></a> +<a name="Summary-N10D82"></a> <h3 class="boxed">Summary</h3> <ul> @@ -1360,7 +1401,7 @@ document.write("Last Published: " + document.lastModified); <li>By default, no DTDs will be accepted in XML files. This can be relaxed by setting POIXMLTypeLoader.DEFAULT_XML_OPTIONS.setDisallowDocTypeDeclaration(false).</li> </ul> -<a name="Changes-N10D17"></a> +<a name="Changes-N10DAA"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -1562,7 +1603,7 @@ document.write("Last Published: " + document.lastModified); 5.0.0 (2021-01-20) </h2> <div class="section"> -<a name="Summary-N10FF8"></a> +<a name="Summary-N1108B"></a> <h3 class="boxed">Summary</h3> <ul> @@ -1589,7 +1630,7 @@ document.write("Last Published: " + document.lastModified); <li>new experimental DeferredSXSSFWorkbook which creates fewer temp files by lazily generating rows (see DeferredGeneration in poi-examples)</li> </ul> -<a name="Changes-N1101D"></a> +<a name="Changes-N110B0"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -1899,7 +1940,7 @@ document.write("Last Published: " + document.lastModified); 4.1.2 (2020-02-17) </h2> <div class="section"> -<a name="Summary-N114A5"></a> +<a name="Summary-N11538"></a> <h3 class="boxed">Summary</h3> <ul> @@ -1914,7 +1955,7 @@ document.write("Last Published: " + document.lastModified); <li>updated dependencies to Bouncycastle 1.64</li> </ul> -<a name="Changes-N114BB"></a> +<a name="Changes-N1154E"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -2048,7 +2089,7 @@ document.write("Last Published: " + document.lastModified); 4.1.1 (2019-10-20) </h2> <div class="section"> -<a name="Summary-N11686"></a> +<a name="Summary-N11719"></a> <h3 class="boxed">Summary</h3> <ul> @@ -2067,7 +2108,7 @@ document.write("Last Published: " + document.lastModified); <li>CVE-2019-12415 - XML External Entity (XXE) Processing in Apache POI</li> </ul> -<a name="Changes-N116A2"></a> +<a name="Changes-N11735"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -2217,7 +2258,7 @@ document.write("Last Published: " + document.lastModified); 4.1.0 (2019-04-09) </h2> <div class="section"> -<a name="Summary-N118AA"></a> +<a name="Summary-N1193D"></a> <h3 class="boxed">Summary</h3> <ul> @@ -2242,7 +2283,7 @@ document.write("Last Published: " + document.lastModified); <li>Upgrade to XMLSec 2.1.2</li> </ul> -<a name="Changes-N118CF"></a> +<a name="Changes-N11962"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -2416,7 +2457,7 @@ document.write("Last Published: " + document.lastModified); 4.0.1 (2018-12-03) </h2> <div class="section"> -<a name="Summary-N11B40"></a> +<a name="Summary-N11BD3"></a> <h3 class="boxed">Summary</h3> <ul> @@ -2427,7 +2468,7 @@ document.write("Last Published: " + document.lastModified); <li>Upgrade to XMLBeans 3.0.2</li> </ul> -<a name="Changes-N11B50"></a> +<a name="Changes-N11BE3"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> @@ -2585,7 +2626,7 @@ document.write("Last Published: " + document.lastModified); 4.0.0 (2018-09-07) </h2> <div class="section"> -<a name="Summary-N11D81"></a> +<a name="Summary-N11E14"></a> <h3 class="boxed">Summary</h3> <ul> @@ -2594,7 +2635,7 @@ document.write("Last Published: " + document.lastModified); <li>New OOXML schema (1.4) necessary, because of incompatible XMLBeans loading not anymore through POIXMLTypeLoader</li> </ul> -<a name="Changes-N11D8E"></a> +<a name="Changes-N11E21"></a> <h3 class="boxed">Changes</h3> <table class="POITable"> <colgroup> diff --git a/content/components/poi-jvm-languages.html b/content/components/poi-jvm-languages.html index 01349fc315..d8ffcddadb 100644 --- a/content/components/poi-jvm-languages.html +++ b/content/components/poi-jvm-languages.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <a href="../download.html">Download</a> </div> <div class="menuitem"> +<a href="../versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="../changes.html">Changelog</a> </div> <div class="menuitem"> diff --git a/content/components/poi-ruby.html b/content/components/poi-ruby.html index 35f293db25..3a7de7a37a 100644 --- a/content/components/poi-ruby.html +++ b/content/components/poi-ruby.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <a href="../download.html">Download</a> </div> <div class="menuitem"> +<a href="../versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="../changes.html">Changelog</a> </div> <div class="menuitem"> diff --git a/content/components/spreadsheet/diagram1.html b/content/components/spreadsheet/diagram1.html index 31ab0ba438..512867d50f 100644 --- a/content/components/spreadsheet/diagram1.html +++ b/content/components/spreadsheet/diagram1.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <a href="../../download.html">Download</a> </div> <div class="menuitem"> +<a href="../../versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="../../changes.html">Changelog</a> </div> <div class="menuitem"> diff --git a/content/download.html b/content/download.html index 2935521303..082bd003bd 100644 --- a/content/download.html +++ b/content/download.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <div class="menupagetitle">Download</div> </div> <div class="menuitem"> +<a href="versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="changes.html">Changelog</a> </div> <div class="menuitem"> diff --git a/content/encryption.html b/content/encryption.html index ccf829b873..56d8bdce6d 100644 --- a/content/encryption.html +++ b/content/encryption.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <a href="download.html">Download</a> </div> <div class="menuitem"> +<a href="versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="changes.html">Changelog</a> </div> <div class="menuitem"> diff --git a/content/index.html b/content/index.html index b65c4544f0..12e0678d46 100644 --- a/content/index.html +++ b/content/index.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <a href="download.html">Download</a> </div> <div class="menuitem"> +<a href="versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="changes.html">Changelog</a> </div> <div class="menuitem"> diff --git a/content/legal.html b/content/legal.html index ce14f078e7..c102892aa7 100644 --- a/content/legal.html +++ b/content/legal.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <a href="download.html">Download</a> </div> <div class="menuitem"> +<a href="versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="changes.html">Changelog</a> </div> <div class="menuitem"> diff --git a/content/linkmap.html b/content/linkmap.html index 3a9fa05898..24da115911 100644 --- a/content/linkmap.html +++ b/content/linkmap.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <a href="download.html">Download</a> </div> <div class="menuitem"> +<a href="versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="changes.html">Changelog</a> </div> <div class="menuitem"> @@ -448,6 +451,12 @@ document.write("Last Published: " + document.lastModified); </li> </ul> +<ul> +<li> +<a href="versioning.html">Versioning</a> ___________________ <em>versioning</em> +</li> +</ul> + <ul> <li> <a href="changes.html">Changelog</a> ___________________ <em>changes</em> diff --git a/content/related-projects.html b/content/related-projects.html index 3cdad8e7b7..ff2c6851b0 100644 --- a/content/related-projects.html +++ b/content/related-projects.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <a href="download.html">Download</a> </div> <div class="menuitem"> +<a href="versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="changes.html">Changelog</a> </div> <div class="menuitem"> diff --git a/content/security.html b/content/security.html index 45d52561cd..a831b2068b 100644 --- a/content/security.html +++ b/content/security.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <a href="download.html">Download</a> </div> <div class="menuitem"> +<a href="versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="changes.html">Changelog</a> </div> <div class="menuitem"> diff --git a/content/text-extraction.html b/content/text-extraction.html index 301fee02a0..9332698b3c 100644 --- a/content/text-extraction.html +++ b/content/text-extraction.html @@ -114,6 +114,9 @@ document.write("Last Published: " + document.lastModified); <a href="download.html">Download</a> </div> <div class="menuitem"> +<a href="versioning.html">Versioning</a> +</div> +<div class="menuitem"> <a href="changes.html">Changelog</a> </div> <div class="menuitem"> diff --git a/content/legal.html b/content/versioning.html similarity index 71% copy from content/legal.html copy to content/versioning.html index ce14f078e7..2e233cb4b6 100644 --- a/content/legal.html +++ b/content/versioning.html @@ -5,7 +5,7 @@ <meta content="Apache Forrest" name="Generator"> <meta name="Forrest-version" content="0.9"> <meta name="Forrest-skin-name" content="pelt"> -<title>Apache POI™ - Legal Stuff</title> +<title>Apache POI™ - Versioning</title> <link type="text/css" href="skin/basic.css" rel="stylesheet"> <link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet"> <link media="print" type="text/css" href="skin/print.css" rel="stylesheet"> @@ -113,6 +113,9 @@ document.write("Last Published: " + document.lastModified); <div class="menuitem"> <a href="download.html">Download</a> </div> +<div class="menupage"> +<div class="menupagetitle">Versioning</div> +</div> <div class="menuitem"> <a href="changes.html">Changelog</a> </div> @@ -134,8 +137,8 @@ document.write("Last Published: " + document.lastModified); <div class="menuitem"> <a href="related-projects.html">Related projects</a> </div> -<div class="menupage"> -<div class="menupagetitle">Legal</div> +<div class="menuitem"> +<a href="legal.html">Legal</a> </div> </div> <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Apache Wide</div> @@ -176,74 +179,35 @@ document.write("Last Published: " + document.lastModified); |start content +--> <div id="content"> -<h1>Apache POI™ - Legal Stuff</h1> +<h1>Apache POI™ - Versioning</h1> <div id="front-matter"></div> -<a name="License+and+Notice"></a> -<h2 class="boxed">License and Notice</h2> +<a name="Versioning"></a> +<h2 class="boxed">Versioning</h2> <div class="section"> <p> Apache POI™ releases are available under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> - See the NOTICE file contained in each release artifact for applicable copyright attribution notices. Release artifacts are available from the <a href="download.html">Download</a> page. </p> -</div> - -<a name="Copyrights+and+Trademarks"></a> -<h2 class="boxed">Copyrights and Trademarks</h2> -<div class="section"> <p> -All material on this website is Copyright © 2002-2025, The Apache -Software Foundation. + The versioning scheme for Apache POI is based on the principles of + <a href="https://semver.org/">Semantic Versioning 2.0.0</a>. </p> <p> -Apache POI, POI, Apache, the Apache feather logo, and the Apache POI -project logo are trademarks of The Apache Software Foundation. + We started using this versioning scheme in Apache POI 4.0.0. Versions prior + to this did not follow exactly the same principles with the numbers typically being of the form + X.Y. X indicated the major version but there may in some cases, have been big changes between + minor versions. </p> <p> -Sun, Sun Microsystems, Solaris, Java, JavaServer Web Development Kit, -and JavaServer Pages are trademarks or registered trademarks of Sun -Microsystems, Inc. UNIX is a registered trademark in the United States -and other countries, exclusively licensed through 'The Open Group'. -Microsoft, Windows, WindowsNT, Excel, Word, PowerPoint, Visio, Publisher, Outlook, -and Win32 are registered trademarks of Microsoft Corporation. -Linux is a registered trademark of Linus Torvalds. -All other product names mentioned herein and throughout the entire -web site are trademarks of their respective owners. + We typically only release new versions and don't usually patch old releases. + We may consider patching old releases in exceptional circumstances. + It is recommended to always use the latest version of Apache POI. </p> -<a name="Cryptography+Notice"></a> -<h3 class="boxed">Cryptography Notice</h3> -<p> - This distribution includes cryptographic software. The country in - which you currently reside may have restrictions on the import, - possession, use, and/or re-export to another country, of - encryption software. BEFORE using any encryption software, please - check your country's laws, regulations and policies concerning the - import, possession, or use, and re-export of encryption software, to - see if this is permitted. See - <a href="http://www.wassenaar.org/">http://www.wassenaar.org/</a> - for more information. - </p> -<p> - The U.S. Government Department of Commerce, Bureau of Industry and - Security (BIS), has classified this software as Export Commodity - Control Number (ECCN) 5D002.C.1, which includes information security - software using or performing cryptographic functions with asymmetric - algorithms. The form and manner of this Apache Software Foundation - distribution makes it eligible for export under the License Exception - ENC Technology Software Unrestricted (TSU) exception (see the BIS - Export Administration Regulations, Section 740.13) for both object - code and source code. - </p> -<p> - The cryptographic software used is from <em>java.security</em> and - <em>javax.crypto</em> and is used when processing encrypted and - protected documents. - </p> </div> <p align="right"> -<font size="-2">by Tetsuya Kitahata, David Fisher</font> +<font size="-2">by PJ Fanning</font> </p> </div> <!--+ @@ -269,7 +233,7 @@ document.write("Last Published: " + document.lastModified); </div> <div id="feedback"> Send feedback about the website to: - <a id="feedbackto" href="mailto:[email protected]?subject=Feedback%C2%A0legal.html">[email protected]</a> + <a id="feedbackto" href="mailto:[email protected]?subject=Feedback%C2%A0versioning.html">[email protected]</a> </div> <!--+ |end bottomstrip --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
