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 B9AD9175D0 for ; Thu, 23 Apr 2015 18:37:50 +0000 (UTC) Received: (qmail 51988 invoked by uid 500); 23 Apr 2015 18:37:50 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 51953 invoked by uid 500); 23 Apr 2015 18:37:50 -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 51944 invoked by uid 99); 23 Apr 2015 18:37:50 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2015 18:37:50 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 813EAAC006A for ; Thu, 23 Apr 2015 18:37:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1675703 - in /poi/site: publish/changes.html publish/changes.rss src/documentation/content/xdocs/status.xml Date: Thu, 23 Apr 2015 18:37:50 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150423183750.813EAAC006A@hades.apache.org> Author: nick Date: Thu Apr 23 18:37:49 2015 New Revision: 1675703 URL: http://svn.apache.org/r1675703 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=1675703&r1=1675702&r2=1675703&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Thu Apr 23 18:37:49 2015 @@ -257,6 +257,9 @@ if (VERSION > 3) {
  • +fix 57851 - Skip null properties in PropertyTableBase, which is how PropertyFactory reports unsupported POIFS properties
  • + +
  • fix 57820 - Avoid NPE on HSLF Tables with a top position of -1
  • Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1675703&r1=1675702&r2=1675703&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Thu Apr 23 18:37:49 2015 @@ -1,3 +1,3 @@ -POI Changeshttp://poi.apache.org/changes.htmlPOI Changesen-us fix(bug 57820)http://poi.apache.org/changes.html fix by POI Developers (bug 57820) - Avoid NPE on HSLF Tables with a top position of -1 fix(bug 56579)http://poi.apache.org/changes.html fix by POI Developers (bug 56579) - Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. fix(bug 55386)http://poi.apache.org/changes.html fix by POI Developers (bug 55386) - Fix handling of bold formatting in example application 'ToHtml' fix(bug 47304)http://poi.apache.org/changes.html fix by POI Developers (bug 47304) - Use fixed encoding when extracting text i n WordDocument fix(bug 56017)http://poi.apache.org/changes.html fix by POI Developers (bug 56017) - Fix shifting comments with shifted rows fix(bug 56295)http://poi.apache.org/changes.html fix by POI Developers (bug 56295) - Fix cloning of styles across workbooks and handling of default value of attribute applyFill fix(bug 56380)http://poi.apache.org/changes.html fix by POI Developers (bug 56380) - Remove limitation of 1024 comments per Workbook fix(bug 56467)http://poi.apache.org/changes.html fix by POI Developers (bug 56467) - Fix cloning of sheets with pictures addhttp://poi.apache.org/changes.html add by POI Developers - More helpful ExtractorFa ctory exception if given a Visio VSDX ooxml file fix(bug 56799)http://poi.apache.org/changes.html fix by POI Developers (bug 56799) - Include CTTblGrid in the smaller poi-ooxml-schemas jar fix(bug 57165)http://poi.apache.org/changes.html fix by POI Developers (bug 57165) - Avoid PartAlreadyExistsException when removing/cloning sheets fix(bug 56893)http://poi.apache.org/changes.html fix by POI Developers (bug 56893) - Additional check for supported string-length to avoid creating broken XLS files later one fixhttp://poi.apache.org/changes.html fix by POI Developers - When saving an OPCPackage with no Core Properties (eg from Jasper Reports), ensure they are always added even if not yet used fix(bug github-18)http://poi.apache.org/changes.html fix by POI Developers (bug github-18) - Handle documents with a picture-only header fix(bug 57622)http://poi.apache.org/changes.html fix by POI Developers (bug 57622) - Change from XMLEventFactory.newFactory to XMLEventFactory.newInstance, for IBM JDK Compatibility \ No newline at end of file +POI Changeshttp://poi.apache.org/changes.htmlPOI Changesen-us fix(bug 57851)http://poi.apache.org/changes.html fix by POI Developers (bug 57851) - Skip null properties in PropertyTableBase, which is how PropertyFactory reports unsupported POIFS properties fix(bug 57820)http://poi.apache.org/changes.html fix by POI Developers (bug 57820) - Avoid NPE on HSLF Tables with a top position of -1 fix(bug 56579)http://poi.apache.org/changes.html fix by POI Developers (bug 56579) - Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. fix(bug 55386)http://poi.apache.org/changes.html fix by POI Developers (bug 55386 ) - Fix handling of bold formatting in example application 'ToHtml' fix(bug 47304)http://poi.apache.org/changes.html fix by POI Developers (bug 47304) - Use fixed encoding when extracting text in WordDocument fix(bug 56017)http://poi.apache.org/changes.html fix by POI Developers (bug 56017) - Fix shifting comments with shifted rows fix(bug 56295)http://poi.apache.org/changes.html fix by POI Developers (bug 56295) - Fix cloning of styles across workbooks and handling of default value of attribute applyFill fix(bug 56380)http://poi.apache.org/changes.html fix by POI Developers (bug 56380) - Remove limitation of 1024 comments per Workbook fix(bug 56467)http://poi.apache.o rg/changes.html fix by POI Developers (bug 56467) - Fix cloning of sheets with pictures addhttp://poi.apache.org/changes.html add by POI Developers - More helpful ExtractorFactory exception if given a Visio VSDX ooxml file fix(bug 56799)http://poi.apache.org/changes.html fix by POI Developers (bug 56799) - Include CTTblGrid in the smaller poi-ooxml-schemas jar fix(bug 57165)http://poi.apache.org/changes.html fix by POI Developers (bug 57165) - Avoid PartAlreadyExistsException when removing/cloning sheets fix(bug 56893)http://poi.apache.org/changes.html fix by POI Developers (bug 56893) - Additional check for supported string-length to avoid creating broken XLS files later one fixhttp://poi.apache.org/changes.html fix by POI Developers - When saving an OPCPackage with no Core Properties (eg from Jasper Reports), ensure they are always added even if not yet used fix(bug github-18)http://poi.apache.org/changes.html fix by POI Developers (bug github-18) - Handle documents with a picture-only header fix(bug 57622)http://poi.apache.org/changes.html fix by POI Developers (bug 57622) - Change from XMLEventFactory.newFactory to XMLEventFactory.newInstance, for IBM JDK Compatibility \ 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=1675703&r1=1675702&r2=1675703&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/status.xml (original) +++ poi/site/src/documentation/content/xdocs/status.xml Thu Apr 23 18:37:49 2015 @@ -38,6 +38,7 @@ + Skip null properties in PropertyTableBase, which is how PropertyFactory reports unsupported POIFS properties Avoid NPE on HSLF Tables with a top position of -1 Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. Fix handling of bold formatting in example application 'ToHtml' --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org