Author: centic
Date: Sat Mar 11 09:55:26 2023
New Revision: 1908268

URL: http://svn.apache.org/viewvc?rev=1908268&view=rev
Log:
List some recent changes

Modified:
    poi/site/publish/changes.html
    poi/site/src/documentation/content/xdocs/changes.xml

Modified: poi/site/publish/changes.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1908268&r1=1908267&r2=1908268&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sat Mar 11 09:55:26 2023
@@ -255,6 +255,22 @@ document.write("Last Published: " + docu
 <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=66521";>66521</a></td><td>POI_Overall</td><td>Provide
 a utility to clear all thread-locals to avoid reports of memory-leaks in 
web-application containers</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=66436";>66436</a></td><td>POI_Overall</td><td>Fix
 handling padding when decrypting data</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=54373";>54373</a></td><td>XSSF</td><td>Include
 alpha/transparency value when creating an XSSFColor from an AWT Color 
object</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=62272";>62272</a></td><td>XSSF</td><td>Include
 alpha/transparency value when setting a color-value for a font</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=65260";>65260</a></td><td>SXSSF</td><td>Fix
 graceful handling of missing font-system on the operating system</td>
 </tr>
             

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1908268&r1=1908267&r2=1908268&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Sat Mar 11 09:55:26 
2023
@@ -81,6 +81,10 @@
             <summary-item>Use jdk18on versions of bouncycastle jars 
(v1.72)</summary-item>
         </summary>
         <actions>
+            <action type="fix" fixes-bug="66521" context="POI_Overall">Provide 
a utility to clear all thread-locals to avoid reports of memory-leaks in 
web-application containers</action>
+            <action type="fix" fixes-bug="66436" context="POI_Overall">Fix 
handling padding when decrypting data</action>
+            <action type="fix" fixes-bug="54373" context="XSSF">Include 
alpha/transparency value when creating an XSSFColor from an AWT Color 
object</action>
+            <action type="fix" fixes-bug="62272" context="XSSF">Include 
alpha/transparency value when setting a color-value for a font</action>
             <action type="fix" fixes-bug="65260" context="SXSSF">Fix graceful 
handling of missing font-system on the operating system</action>
             <action type="fix" fixes-bug="65543" context="HSSF">Incomplete 
Shared String Tables were causing read failures</action>
             <action type="fix" fixes-bug="66257" 
context="XSSF">NullPointerException in XSSFReader$SheetIterator.next()</action>



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

Reply via email to