Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFC9C18E4E for ; Mon, 5 Oct 2015 06:39:52 +0000 (UTC) Received: (qmail 7802 invoked by uid 500); 5 Oct 2015 06:39:52 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 7768 invoked by uid 500); 5 Oct 2015 06:39:52 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 7759 invoked by uid 99); 5 Oct 2015 06:39:52 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2015 06:39:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1D5D4180A54 for ; Mon, 5 Oct 2015 06:39:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.994 X-Spam-Level: X-Spam-Status: No, score=0.994 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.006] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id hxXF_8hExooR for ; Mon, 5 Oct 2015 06:39:49 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id EDE8D210B2 for ; Mon, 5 Oct 2015 06:39:48 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 07C83E0256 for ; Mon, 5 Oct 2015 06:39:48 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id CC7813A022F for ; Mon, 5 Oct 2015 06:39:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1706749 - /poi/site/src/documentation/content/xdocs/status.xml Date: Mon, 05 Oct 2015 06:39:47 -0000 To: commits@poi.apache.org From: centic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151005063947.CC7813A022F@svn01-us-west.apache.org> Author: centic Date: Mon Oct 5 06:39:47 2015 New Revision: 1706749 URL: http://svn.apache.org/viewvc?rev=1706749&view=rev Log: Add changelog for recent fixes 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=1706749&r1=1706748&r2=1706749&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/status.xml (original) +++ poi/site/src/documentation/content/xdocs/status.xml Mon Oct 5 06:39:47 2015 @@ -39,6 +39,8 @@ + Fix handling missing option values in financial functions PV, FV, NPER and PMT + Make row groups which include row 0 work Removed deprecated HDF API @@ -153,7 +155,7 @@ Add methods to query outline level for HSSF and XSSF Handle PP97_DUALSTORAGE streams SlideShow.removeSlide makes PPT corrupted - Mapping of symbol characters to unicode equivalent + Mapping of symbol characters to unicode equivalent Add support for cropped images in Slide.draw() Add initial implementations of DMIN and DGET functions Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF @@ -307,7 +309,7 @@ Expose the StyleIndex of HWPF CharacterRuns Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing word file) - + WorkbookFactory.create() hangs when creating a workbook Support for COUNTIFS function @@ -348,7 +350,7 @@ Extract text from HSLF tables Support for SHA-512 hashes on OOXML protected documents, as used by Office 2013 - + Add fix for XmlValueDisconnectException during shifting rows Fix handling of special case in FormulaShifter @@ -368,7 +370,7 @@ Some HPSF documents require UnicodeStrings to be 4-byte aligned, spot these from the otherwise invalid length Upgrade version of JUnit to 4.11 to avoid problems when executing unit tests using Apache Ant >= 1.7 - + Avoid issues if the length of a StyleTextPropAtom prop is longer than the parent text Fix error message text for a workbook with no sheets when a sheet operation is performed @@ -408,7 +410,7 @@ Synchronize table headers with parent sheet in XSSF Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNG - + Avoid NPE in PPT2PNG Replace System.err info messages with a POILogger @@ -494,7 +496,7 @@ fixed evaluation of SUM over cell range > 255 avoid exception when cloning sheets with no drawing records and initialized drawing patriarch - + DateFormatConverter: an utility to convert instances of java.text.DateFormat to Excel format patterns show SSTIndex instead of XFIndex in LabelSSTRecord.toString() @@ -558,7 +560,7 @@ fixed XSSFSimpleShape to set rich text attributes from XSSFRichtextString enhanced SheetUtil.getColumnWidth - + Deprecated XSSFWorkbook(String path) constructor because it does not close underlying .zip file fixed refcount of Fill pictures in HSLF @@ -609,7 +611,7 @@ XSLF initial UserModel support for Notes and Comments for Slides HSLF: support for uncompressed OLE embeddings - + Extracting text from Bug51524.zip is slow HWPFDocument.write based on NPOIFSFileSystem throws a NullPointerException @@ -692,7 +694,7 @@ Enhanced Handling of Picture Parts in XWPF Additional HWPF Table Cell Descriptor values - + Correctly calculate image width/height, if image fits into one cell Correct extra paragraphs from XWPF Table Cells @@ -730,7 +732,7 @@ Improve HSMF encoding guessing for 7 bit fields in MAPIMessage Allow HSMF access to the HTML body contents in MAPIMessage - + Implement the load method on MemoryPackagePart Support for continued ExtSSTRecords @@ -755,7 +757,7 @@ Speed up calls to HSSFColor.getIndexHash() by returning a cached, unmodifiable Map. HSSFColor.getModifiableIndexHash() provides access to the old (slow but modifiable) functionality Change related formulas and named ranges when XSSFWorkbook.setSheetName is called - + Ant tasks for running POI against a workbook Correct XBAT chaining explanation in /poifs/fileformat.html @@ -797,7 +799,7 @@ OLE2 does allow a directory with an empty name, so support this in POIFS avoid NPE when XSSFReader comes across chart sheets - + avoid NPE in ListLevel.getNumberText() when numberText is null marked commons-logging and log4j as optional dependencies in POI poms @@ -809,7 +811,7 @@ Improved rounding in MOD Generate SHA1 hashes of distribution files, alongside existing MD5 ones - + If a HSSF header or footer lacks left/right/centre information, assume it is a centre one Correctly remove calcChain entries for XSSF cells that stop holding formulas @@ -851,7 +853,7 @@ fixed OperandResolver to correctly handle inputs with leading decimal place initial support for Excel autofilter - + Support for .msg attachments within a MAPIMessage .msg Improve handling and warnings when closing OPCPackage objects @@ -880,7 +882,7 @@ don't consider 17.16.23 field codes as properly part of the paragraph's text xslfslideshow shouldn't break on .thmx (theme) files. support for them is still very limited though - + lazy caching of xssfcomment ctcomment objects by reference, to make repeated comment searching faster better handling of outlook messages in hsmf when there's no recipient email address --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org