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 528DC10EF9 for ; Fri, 23 May 2014 09:18:52 +0000 (UTC) Received: (qmail 34778 invoked by uid 500); 23 May 2014 09:18:52 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 34741 invoked by uid 500); 23 May 2014 09:18: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 34734 invoked by uid 99); 23 May 2014 09:18:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2014 09:18:52 +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; Fri, 23 May 2014 09:18:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A0EDC238890B; Fri, 23 May 2014 09:18:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1597039 - in /poi/site: publish/changes.html publish/changes.rss src/documentation/content/xdocs/status.xml Date: Fri, 23 May 2014 09:18:29 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140523091829.A0EDC238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nick Date: Fri May 23 09:18:29 2014 New Revision: 1597039 URL: http://svn.apache.org/r1597039 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=1597039&r1=1597038&r2=1597039&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Fri May 23 09:18:29 2014 @@ -257,6 +257,9 @@ if (VERSION > 3) {
  • +fix 54034 - Handle date format strings in an iso8601 style format, with a T in them
  • + +
  • fix 56274 - Correct SXSSF writing of tables when creating from a template
  • Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1597039&r1=1597038&r2=1597039&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Fri May 23 09:18:29 2014 @@ -1,3 +1,3 @@ -POI Changeshttp://poi.apache.org/changes.htmlPOI Changesen-us fix(bug 56274)http://poi.apache.org/changes.html fix by POI Developers (bug 56274) - Correct SXSSF writing of tables when creating from a template fix(bug 56468)http://poi.apache.org/changes.html fix by POI Developers (bug 56468) - Writing a workbook more than once corrupts the file fix(bug 53983)http://poi.apache.org/changes.html fix by POI Developers (bug 53983) - Outlook sometimes stores a codepage of ANSI when it means 1252, detect and alias add(bug 56486)http://poi.apache.org/changes.html add by POI Developers (bug 56486) - Add XOR obfuscation/decryption support to HS SF add(bug 56269)http://poi.apache.org/changes.html add by POI Developers (bug 56269) - DateFormat - Rounding of fractionals fix(bug 56482)http://poi.apache.org/changes.html fix by POI Developers (bug 56482) - Excel 2007 and later allows for more than 3 Conditional Formatting rules per sheet, so change our hard limit to logging a compatibility warning addhttp://poi.apache.org/changes.html add by POI Developers - Add NPOIFS in-place write support, including updating the contents of existing entries addhttp://poi.apache.org/changes.html add by POI Developers - Complete NPOIFS write support fix(bug 56447)http://poi.apache.org/changes.html fix by POI De velopers (bug 56447) - NPOIFS fixes for 2+gb files loaded via File (InputStream is limited to 2gb due to ByteBuffer limits) fix(bug 56450)http://poi.apache.org/changes.html fix by POI Developers (bug 56450) - Avoid a NPE if a comment has no associated NoteRecord (but we still don't know where it belongs) fix(bug 56437)http://poi.apache.org/changes.html fix by POI Developers (bug 56437) - Streaming write support in NPOIFS 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 T able 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 exp orting 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.la ng.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 54034)http://poi.apache.org/changes.html fix by POI Developers (bug 54034) - Handle date format strings in an iso8601 style format, with a T in them fix(bug 56274)http://poi.apache.org/changes.html fix by POI Developers (bug 56274) - Correct SXSSF writing of tables when creating from a template fix(bug 56468)http://poi.apache.org/changes.html fix by POI Developers (bug 56468) - Writing a workbook more than once corrupts the file fix(bug 53983)http://poi.apache.org/changes.html fix by POI Developers (bug 53983) - Outlook sometimes stores a codepage of ANSI when it m eans 1252, detect and alias add(bug 56486)http://poi.apache.org/changes.html add by POI Developers (bug 56486) - Add XOR obfuscation/decryption support to HSSF add(bug 56269)http://poi.apache.org/changes.html add by POI Developers (bug 56269) - DateFormat - Rounding of fractionals fix(bug 56482)http://poi.apache.org/changes.html fix by POI Developers (bug 56482) - Excel 2007 and later allows for more than 3 Conditional Formatting rules per sheet, so change our hard limit to logging a compatibility warning addhttp://poi.apache.org/changes.html add by POI Developers - Add NPOIFS in-place write support, including updating the contents of existing entries addhttp://poi.apa che.org/changes.html add by POI Developers - Complete NPOIFS write support fix(bug 56447)http://poi.apache.org/changes.html fix by POI Developers (bug 56447) - NPOIFS fixes for 2+gb files loaded via File (InputStream is limited to 2gb due to ByteBuffer limits) fix(bug 56450)http://poi.apache.org/changes.html fix by POI Developers (bug 56450) - Avoid a NPE if a comment has no associated NoteRecord (but we still don't know where it belongs) fix(bug 56437)http://poi.apache.org/changes.html fix by POI Developers (bug 56437) - Streaming write support in NPOIFS fix(bug 55594)http://poi.apache.org/changes.html fix by POI Developers (bug 55594) - Fix SXSSF encodings on EBCIDIC platforms, by setting the r equired 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 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 56 260) - 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 Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1597039&r1=1597038&r2=1597039&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/status.xml (original) +++ poi/site/src/documentation/content/xdocs/status.xml Fri May 23 09:18:29 2014 @@ -37,6 +37,7 @@ + Handle date format strings in an iso8601 style format, with a T in them Correct SXSSF writing of tables when creating from a template Writing a workbook more than once corrupts the file Outlook sometimes stores a codepage of ANSI when it means 1252, detect and alias --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org