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 3493018E52 for ; Thu, 18 Feb 2016 18:56:53 +0000 (UTC) Received: (qmail 78073 invoked by uid 500); 18 Feb 2016 18:56:53 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 78034 invoked by uid 500); 18 Feb 2016 18:56:53 -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 78025 invoked by uid 99); 18 Feb 2016 18:56:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2016 18:56:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9E049C10EA for ; Thu, 18 Feb 2016 18:56:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.794 X-Spam-Level: * X-Spam-Status: No, score=1.794 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.006] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 8g6RPgbD7Ddb for ; Thu, 18 Feb 2016 18:56:50 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 8704B5F1AE for ; Thu, 18 Feb 2016 18:56:50 +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 E606AE0113 for ; Thu, 18 Feb 2016 18:56:49 +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 D9C2F3A0185 for ; Thu, 18 Feb 2016 18:56:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1731117 - in /poi/site/publish: changes.html changes.rss Date: Thu, 18 Feb 2016 18:56:49 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160218185649.D9C2F3A0185@svn01-us-west.apache.org> Author: nick Date: Thu Feb 18 18:56:49 2016 New Revision: 1731117 URL: http://svn.apache.org/viewvc?rev=1731117&view=rev Log: Republish changelog Modified: poi/site/publish/changes.html poi/site/publish/changes.rss Modified: poi/site/publish/changes.html URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1731117&r1=1731116&r2=1731117&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Thu Feb 18 18:56:49 2016 @@ -261,6 +261,9 @@ if (VERSION > 3) {
  • +fix 59021 - XSSFSheetXMLHandler fails to extract content if namespace is included in qName
  • + +
  • fix 56345 - Reject single-cell merged regions
  • Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1731117&r1=1731116&r2=1731117&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Thu Feb 18 18:56:49 2016 @@ -1,3 +1,3 @@ -Apache POI Changeshttp://poi.apache.org/changes.htmlApache POI Changesen-us fix(bug 56345)http://poi.apache.org/changes.html fix by POI Developers (bug 56345) - Reject single-cell merged regions fix(bug 58339)http://poi.apache.org/changes.html fix by POI Developers (bug 58339) - Make OFFSET() allow missing optional height and width parameters add(bug github-27)http://poi.apache.org/changes.html add by POI Developers (bug github-27) - Handle documents with a picture-only header fix(bug 58996)http://poi.apache.org/changes.html fix by POI Developers (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 fix(bug 57034)http://poi.apache.org/changes.html fix by POI Developers (bug 57034) - Cell.setCellValue((String)null) should be treated as an empty cell on SXSSF as well, to avoid a NPE when autosizing columns fixhttp://poi.apache.org/changes.html fix by POI Developers - XSLF - fixed NPE when adding pictures with existing non-picture media files (e.g. movies) fix(bug 58885)http://poi.apache.org/changes.html fix by POI Developers (bug 58885) - Fixed preformance regression after fixing bug 58443 when adding a merged region to an XSSFSheet. addhttp://poi.apache.org/changes.html add by POI Developers - Raised xmlsec version to 2.0.6< title> add(bug 47291)http://poi.apache.org/changes.html add by POI Developers (bug 47291) - Cannot open link correctly which insert in ppt add(bug 41047)http://poi.apache.org/changes.html add by POI Developers (bug 41047) - Support hyperlinks in HSLF shapes and textruns add(bug 58879)http://poi.apache.org/changes.html add by POI Developers (bug 58879) - Return SpreadsheetVersion from Workbook fixhttp://poi.apache.org/changes.html fix by POI Developers - Fix NPE when calling HSLFTextRun.setHorizontalCentered() add(bug 58633)http://poi.apache.org/changes.html add by POI Developers (bug 58633) - Set multiple cell style properties at once add(bug 56004) http://poi.apache.org/changes.html add by POI Developers (bug 56004) - Support for WMF rendering add(bug 56892)http://poi.apache.org/changes.html add by POI Developers (bug 56892) - Add API for inserting ignored warnings into XSSF sheets. This can be used e.g. to suppress 'number stored as text' warnings. add(bug 58847)http://poi.apache.org/changes.html add by POI Developers (bug 58847) - Getters/setters/removers for the additional well-known document summary information properties from Office 12 add(bug 57796)http://poi.apache.org/changes.html add by POI Developers (bug 57796) - Support hyperlink extraction when rendering slides fix(bug 54916)http://poi.apache.org/changes.html fix by POI Developers (bug 54916) - POI does not always read all the slides in pptx files fix(bug 58043)http://poi.apache.org/changes.html fix by POI Developers (bug 58043) - Provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation() fix(bug 58067)http://poi.apache.org/changes.html fix by POI Developers (bug 58067) - XWPF: don't return deleted text when document is in review-mode fix(bug 58618)http://poi.apache.org/changes.html fix by POI Developers (bug 58618) - XWPFParagraph insertNewRun and removeRun work incorrectly for runs after hyperlink/field runs fix(bug 58760)http://poi.apache.org/changes.html fix by POI Developers (bug 58760) - Non-standard namespace-key breaks parsing X LSX files fix(bug 58746)http://poi.apache.org/changes.html fix by POI Developers (bug 58746) - Fix missing adjustment of formulas when sheet-ordering is changed. fix(bug 58616)http://poi.apache.org/changes.html fix by POI Developers (bug 58616) - Try to initialize with empty password if not done before fixhttp://poi.apache.org/changes.html fix by POI Developers - Fix some cases where file-handles were left open, mostly when failing to parse documents fix(bug 55030)http://poi.apache.org/changes.html fix by POI Developers (bug 55030) - RichTextRun getFontName can not get chinese font name fix(bug 56570)http://poi.apache.org/changes.html fix by POI Dev elopers (bug 56570) - RecordType has repeat by code type 3009 fix(bug 58159)http://poi.apache.org/changes.html fix by POI Developers (bug 58159) - getHeaderText() and getFooterText() duplicate text in sheet.getTextRuns() fix(bug 58775)http://poi.apache.org/changes.html fix by POI Developers (bug 58775) - Set maximum number of data formats to avoid corrupted workbook add(bug 58778)http://poi.apache.org/changes.html add by POI Developers (bug 58778) - Override built-in number formats in XSSFWorkbooks fix(bug 58733)http://poi.apache.org/changes.html fix by POI Developers (bug 58733) - New AIOOBE in getCell while iterating through a table in PPT fix(bug 58718)http://poi.ap ache.org/changes.html fix by POI Developers (bug 58718) - Master styles not initialized when running multithreaded \ No newline at end of file +Apache POI Changeshttp://poi.apache.org/changes.htmlApache POI Changesen-us fix(bug 59021)http://poi.apache.org/changes.html fix by POI Developers (bug 59021) - XSSFSheetXMLHandler fails to extract content if namespace is included in qName fix(bug 56345)http://poi.apache.org/changes.html fix by POI Developers (bug 56345) - Reject single-cell merged regions fix(bug 58339)http://poi.apache.org/changes.html fix by POI Developers (bug 58339) - Make OFFSET() allow missing optional height and width parameters add(bug github-27)http://poi.apache.org/changes.html add by POI Developers (bug github-27) - Handle documents with a picture-only he ader fix(bug 58996)http://poi.apache.org/changes.html fix by POI Developers (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 fix(bug 57034)http://poi.apache.org/changes.html fix by POI Developers (bug 57034) - Cell.setCellValue((String)null) should be treated as an empty cell on SXSSF as well, to avoid a NPE when autosizing columns fixhttp://poi.apache.org/changes.html fix by POI Developers - XSLF - fixed NPE when adding pictures with existing non-picture media files (e.g. movies) fix(bug 58885)http://poi.apache.org/changes.html fix by POI Developers (bug 58885) - Fixed preformance regression after fixing bug 58443 w hen adding a merged region to an XSSFSheet. addhttp://poi.apache.org/changes.html add by POI Developers - Raised xmlsec version to 2.0.6 add(bug 47291)http://poi.apache.org/changes.html add by POI Developers (bug 47291) - Cannot open link correctly which insert in ppt add(bug 41047)http://poi.apache.org/changes.html add by POI Developers (bug 41047) - Support hyperlinks in HSLF shapes and textruns add(bug 58879)http://poi.apache.org/changes.html add by POI Developers (bug 58879) - Return SpreadsheetVersion from Workbook fixhttp://poi.apache.org/changes.html fix by POI Developers - Fix NPE when calling HSLFTextRun.setHorizontalCentered() add(bug 58633)http://poi.apache.org/changes.html add by POI Developers (bug 58633) - Set multiple cell style properties at once add(bug 56004)http://poi.apache.org/changes.html add by POI Developers (bug 56004) - Support for WMF rendering add(bug 56892)http://poi.apache.org/changes.html add by POI Developers (bug 56892) - Add API for inserting ignored warnings into XSSF sheets. This can be used e.g. to suppress 'number stored as text' warnings. add(bug 58847)http://poi.apache.org/changes.html add by POI Developers (bug 58847) - Getters/setters/removers for the additional well-known document summary information properties from Office 12 add(bug 57796)http://poi.apache.org/changes.h tml add by POI Developers (bug 57796) - Support hyperlink extraction when rendering slides fix(bug 54916)http://poi.apache.org/changes.html fix by POI Developers (bug 54916) - POI does not always read all the slides in pptx files fix(bug 58043)http://poi.apache.org/changes.html fix by POI Developers (bug 58043) - Provide some compatibility between HSSF and XSSF in regards to values for CellStyle.setRotation() fix(bug 58067)http://poi.apache.org/changes.html fix by POI Developers (bug 58067) - XWPF: don't return deleted text when document is in review-mode fix(bug 58618)http://poi.apache.org/changes.html fix by POI Developers (bug 58618) - XWPFParagraph insertNewRun and removeRun work incorrectly for runs after hyperlink/field runs fix(bug 58760)http://poi.apache.org/changes.html fix by POI Developers (bug 58760) - Non-standard namespace-key breaks parsing XLSX files fix(bug 58746)http://poi.apache.org/changes.html fix by POI Developers (bug 58746) - Fix missing adjustment of formulas when sheet-ordering is changed. fix(bug 58616)http://poi.apache.org/changes.html fix by POI Developers (bug 58616) - Try to initialize with empty password if not done before fixhttp://poi.apache.org/changes.html fix by POI Developers - Fix some cases where file-handles were left open, mostly when failing to parse documents fix(bug 55030)http://poi.apache.org/changes.html fix by POI Developers (bug 55030) - RichTextRun getFontName can not get chinese font name fix(bug 56570)http://poi.apache.org/changes.html fix by POI Developers (bug 56570) - RecordType has repeat by code type 3009 fix(bug 58159)http://poi.apache.org/changes.html fix by POI Developers (bug 58159) - getHeaderText() and getFooterText() duplicate text in sheet.getTextRuns() fix(bug 58775)http://poi.apache.org/changes.html fix by POI Developers (bug 58775) - Set maximum number of data formats to avoid corrupted workbook add(bug 58778)http://poi.apache.org/changes.html add by POI Developers (bug 58778) - Override built-in number formats in XSSFWorkbooks fix(bug 58733)< link>http://poi.apache.org/changes.html fix by POI Developers (bug 58733) - New AIOOBE in getCell while iterating through a table in PPT fix(bug 58718)http://poi.apache.org/changes.html fix by POI Developers (bug 58718) - Master styles not initialized when running multithreaded \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org