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 2017/12/28 10:28:35 UTC

svn commit: r1819414 [3/3] - in /poi/site: publish/changes.html publish/changes.rss src/documentation/content/xdocs/status.xml

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1819414&r1=1819413&r2=1819414&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Thu Dec 28 10:28:35 2017
@@ -1,10 +1,17 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
 <rss version="0.91"><channel><title>Apache POI Changes</title><link>https://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language>
+<item><title>HSSF: fix(bug 61787)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 61787) - HSSF: Change how deleted content is detected to not incorrectly see too much text as deleted, this was introduced with bug 58067</description></item>
+<item><title>HSSF: fix(bug 61798)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 61798) - HSSF: Fix usage of getLastCellNum() when calculating worksheet dimension during saving</description></item>
+<item><title>HWPF: fix(bug 61911)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 61911) - HWPF: Avoid IndexOutOfBounds access when reading pictures</description></item>
+<item><title>HSSF: fix(bug 61765)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 61765) - HSSF: Support third party tool generated files using WorkBook as their POIFS directory name</description></item>
+<item><title>HSLF: fix(bug 61881)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 61881) - HSLF: Regression in ppt parsing: typeface can't be null or empty</description></item>
+<item><title>XDDF,XSLF,XSSF,XWPF: add(bug github-68)</title><link>https://poi.apache.org/changes.html</link><description>add by POI Developers (bug github-68) - XDDF,XSLF,XSSF,XWPF: Share chart data implementation between XSLFChart, XSSFChart and XWPFChart through XDDF</description></item>
 <item><title>HPSF: fix(bug 61809)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 61809) - HPSF: Infinite loop in SectionIDMap.get() and .put()</description></item>
 <item><title>XSSF: add(bug 60887)</title><link>https://poi.apache.org/changes.html</link><description>add by POI Developers (bug 60887) - XSSF: Surface XSSF Header/Footer Attributes</description></item>
 <item><title>SS Common: add(bug 61730)</title><link>https://poi.apache.org/changes.html</link><description>add by POI Developers (bug 61730) - SS Common: CellRangeAddresses support iterating over their CellAddresses</description></item>
 <item><title>SS Common: fix(bug 61727)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 61727) - SS Common: CellRangeUtil merge cell ranges broken for certain orders of arguments</description></item>
+<item><title>HSSF: fix(bug 57517)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 57517) - HSSF: Fix various situations that were handled incorrectly in HSSFOptimiser</description></item>
 <item><title>XSLF: add(bug 61671)</title><link>https://poi.apache.org/changes.html</link><description>add by POI Developers (bug 61671) - XSLF: XSLFSlide does not contain isHidden and setHidden like HSLFSlide does</description></item>
 <item><title>XSSF: update(bug 61630)</title><link>https://poi.apache.org/changes.html</link><description>update by POI Developers (bug 61630) - XSSF: Performance improvement to XSSFExportToXML</description></item>
 <item><title>XSSF: add(bug 58068)</title><link>https://poi.apache.org/changes.html</link><description>add by POI Developers (bug 58068) - XSSF: Add a method to pass the actual Color to StylesTable.findFont()</description></item>
@@ -17,5 +24,5 @@
 <item><title>OPC: fix(bug 59747)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 59747) - OPC: Exchange order of writing parts into Zip to allow some tools to handle files better</description></item>
 <item><title>SS Common: add(bug github-69)</title><link>https://poi.apache.org/changes.html</link><description>add by POI Developers (bug github-69) - SS Common: Support matrix functions</description></item>
 <item><title>OPC: fix(bug 60499)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 60499) - OPC: Deleting a picture that is used twice on a slide corrupt the slide</description></item>
-<item><title>POI: fix(bug 60279)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 60279) - POI: Back-off to brute-force search for macro content if macro offset is incorrect.</description></item>
+<item><title>POI: fix(bug 60279)</title><link>https://poi.apache.org/changes.html</link><description>fix by POI Developers (bug 60279) - POI: Back-off to brute-force search for macro content if macro offset is incorrect</description></item>
 </channel></rss>
\ No newline at end of file

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1819414&r1=1819413&r2=1819414&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Thu Dec 28 10:28:35 2017
@@ -67,6 +67,9 @@
         <summary-item>Removal of deprecated classes and methods that were marked for removal in v3.18</summary-item>
       </summary>
       <actions>
+        <action dev="PD" type="fix" fixes-bug="61787" module="HSSF">Change how deleted content is detected to not incorrectly see too much text as deleted, this was introduced with bug 58067</action>
+        <action dev="PD" type="fix" fixes-bug="61798" module="HSSF">Fix usage of getLastCellNum() when calculating worksheet dimension during saving</action>
+        <action dev="PD" type="fix" fixes-bug="61911" module="HWPF">Avoid IndexOutOfBounds access when reading pictures</action>
         <action dev="PD" type="fix" fixes-bug="61765" module="HSSF">Support third party tool generated files using WorkBook as their POIFS directory name</action>
         <action dev="PD" type="fix" fixes-bug="61881" module="HSLF">Regression in ppt parsing: typeface can't be null or empty</action>
         <action dev="PD" type="add" fixes-bug="github-68" module="XDDF,XSLF,XSSF,XWPF">Share chart data implementation between XSLFChart, XSSFChart and XWPFChart through XDDF</action>



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