Author: centic
Date: Sat Mar 12 17:37:00 2016
New Revision: 1734721
URL: http://svn.apache.org/viewvc?rev=1734721&view=rev
Log:
catch up on my latest bugfixes
fix a number of typos in older changelog entries
Modified:
poi/site/src/documentation/content/xdocs/status.xml
Modified: poi/site/src/documentation/content/xdocs/status.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1734721&r1=1734720&r2=1734721&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Sat Mar 12 17:37:00 2016
@@ -40,6 +40,9 @@
</devs>
<release version="3.15-beta1" date="2016-07-??">
+ <action dev="PD" type="add" fixes-bug="56549">Correctly calculate char
index ranges for HWPF in the TextPieceTable</action>
+ <action dev="PD" type="add" fixes-bug="57495">Fix problem with tables
in documents at pos 0</action>
+ <action dev="PD" type="fix">Fix a number of edge-cases where
file-handles would be leaked</action>
<action dev="PD" type="fix" fixes-bug="59170">Remove deprecated
classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns()</action>
<action dev="PD" type="fix" fixes-bug="59170">Remove deprecated
classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region</action>
<action dev="PD" type="add" fixes-bug="57031">Out of Memory when
extracting text from attached files</action>
@@ -47,6 +50,8 @@
</release>
<release version="3.14" date="2016-03-07">
+ <action dev="PD" type="add" fixes-bug="57914">Provide a better error
message for OOXML strict format which we do not support yet</action>
+ <action dev="PD" type="add" fixes-bug="47245">Adjust handling of
missing row-records as it seems LibreOffice/Excel are handling such
documents</action>
<action dev="PD" type="add" fixes-bug="59056">Render individual
slideshow shapes</action>
<action dev="PD" type="fix" fixes-bug="59074">ExtractorFactory should
give a more helpful exception on old Excel files too old for
ExcelExtractor</action>
<action dev="PD" type="add" fixes-bug="57989">XSSFChart support for
setting chart titles</action>
@@ -58,7 +63,7 @@
<action dev="PD" type="fix" fixes-bug="58996">Regression caused by
fixing bug 56295: Don't try to unset fill color if it is not set to avoid
invalid access inside the Xml structures</action>
<action dev="PD" type="fix"
fixes-bug="57034">Cell.setCellValue((String)null) should be treated as an empty
cell on SXSSF as well, to avoid a NPE when autosizing columns</action>
<action dev="PD" type="fix">XSLF - fixed NPE when adding pictures with
existing non-picture media files (e.g. movies)</action>
- <action dev="PD" type="fix" fixes-bug="58885">Fixed preformance
regression after fixing bug 58443 when adding a merged region to an
XSSFSheet.</action>
+ <action dev="PD" type="fix" fixes-bug="58885">Fixed performance
regression after fixing bug 58443 when adding a merged region to an
XSSFSheet.</action>
<action dev="PD" type="add">Raised xmlsec version to 2.0.6</action>
<action dev="PD" type="add" fixes-bug="47291">Cannot open link
correctly which insert in ppt</action>
<action dev="PD" type="add" fixes-bug="41047">Support hyperlinks in
HSLF shapes and textruns</action>
@@ -109,7 +114,7 @@
<action dev="PD" type="fix" fixes-bug="53189">Shapes drawn wrongly
when ppt file converted to image</action>
<action dev="PD" type="add">Removed most reflection calls on private
methods/fields from production code; others are wrapped by
AccessController.doPrivileged().</action>
<action dev="PD" type="fix" fixes-bug="58597">XWPFDocument causes
SecurityException under SecurityManager</action>
- <action dev="PD" type="fix" fixes-bug="53192">Images in ppt file have
wrong width when convering ppt to png</action>
+ <action dev="PD" type="fix" fixes-bug="53192">Images in ppt file have
wrong width when converting ppt to png</action>
<action dev="PD" type="add">Add support for HSLF metro blobs</action>
<action dev="PD" type="fix" fixes-bug="52297">Bullets are not aligned
properly while converting ppt slide to image</action>
<action dev="PD" type="fix" fixes-bug="55265">DataFormatter correct
support for alternate number grouping characters, eg 1234 + #'##0 = 1'234 not
1,234</action>
@@ -538,16 +543,16 @@
<action dev="PD" type="add" fixes-bug="53943">added method
processSymbol() to allow converting word symbols </action>
<action dev="PD" type="fix" fixes-bug="53763">avoid style mess when
using HSSFOptimiser </action>
<action dev="PD" type="fix" fixes-bug="52972">preserve leading /
trailing spaces in SXSSF </action>
- <action dev="PD" type="fix" fixes-bug="53965">Fixed
XmlValueOutOfRangeExceptio calling getDataValidations for custom validations
with XSSFSheet </action>
- <action dev="PD" type="fix" fixes-bug="53974">Avoid NPE when
constructing HSSFWorbook on Google App Engine</action>
+ <action dev="PD" type="fix" fixes-bug="53965">Fixed
XmlValueOutOfRangeException calling getDataValidations for custom validations
with XSSFSheet </action>
+ <action dev="PD" type="fix" fixes-bug="53974">Avoid NPE when
constructing HSSFWorkbook on Google App Engine</action>
<action dev="PD" type="fix" fixes-bug="53568">Fixed null returned by
XSSFPicture.getPictureData()</action>
<action dev="PD" type="fix" fixes-bug="53950">fixed
setForceFormulaRecalculation to reset workbook-level "manual" flag</action>
- <action dev="PD" type="fix" fixes-bug="52211">avoid unnessary
re-coverting content types to US-ASCII, it can cause exceptions on ibm
mainframes</action>
+ <action dev="PD" type="fix" fixes-bug="52211">avoid unnecessary
re-converting content types to US-ASCII, it can cause exceptions on ibm
mainframes</action>
<action dev="PD" type="fix" fixes-bug="53568">Set shapes anchors in
XSSF when reading from existing drawings</action>
<action dev="PD" type="add">HSSFOptimiser will now also tidy away
un-used cell styles, in addition to duplicate styles</action>
<action dev="PD" type="fix" fixes-bug="53493">Fixed memory and
temporary file leak in SXSSF </action>
<action dev="PD" type="fix" fixes-bug="53780">Fixed memory and
temporary file leak in SXSSF </action>
- <action dev="PD" type="fix" fixes-bug="53380">ArrayIndexOutOfBounds
Excetion parsing word 97 document. </action>
+ <action dev="PD" type="fix" fixes-bug="53380">ArrayIndexOutOfBounds
Exception parsing word 97 document. </action>
<action dev="PD" type="fix" fixes-bug="53434">Subtotal is not return
correct value. </action>
<action dev="PD" type="fix" fixes-bug="53642">XLS formula evaluation
logging </action>
<action dev="PD" type="fix" fixes-bug="53561">Unexpected adding of
drawings into a workbook </action>
@@ -581,7 +586,7 @@
<action dev="PD" type="add" fixes-bug="53644">XLS formula bugfix
(CalFieldFunc) + WeekDay addon </action>
<action dev="PD" type="add" fixes-bug="53446">Fixed some problems
extracting PNGs </action>
<action dev="PD" type="fix" fixes-bug="53205">Fixed some parsing
errors and encoding issues in HDGF </action>
- <action dev="PD" type="add" fixes-bug="53204">Improved performanceof
PageSettingsBlock in HSSF </action>
+ <action dev="PD" type="add" fixes-bug="53204">Improved performance of
PageSettingsBlock in HSSF </action>
<action dev="PD" type="add" fixes-bug="53500">Getter for repeating
rows and columns</action>
<action dev="PD" type="fix" fixes-bug="53369">Fixed tests failing on
JDK 1.7</action>
<action dev="PD" type="fix" fixes-bug="53360">Fixed SXSSF to correctly
write text before escaped Unicode control character</action>
@@ -592,7 +597,7 @@
<action dev="PD" type="add">Add File based constructor to OPCPackage,
alongside existing String one (which constructed a File from the string
internally)</action>
<action dev="PD" type="fix" fixes-bug="53389">Handle formatting
General and @ formats even if a locale is prefixed to them</action>
<action dev="PD" type="fix" fixes-bug="53271">Removed unconditional
asserts in SXSSF</action>
- <action dev="PD" type="add" fixes-bug="53025">Updatad documentation
and example on using Data Validations </action>
+ <action dev="PD" type="add" fixes-bug="53025">Updated documentation
and example on using Data Validations </action>
<action dev="PD" type="add" fixes-bug="53227">Corrected
AddDimensionedImage.java to support XSSF/SXSSF </action>
<action dev="PD" type="add" fixes-bug="53058">Utility for representing
drawings contained in a binary Excel file as a XML tree</action>
<action dev="PD" type="add" fixes-bug="53165">HWPF support for
fetching the description (alt text) of a picture</action>
@@ -622,7 +627,7 @@
<action dev="PD" type="add" fixes-bug="52708">misc improvements in
CellFormat </action>
<action dev="PD" type="add" fixes-bug="52690">added a getter for
length of encrypted data in Ecma and Agile decryptors</action>
<action dev="PD" type="fix" fixes-bug="52255">support adding TIFF,EPS
and WPG pictures in OOXML documents </action>
- <action dev="PD" type="fix" fixes-bug="52078">avoid OutOfMemoryError
when rendering groupped pictures in HSLF </action>
+ <action dev="PD" type="fix" fixes-bug="52078">avoid OutOfMemoryError
when rendering grouped pictures in HSLF </action>
<action dev="PD" type="fix" fixes-bug="52745">fixed
XSSFRichtextString.append to preserve leading / trailing spaces </action>
<action dev="PD" type="fix" fixes-bug="52716">tolerate hyperlinks that
have neither location nor relation </action>
<action dev="PD" type="fix" fixes-bug="52599">avoid duplicate text
when rendering slides in HSLF</action>
@@ -634,9 +639,9 @@
<action dev="PD" type="fix" fixes-bug="52665">When reading from a
ZipFileZipEntrySource that has already been closed, give
IllegalArgumentException rather than NPE</action>
<action dev="PD" type="fix" fixes-bug="52664">MAPIMessage may not
always have name chunks when checking for 7 bit encodings</action>
<action dev="PD" type="fix" fixes-bug="52649">fixed namespace issue in
WordToFoConverter</action>
- <action dev="PD" type="fix" fixes-bug="52385">avoid trancated array
and vector data when reading OLE properties</action>
+ <action dev="PD" type="fix" fixes-bug="52385">avoid truncated array
and vector data when reading OLE properties</action>
<action dev="PD" type="fix" fixes-bug="52662">CharacterRun NPE fix
when fetching symbol fonts, where no fonts are defined</action>
- <action dev="PD" type="add" fixes-bug="52658">support mergin table
cells in XSLF</action>
+ <action dev="PD" type="add" fixes-bug="52658">support merging table
cells in XSLF</action>
<action dev="PD" type="add">validate row number and column index in
SXSSF when creating new rows / cells</action>
<action dev="PD" type="fix" fixes-bug="51498">fixed evaluation of
blank cells in COUNTIF</action>
<action dev="PD" type="add" fixes-bug="52576">support changing
external file references in HSSFWorkbook</action>
@@ -683,7 +688,7 @@
<action dev="PD" type="fix" fixes-bug="50936">Exception parsing MS
Word 8.0 file (as duplicate of 47958)</action>
<action dev="PD" type="fix"
fixes-bug="47958">ArrayIndexOutOfBoundsException from
PicturesTable.getAllPictures() during Escher tree walk</action>
<action dev="PD" type="fix"
fixes-bug="51944">PAPFormattedDiskPage.getPAPX - IndexOutOfBounds</action>
- <action dev="PD" type="fix" fixes-bug="52032">HWPF -
ArrayIndexOutofBoundsException with no stack trace (broken after revision
1178063)</action>
+ <action dev="PD" type="fix" fixes-bug="52032">HWPF -
ArrayIndexOutOfBoundsException with no stack trace (broken after revision
1178063)</action>
<action dev="PD" type="add">support for converting pptx files into
images with a PPTX2PNG tool</action>
<action dev="PD" type="add" fixes-bug="52050">Support for the Excel
RATE function</action>
<action dev="PD" type="fix" fixes-bug="51566">HSLF fix for finishing
parsing the picture stream on the first non-valid type</action>
@@ -811,7 +816,7 @@
<action dev="PD" type="fix" fixes-bug="51236">XSSF set colour support
for black/white to match getter</action>
<action dev="PD" type="add" fixes-bug="51196">Initial support for
Spreadsheet Chart API</action>
<action dev="PD" type="add">Add support for OOXML Agile
Encryption</action>
- <action dev="PD" type="add" fixes-bug="51160">Initial version of
SXSSF, a low memory foortprint API to produce xlsx files</action>
+ <action dev="PD" type="add" fixes-bug="51160">Initial version of
SXSSF, a low memory footprint API to produce xlsx files</action>
<action dev="PD" type="fix" fixes-bug="51171">Improved performance of
opening large .xls files</action>
<action dev="PD" type="add" fixes-bug="51172">Add XWPF support for GIF
pictures</action>
<action dev="PD" type="add">NPOIFS Mini Streams now support extending
the underlying big block stream to fit more data</action>
@@ -898,7 +903,7 @@
<action dev="PD" type="fix" fixes-bug="50258">avoid corruption of
XSSFWorkbook after applying XSSFRichTextRun#applyFont</action>
<action dev="PD" type="fix" fixes-bug="50154">Allow white spaces and
unicode in OPC relationship targets </action>
<action dev="PD" type="fix" fixes-bug="50113">Remove cell from
Calculation Chain after setting cell type to blank </action>
- <action dev="PD" type="fix" fixes-bug="49966">Ensure that
XSSFRow#removeCell cleares calculation chain entries </action>
+ <action dev="PD" type="fix" fixes-bug="49966">Ensure that
XSSFRow#removeCell clears calculation chain entries </action>
<action dev="PD" type="fix" fixes-bug="50096">Fixed evaluation of cell
references with column index greater than 255 </action>
<action dev="PD" type="fix" fixes-bug="49761">Tolerate Double.NaN when
reading .xls files</action>
<action dev="PD" type="fix" fixes-bug="50211">Use cached formula
result when auto-sizing formula cells</action>
@@ -964,7 +969,7 @@
<action dev="PD" type="add" fixes-bug="47990">Support for .msg
attachments within a MAPIMessage .msg</action>
<action dev="PD" type="fix">Improve handling and warnings when closing
OPCPackage objects</action>
<action dev="PD" type="fix" fixes-bug="49702">Correct
XSSFWorkbook.getNumCellStyles to check the right styles list</action>
- <action dev="PD" type="add" fixes-bug="49690">Add WorkbookUtil, which
provies a way of generating valid sheet names</action>
+ <action dev="PD" type="add" fixes-bug="49690">Add WorkbookUtil, which
provides a way of generating valid sheet names</action>
<action dev="PD" type="fix" fixes-bug="49694">Use DataFormatter when
autosizing columns, to better match the real display width of formatted
cells</action>
<action dev="PD" type="add" fixes-bug="49441">Allow overriding and
guessing of HSMF non-unicode string encodings</action>
<action dev="PD" type="fix" fixes-bug="49689">Allow the setting of
user style names on newly created HSSF cell styles</action>
@@ -1326,7 +1331,7 @@
<release version="3.2-FINAL" date="2008-10-19">
<action dev="PD" type="fix" fixes-bug="45866">allowed for change of
unicode compression across Continue records</action>
<action dev="PD" type="fix" fixes-bug="45964">support for link
formulas in Text Objects</action>
- <action dev="PD" type="fix" fixes-bug="43354">support for evalating
formulas with missing args</action>
+ <action dev="PD" type="fix" fixes-bug="43354">support for evaluating
formulas with missing args</action>
<action dev="PD" type="fix" fixes-bug="45912">fixed
ArrayIndexOutOfBoundsException in EmbeddedObjectRefSubRecord</action>
<action dev="PD" type="fix" fixes-bug="45889">fixed
ArrayIndexOutOfBoundsException when constructing HSLF Table with a single row
</action>
<action dev="PD" type="add">Initial support for creating hyperlinks in
HSLF</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]