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 8459810C88 for ; Sat, 22 Mar 2014 20:50:15 +0000 (UTC) Received: (qmail 98004 invoked by uid 500); 22 Mar 2014 20:50:14 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 97967 invoked by uid 500); 22 Mar 2014 20:50:14 -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 97959 invoked by uid 99); 22 Mar 2014 20:50:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Mar 2014 20:50:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Mar 2014 20:50:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E58562388906; Sat, 22 Mar 2014 20:49:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1580315 - in /poi/site: publish/changes.html publish/changes.rss src/documentation/content/xdocs/status.xml Date: Sat, 22 Mar 2014 20:49:48 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140322204948.E58562388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nick Date: Sat Mar 22 20:49:48 2014 New Revision: 1580315 URL: http://svn.apache.org/r1580315 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=1580315&r1=1580314&r2=1580315&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Sat Mar 22 20:49:48 2014 @@ -257,6 +257,9 @@ if (VERSION > 3) {
  • +fix 55594 - Fix SXSSF encodings on EBCIDIC platforms, by setting the required encoding explicitly
  • + +
  • fix 56278 - Support loading .xlsx files with no Styles Table
  • Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1580315&r1=1580314&r2=1580315&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Sat Mar 22 20:49:48 2014 @@ -1,3 +1,3 @@ -POI Changeshttp://poi.apache.org/changes.htmlPOI Changesen-us fix(bug 56278)http://poi.apache.org/changes.html fix by POI Developers (bug 56278) - Support loading .xlsx files with no Styles Table fix(bug 56195)http://poi.apache.org/changes.html fix by POI Developers (bug 56195) - Replace System.err in XSSFSheetXMLHandler with propert logging fix(bug 56169)http://poi.apache.org/changes.html fix by POI Developers (bug 56169) - Fix NPE during export to XML with xs:all fix(bug 55923)http://poi.apache.org/changes.html fix by POI Developers (bug 55923) - Fix compare/sorting of nodes in exported XML fix(bug 55926)http://poi.apache.org/changes.html fix by POI Developers (bug 55926) - Handle numeric formula values when exporting to XML fix(bug 55927)http://poi.apache.org/changes.html fix by POI Developers (bug 55927) - Handle date types when exporting to XML addhttp://poi.apache.org/changes.html add by POI Developers - Stop being compatible to JDK 1.5, we now require JDK 6 fix(bug 56011)http://poi.apache.org/changes.html fix by POI Developers (bug 56011) - Use default style if the cell style attribute is not present addhttp://poi.apache.org/changes.html add by POI Developers - Upgrade third party libs to latest versions: commons-logging, commons-codec, log4j fix(bug 56260)http://poi.apache.org/changes.html fix by POI Developers (bug 56260) - Avoid warnings when a TextHeaderAtom is empty and has another straight after, or where there's a TextRulerAtom / MasterTextPropAtom / TextSpecInfoAtom before the Text Chars / Bytes add(bug 56075)http://poi.apache.org/changes.html add by POI Developers (bug 56075) - Add Change Tracking support to XWPF add(bug 56077)http://poi.apache.org/changes.html add by POI Developers (bug 56077) - Add password hash function to HWPF add(bug 56076)http://poi.apache.org/changes.html add by POI Developers (bug 56076) - Add document protection with password support to XWPF fix(bug 55026)http://poi.apache.org/changes.html fix by POI Developers (bug 55026) - Support OOXML ContentTypes which include parameters fix(bug 55732)http://poi.apache.org/changes.html fix by POI Developers (bug 55732) - PPT can't open, fails with "Couldn't instantiate ... StyleTextProp9Atom" fix(bug 56138)http://poi.apache.org/changes.html fix by POI Developers (bug 56138) - HSPF code page strings can be zero length add(bug 53130)http://poi.apache.org/changes.html add by POI Developers (bug 53130) - SXSSF Shared Strings option support fix(bug 55902)http://poi.apache.org/changes.html fix by POI Developers (bug 55902) - Mixed fonts issue with Chinese characters (unable to form images from ppt) add(bug 56022)http://poi.apache.org/changes.html add by POI Developers (bug 56022) - XSSF Event Text Extractor header/footer support fix(bug 53282)http://poi.apache.org/changes.html fix by POI Developers (bug 53282) - Hyperlink with a non-breaking space throws java.lang.IllegalStateException fix(bug 55802)http://poi.apache.org/changes.html fix by POI Developers (bug 55802) - Special Letters not exported correct addhttp://poi.apache.org/changes.html add by POI Developers - Expose the StyleIndex of HWPF CharacterRuns fix(bug 51891)http://poi.apache.org/changes.html fix by POI Developers (bug 51891) - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing word file) \ No newline at end of file +POI Changeshttp://poi.apache.org/changes.htmlPOI Changesen-us fix(bug 55594)http://poi.apache.org/changes.html fix by POI Developers (bug 55594) - Fix SXSSF encodings on EBCIDIC platforms, by setting the required encoding explicitly fix(bug 56278)http://poi.apache.org/changes.html fix by POI Developers (bug 56278) - Support loading .xlsx files with no Styles Table fix(bug 56195)http://poi.apache.org/changes.html fix by POI Developers (bug 56195) - Replace System.err in XSSFSheetXMLHandler with propert logging fix(bug 56169)http://poi.apache.org/changes.html fix by POI Developers (bug 56169) - Fix NPE during export to XML with xs:all< /description> fix(bug 55923)http://poi.apache.org/changes.html fix by POI Developers (bug 55923) - Fix compare/sorting of nodes in exported XML fix(bug 55926)http://poi.apache.org/changes.html fix by POI Developers (bug 55926) - Handle numeric formula values when exporting to XML fix(bug 55927)http://poi.apache.org/changes.html fix by POI Developers (bug 55927) - Handle date types when exporting to XML addhttp://poi.apache.org/changes.html add by POI Developers - Stop being compatible to JDK 1.5, we now require JDK 6 fix(bug 56011)http://poi.apache.org/changes.html fix by POI Developers (bug 56011) - Use default style if the cell style attribute is not present addhttp://poi.apache.org/changes.html add by POI Developers - Upgrade third party libs to latest versions: commons-logging, commons-codec, log4j fix(bug 56260)http://poi.apache.org/changes.html fix by POI Developers (bug 56260) - Avoid warnings when a TextHeaderAtom is empty and has another straight after, or where there's a TextRulerAtom / MasterTextPropAtom / TextSpecInfoAtom before the Text Chars / Bytes add(bug 56075)http://poi.apache.org/changes.html add by POI Developers (bug 56075) - Add Change Tracking support to XWPF add(bug 56077)http://poi.apache.org/changes.html add by POI Developers (bug 56077) - Add password hash function to HWPF add(bug 56076)http://poi.ap ache.org/changes.html add by POI Developers (bug 56076) - Add document protection with password support to XWPF fix(bug 55026)http://poi.apache.org/changes.html fix by POI Developers (bug 55026) - Support OOXML ContentTypes which include parameters fix(bug 55732)http://poi.apache.org/changes.html fix by POI Developers (bug 55732) - PPT can't open, fails with "Couldn't instantiate ... StyleTextProp9Atom" fix(bug 56138)http://poi.apache.org/changes.html fix by POI Developers (bug 56138) - HSPF code page strings can be zero length add(bug 53130)http://poi.apache.org/changes.html add by POI Developers (bug 53130) - SXSSF Shared Strings option support fix(bug 55902)</ title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55902) - Mixed fonts issue with Chinese characters (unable to form images from ppt)</description></item><item><title> add(bug 56022)http://poi.apache.org/changes.html add by POI Developers (bug 56022) - XSSF Event Text Extractor header/footer support fix(bug 53282)http://poi.apache.org/changes.html fix by POI Developers (bug 53282) - Hyperlink with a non-breaking space throws java.lang.IllegalStateException fix(bug 55802)http://poi.apache.org/changes.html fix by POI Developers (bug 55802) - Special Letters not exported correct addhttp://poi.apache.org/changes.html add by POI Developers - Expose the StyleIndex of HWPF CharacterRuns fix(bug 51891)http://poi.apache.org/changes.html fix by POI Developers (bug 51891) - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing word file) \ 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=1580315&r1=1580314&r2=1580315&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/status.xml (original) +++ poi/site/src/documentation/content/xdocs/status.xml Sat Mar 22 20:49:48 2014 @@ -37,6 +37,7 @@ + Fix SXSSF encodings on EBCIDIC platforms, by setting the required encoding explicitly Support loading .xlsx files with no Styles Table Replace System.err in XSSFSheetXMLHandler with propert logging Fix NPE during export to XML with xs:all --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org