You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/08/03 11:55:06 UTC

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

Author: nick
Date: Wed Aug  3 11:55:05 2016
New Revision: 1755080

URL: http://svn.apache.org/viewvc?rev=1755080&view=rev
Log:
Changelog update

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

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1755080&r1=1755079&r2=1755080&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Wed Aug  3 11:55:05 2016
@@ -258,23 +258,17 @@ if (VERSION > 3) {
     
 
     
-<a name="3.15-beta4"></a>
+<a name="3.15-beta3"></a>
 <div class="h3">
-<h3>Version 3.15-beta4 (2016-10-??)</h3>
+<h3>Version 3.15-beta3 (2016-08-??)</h3>
 </div>
 <ul>
         
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg"> XSSFFormulaEvaluator.evaluateAll() should mirror HSSF and use any setup referenced workbooks</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59736">59736</a> - SS Common: Incorrect evaluation of SUBTOTAL with composite interval</li>
-    
-</ul>
-
-    
-<a name="3.15-beta3"></a>
-<div class="h3">
-<h3>Version 3.15-beta3 (2016-08-??)</h3>
-</div>
-<ul>
         
 <li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55384">55384</a> - SXSSF: Handle setting pre-evaluation string correctly in SXSSF as well</li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1755080&r1=1755079&r2=1755080&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Wed Aug  3 11:55:05 2016
@@ -1,5 +1,40 @@
 <?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>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language>
+<item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - XSSFFormulaEvaluator.evaluateAll() should mirror HSSF and use any setup referenced workbooks</description></item>
 <item><title> fix(bug 59736)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59736) - SS Common: Incorrect evaluation of SUBTOTAL with composite interval</description></item>
+<item><title> fix(bug 55384)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55384) - SXSSF: Handle setting pre-evaluation string correctly in SXSSF as well</description></item>
+<item><title> fix(bug 59634)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59634) - POI Overall: Clarify and refine JavaDoc of various close() methods to consistently state that close() invalidates the object</description></item>
+<item><title> add(bug 57919)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57919) - HSSF, HSLF and HPSF support for in-place writing to the currently open File (requires the POIFS/NPOIFS was opened from a read-write File)</description></item>
+<item><title> add(bug 57919)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 57919) - HSSF, HSLF, HPSF and HWPF support for writing out to a new File - normally faster than writing to an OutputStream</description></item>
+<item><title> fix(bug 59881)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59881) - SS Common: D* formula evaluation from blank cells in database headers</description></item>
+<item><title> add(bug 52122)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 52122) - Excel does not handle conditional formatting based on formula correctly unless recalculation is forced</description></item>
+<item><title> add(bug 59106)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59106) - SS Common: WorkdayFunction does not read the area with holidays correctly to calculate work days</description></item>
+<item><title> add(bug 58802)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 58802) - HWPF: Allow reading of footnote and endnote properties</description></item>
+<item><title> add(bug 59665)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59665) - HSSF: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupts bspos value in WorkbookRecordList</description></item>
+<item><title> add(bug 59740)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59740) - SS Common: Sheet.shiftRows incorrectly shifts merged region if there exists another merged region</description></item>
+<item><title> add(bug 59873)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59873) - SS and SL Common: migrate hyperlink constants from Hyperlink to HyperlinkType enum</description></item>
+<item><title> add(bug 59837)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59837) - SS Common: migrate cell alignment constants from CellStyle to HorizontalAlignment and VerticalAlignment enums</description></item>
+<item><title> add(bug 59791)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59791) - SS Common: migrate cell type constants from Cell to CellType enum</description></item>
+<item><title> fix(bug 59775)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59775) - XSSF: correctly recognized URL hyperlinks containing a hash mark</description></item>
+<item><title> add(bug 59872)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59872) - SS Common: add Sheet#getHyperlink(CellAddress)</description></item>
+<item><title> add(bug 59841)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59841) - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource)</description></item>
+<item><title> add(bug 59833)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59833) - SS Common: migrate fill pattern constants from CellStyle to FillPatternType enum</description></item>
+<item><title> add(bug 56154)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 56154) - OOXML: Get and set last modified by user property</description></item>
+<item><title> add(bug 59776)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59776) - OPC: Attach cause of exception when marshalling a Zip Package</description></item>
+<item><title> fix(bug 59814)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59814) - SS Common: clear cached EvaluationWorkbook and EvaluationSheetvalues from WorkbookEvaluator</description></item>
+<item><title> fix(bug 59805)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59805) - POI Overall: fixed memory leak in LocaleUtil</description></item>
+<item><title> fix(bug 59780)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59780) - OPC support for a wider range of timezone'd created and modified date formats in package properties</description></item>
+<item><title> fix(bug 59796)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59796) - XSSF: XSSFTable.getRowCount off-by-one error</description></item>
+<item><title> fix(bug 59795)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59795) - XSSF: XSSFTable needs a method to reset start/end Cell References</description></item>
+<item><title> fix(bug 59790)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59790) - SS Common: convert FormulaType class to enum</description></item>
+<item><title> fix(bug 59789)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59789) - HSSF: improve performance of row shifting on sheets that contain comments</description></item>
+<item><title> fix(bug 59786)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59786) - HMEF: fix NPE from HMEFContentsExtractor</description></item>
+<item><title> add(bug 59788,59166)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59788,59166) - POI Overall: Create temporary directories that are deleted on JVM exit</description></item>
+<item><title> fix(bug 59170)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59170) - HSSF: Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape classes removed</description></item>
+<item><title> add(bug 59781)</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers (bug 59781) - Common SS: Move PaneInformation from HSSF to SS package</description></item>
+<item><title> fix(bug 59766)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59766) - When setting SAX features, handle Error too (eg from Google AppEngine)</description></item>
+<item><title> fix(bug 59734)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59734) - XSSF: Make lookup and creation of named ranges constant-time instead of linear in the number of ranges in the workbook.</description></item>
+<item><title> fix(bug 59920)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59920) - XSSF: Fix regression in the handling of empty passwords for workbook protection.</description></item>
+<item><title> fix(bug 59922)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59922) - XSSF: Rename XSSFPaswordHelper to XSSFPasswordHelper</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=1755080&r1=1755079&r2=1755080&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Wed Aug  3 11:55:05 2016
@@ -39,17 +39,9 @@
         <person id="YK" name="Yegor Kozlov" email="yegor@apache.org" />
     </devs>
 
-    <!-- release version="3.15-beta4" date="2016-11-??">
-    </release -->
-
-    <release version="3.15-beta3" date="2016-08-09">
+    <release version="3.15-beta3" date="2016-08-??">
+        <action dev="PD" type="fix">XSSFFormulaEvaluator.evaluateAll() should mirror HSSF and use any setup referenced workbooks</action>
         <action dev="PD" type="fix" fixes-bug="59736">SS Common: Incorrect evaluation of SUBTOTAL with composite interval</action>
-    </release>
-
-    <!-- release version="3.15-beta4" date="2016-11-??">
-    </release -->
-
-    <release version="3.15-beta3" date="2016-08-09">
         <action dev="PD" type="fix" fixes-bug="55384">SXSSF: Handle setting pre-evaluation string correctly in SXSSF as well</action>
         <action dev="PD" type="fix" fixes-bug="59634">POI Overall: Clarify and refine JavaDoc of various close() methods to consistently state that close() invalidates the object</action>
         <action dev="PD" type="add" fixes-bug="57919">HSSF, HSLF and HPSF support for in-place writing to the currently open File (requires the POIFS/NPOIFS was opened from a read-write File)</action>



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