You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2022/12/26 19:29:52 UTC

svn commit: r1906221 - in /poi/site: publish/changes.html src/documentation/content/xdocs/changes.xml

Author: centic
Date: Mon Dec 26 19:29:52 2022
New Revision: 1906221

URL: http://svn.apache.org/viewvc?rev=1906221&view=rev
Log:
Add 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=1906221&r1=1906220&r2=1906221&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Mon Dec 26 19:29:52 2022
@@ -234,7 +234,6 @@ document.write("Last Published: " + docu
 <li>Upgrade pdfbox dependency to 2.0.27, graphics2d to 0.41</li>
             
 <li>Upgrade commons-compress dependency to 1.22</li>
-
         
 </ul>
 <a name="Changes"></a>
@@ -258,8 +257,36 @@ document.write("Last Published: " + docu
 </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=66278">66278</a></td><td>XSLF</td><td>Multiple gradient stops at the exact same location causing a rendering failure</td>
+</tr>
+            
+<tr class="action">
 <td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=66301">66301</a></td><td>HSMF</td><td>Add a method to properly write the header necessary for a MSG attachment</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=66306">66306</a></td><td>XSLF</td><td>Make XSLFDiagramGroupShape public</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=66312">66312</a></td><td>XWPF</td><td>Inserting paragraph into table from cursor</td>
+</tr>
+            
+<tr class="action">
+<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=66347">66347</a></td><td>XWPF</td><td>Add theme support to XWPF</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=66365">66365</a></td><td>XSSF</td><td>Fix issue where cells with formulas and cached results of string type do not properly support shared strings</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=66401">66401</a></td><td>SS_Common</td><td>Fix parsing formulas with sheet-names which contain single quotes</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>
         
 </tbody>
 </table>

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1906221&r1=1906220&r2=1906221&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Mon Dec 26 19:29:52 2022
@@ -87,6 +87,8 @@
             <action type="fix" fixes-bug="66312" context="XWPF">Inserting paragraph into table from cursor</action>
             <action type="add" fixes-bug="66347" context="XWPF">Add theme support to XWPF</action>
             <action type="fix" fixes-bug="66365" context="XSSF">Fix issue where cells with formulas and cached results of string type do not properly support shared strings</action>
+            <action type="fix" fixes-bug="66401" context="SS_Common">Fix parsing formulas with sheet-names which contain single quotes</action>
+            <action type="fix" fixes-bug="65260" context="SXSSF">Fix graceful handling of missing font-system on the operating system</action>
         </actions>
     </release>
 



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