From commits-return-11855-archive-asf-public=cust-asf.ponee.io@poi.apache.org Sat Dec 1 00:06:59 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3F938180671 for ; Sat, 1 Dec 2018 00:06:58 +0100 (CET) Received: (qmail 37415 invoked by uid 500); 30 Nov 2018 23:06:57 -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 37406 invoked by uid 99); 30 Nov 2018 23:06:57 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2018 23:06:57 +0000 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 9B7743A1EB8 for ; Fri, 30 Nov 2018 23:06:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1847860 - in /poi/site/publish: changes.html components/spreadsheet/quick-guide.html download.html index.html related-projects.html Date: Fri, 30 Nov 2018 23:06:56 -0000 To: commits@poi.apache.org From: kiwiwings@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20181130230656.9B7743A1EB8@svn01-us-west.apache.org> Author: kiwiwings Date: Fri Nov 30 23:06:55 2018 New Revision: 1847860 URL: http://svn.apache.org/viewvc?rev=1847860&view=rev Log: update links for POI 4.0.1 Modified: poi/site/publish/changes.html poi/site/publish/components/spreadsheet/quick-guide.html poi/site/publish/download.html poi/site/publish/index.html poi/site/publish/related-projects.html Modified: poi/site/publish/changes.html URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1847860&r1=1847859&r2=1847860&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Fri Nov 30 23:06:55 2018 @@ -207,9 +207,9 @@ document.write("Last Published: " + docu - +

Version - 4.0.1-rc1 (2018-11-??) + 4.0.1 (2018-12-03)

@@ -240,6 +240,74 @@ document.write("Last Published: " + docu +fix59773POI_OverallMove loop invariants outside of loop for faster execution + + + +fix59834POI_Overallpoi-ooxml pom.xml should include dependency on poi-scratchpad + + + +fix62690POI_OverallMissing Maven dependency to commons-math3 + + + +fix62692OPCWildFly XML parser not properly supported - Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized + + + +fix62699POI_OverallDownload page must link to https://www.apache.org/dist/poi/KEYS + + + +fix62733XSLFXSLFBackground setFill() can corrupt the document + + + +fix62735XSSFpoi-ooxml 4.0.0 should have dependency on curvesapi 1.05 + + + +fix62740XSSFXSSFTable constructor automatically assigns invalid (non-unique) column IDs + + + +fix62768OPCOPCPackage#close() method is incorrectly synchronized + + + +fix62796POI_OverallRemove XML Event parser code from PackagePropertiesMarshaller + + + +fix62800XSLFFix null pointer exception if a picture shape has no blip id + + + +fix62805POI_OverallFix Old-Xerces build issues + + + +fix62805XSLFXSLFTableCell#removeBorder(BorderEdge.right) removes the bottom edge not the right edge. + + + +fix62811POI_OverallPOI Encryption didn't work with 4.0.0 but did work with 3.17 + + + +fix62951POI_OverallFileMagic not correctly identified + + + +fix62949SL_CommonSlideShow rendering - keyframe fractions must be increasing + + + +fix62921POI_OverallProvide OOXMLLite alternative for Java 12+ + + + fix62625POI_OverallHandle off-spec, variant REFERENCE_NAME record structure in VBAMacroReader @@ -304,7 +372,7 @@ document.write("Last Published: " + docu 4.0.0 (2018-09-07)
- +

Summary

    @@ -313,7 +381,7 @@ document.write("Last Published: " + docu
  • New OOXML schema (1.4) necessary, because of incompatible XMLBeans loading not anymore through POIXMLTypeLoader
- +

Changes

@@ -615,7 +683,7 @@ document.write("Last Published: " + docu 3.17 (2017-09-15)
- +

Summary

    @@ -630,7 +698,7 @@ document.write("Last Published: " + docu
  • SXSSF: fix XML processing - unicode surrogates and line breaks (#61048, #61246)
- +

Changes

@@ -740,7 +808,7 @@ document.write("Last Published: " + docu 3.17-beta1 (2017-07-01)
- +

Summary

    @@ -755,7 +823,7 @@ document.write("Last Published: " + docu
  • HWPF: support for Binary RC4 / CryptoAPI de-/encryption
- +

Changes

@@ -897,7 +965,7 @@ document.write("Last Published: " + docu 3.16 (2017-04-19)
- +

Summary

    @@ -908,7 +976,7 @@ document.write("Last Published: " + docu
  • various charset related fixes in SS Common, XSSF and HWPF
- +

Changes

@@ -978,7 +1046,7 @@ document.write("Last Published: " + docu 3.16-beta2 (2017-02-02)
- +

Summary

    @@ -989,7 +1057,7 @@ document.write("Last Published: " + docu
  • Unicode and internationalization improvements
- +

Changes

@@ -1119,7 +1187,7 @@ document.write("Last Published: " + docu 3.16-beta1 (2016-11-20)
- +

Summary

    @@ -1134,7 +1202,7 @@ document.write("Last Published: " + docu
  • Examples to encrypt temp files in SXSSF
- +

Changes

@@ -1328,7 +1396,7 @@ document.write("Last Published: " + docu 3.15 (2016-09-19)
- +

Summary

    @@ -1349,7 +1417,7 @@ document.write("Last Published: " + docu
- +

Changes

@@ -1559,7 +1627,7 @@ document.write("Last Published: " + docu 3.15-beta2 (2016-07-02)
- +

Summary

    @@ -1574,7 +1642,7 @@ document.write("Last Published: " + docu
  • various fixes for merged regions in Common SS
- +

Changes

@@ -1772,7 +1840,7 @@ document.write("Last Published: " + docu 3.15-beta1 (2016-04-15)
- +

Summary

    @@ -1787,7 +1855,7 @@ document.write("Last Published: " + docu
  • fixes for color handling in XSSF and support for system colors in Common SL
- +

Changes

@@ -1897,7 +1965,7 @@ document.write("Last Published: " + docu 3.14 (2016-03-07)
- +

Summary

    @@ -1921,7 +1989,7 @@ document.write("Last Published: " + docu
  • XWPF: various fixes for handling paragraphs and tables
- +

Changes

@@ -2103,7 +2171,7 @@ document.write("Last Published: " + docu 3.14-beta1 (2015-12-24)
- +

Changes

@@ -2361,7 +2429,7 @@ document.write("Last Published: " + docu 3.13 (2015-09-25)
- +

Summary

    @@ -2376,7 +2444,7 @@ document.write("Last Published: " + docu be aware of several api breaks especially in HSLF text handling
- +

Changes

@@ -2566,7 +2634,7 @@ document.write("Last Published: " + docu 3.13-beta1 (2015-07-23)
- +

Changes

@@ -2680,7 +2748,7 @@ document.write("Last Published: " + docu 3.12 (2015-05-11)
- +

Summary

    @@ -2691,7 +2759,7 @@ document.write("Last Published: " + docu
  • Fix shifting comments with shifted rows (56017)
- +

Changes

@@ -2825,7 +2893,7 @@ document.write("Last Published: " + docu 3.12-beta1 (2015-02-28)
- +

Changes

@@ -2987,7 +3055,7 @@ document.write("Last Published: " + docu 3.11 (2014-12-21)
- +

Summary

    @@ -3067,7 +3135,7 @@ document.write("Last Published: " + docu break on setting required security features.
- +

Changes

@@ -3149,7 +3217,7 @@ document.write("Last Published: " + docu 3.11-beta3 (2014-11-11)
- +

Changes

@@ -3295,7 +3363,7 @@ document.write("Last Published: " + docu 3.11-beta2 (2014-08-22)
- +

Changes

@@ -3341,7 +3409,7 @@ document.write("Last Published: " + docu 3.10.1 (2014-08-18)
- +

Summary

    @@ -3367,7 +3435,7 @@ document.write("Last Published: " + docu for reporting these issues!
- +

Changes

@@ -3401,7 +3469,7 @@ document.write("Last Published: " + docu 3.11-beta1 (2014-08-04)
- +

Summary

    @@ -3411,7 +3479,7 @@ document.write("Last Published: " + docu
  • Dropped support for Java 1.5. Java 6 is now the minimum version required to run POI.
- +

Changes

@@ -3705,7 +3773,7 @@ document.write("Last Published: " + docu 3.10-FINAL (2014-02-08)
- +

Changes

@@ -3883,7 +3951,7 @@ document.write("Last Published: " + docu 3.10-beta2 (2013-09-19)
- +

Changes

@@ -3977,7 +4045,7 @@ document.write("Last Published: " + docu 3.10-beta1 (2013-06-28)
- +

Changes

@@ -4151,7 +4219,7 @@ document.write("Last Published: " + docu 3.9 (2012-12-03)
- +

Changes

@@ -4509,7 +4577,7 @@ document.write("Last Published: " + docu 3.8-FINAL (2012-03-26)
- +

Summary

    @@ -4537,7 +4605,7 @@ document.write("Last Published: " + docu
  • support for OOXML Agile Encryption
- +

Changes

@@ -4807,7 +4875,7 @@ document.write("Last Published: " + docu 3.8-beta5 (2011-12-17)
- +

Changes

@@ -5025,7 +5093,7 @@ document.write("Last Published: " + docu 3.8-beta4 (2011-08-26)
- +

Changes

@@ -5371,7 +5439,7 @@ document.write("Last Published: " + docu 3.8-beta3 (2011-06-06)
- +

Changes

@@ -5537,7 +5605,7 @@ document.write("Last Published: " + docu 3.8-beta2 (2011-04-08)
- +

Changes

@@ -5651,7 +5719,7 @@ document.write("Last Published: " + docu 3.8-beta1 (2011-03-07)
- +

Changes

@@ -5833,7 +5901,7 @@ document.write("Last Published: " + docu 3.7 (2010-10-29)
- +

Summary

    @@ -5914,7 +5982,7 @@ document.write("Last Published: " + docu
  • ...and much much more: code cleanup, many bug fixes and performance improvements
- +

Changes

@@ -5976,7 +6044,7 @@ document.write("Last Published: " + docu 3.7-beta3 (2010-09-24)
- +

Changes

@@ -6158,7 +6226,7 @@ document.write("Last Published: " + docu 3.7-beta2 (2010-08-09)
- +

Changes

@@ -6288,7 +6356,7 @@ document.write("Last Published: " + docu 3.7-beta1 (2010-06-20)
- +

Changes

@@ -6649,7 +6717,7 @@ document.write("Last Published: " + docu 3.6 (2009-12-14)
- +

Changes

@@ -6812,7 +6880,7 @@ document.write("Last Published: " + docu 3.5-final (2009-09-28)
- +

Changes

@@ -7053,7 +7121,7 @@ document.write("Last Published: " + docu 3.5-beta6 (2009-06-22)
- +

Changes

@@ -7302,7 +7370,7 @@ document.write("Last Published: " + docu 3.5-beta5 (2009-02-19)
- +

Changes

@@ -7487,7 +7555,7 @@ document.write("Last Published: " + docu 3.5-beta4 (2008-11-29)
- +

Changes

@@ -7596,7 +7664,7 @@ document.write("Last Published: " + docu 3.5-beta3 (2008-09-26)
- +

Changes

@@ -7633,7 +7701,7 @@ document.write("Last Published: " + docu 3.5-beta2 (2008-08-20)
- +

Changes

@@ -7706,7 +7774,7 @@ document.write("Last Published: " + docu 3.5-beta1 (2008-07-18)
- +

Changes

@@ -7759,7 +7827,7 @@ document.write("Last Published: " + docu 3.2-FINAL (2008-10-19)
- +

Changes

@@ -8172,7 +8240,7 @@ document.write("Last Published: " + docu 3.1-final (2008-06-29)
- +

Changes

@@ -8301,7 +8369,7 @@ document.write("Last Published: " + docu 3.1-beta2 (2008-05-26)
- +

Changes

@@ -8398,7 +8466,7 @@ document.write("Last Published: " + docu 3.1-beta1 (2008-04-28)
- +

Changes

@@ -8720,7 +8788,7 @@ document.write("Last Published: " + docu 3.0.2-FINAL (2008-02-04)
- +

Changes

@@ -8833,7 +8901,7 @@ document.write("Last Published: " + docu 3.0.2-BETA2 (2008-01-12)
- +

Changes

@@ -8890,7 +8958,7 @@ document.write("Last Published: " + docu 3.0.2-BETA1 (2007-12-04)
- +

Changes

@@ -9048,7 +9116,7 @@ document.write("Last Published: " + docu 3.0.1-FINAL (2007-07-05)
- +

Changes

@@ -9118,7 +9186,7 @@ document.write("Last Published: " + docu 3.0-FINAL (2007-05-18)
- +

Changes

@@ -9164,7 +9232,7 @@ document.write("Last Published: " + docu 3.0-alpha3 (2006-12-12)
- +

Changes

@@ -9194,7 +9262,7 @@ document.write("Last Published: " + docu 3.0-alpha2 (2006-06-16)
- +

Changes

@@ -9232,7 +9300,7 @@ document.write("Last Published: " + docu 3.0-alpha1 (2005-06-04)
- +

Changes

@@ -9270,7 +9338,7 @@ document.write("Last Published: " + docu 2.5.1-FINAL (2004-02-29)
- +

Changes

@@ -9312,7 +9380,7 @@ document.write("Last Published: " + docu 2.5-FINAL (2004-02-29)
- +

Changes

@@ -9346,7 +9414,7 @@ document.write("Last Published: " + docu 2.0-FINAL (2004-01-26)
- +

Changes

@@ -9376,7 +9444,7 @@ document.write("Last Published: " + docu 2.0-RC2 (2004-01-11)
- +

Changes

@@ -9430,7 +9498,7 @@ document.write("Last Published: " + docu 2.0-RC1 (2003-11-02)
- +

Changes

@@ -9588,7 +9656,7 @@ document.write("Last Published: " + docu 2.0-pre3 (2003-07-29)
- +

Changes

@@ -9635,7 +9703,7 @@ document.write("Last Published: " + docu 2.0-pre2 (2003-07-06)
- +

Changes

@@ -9689,7 +9757,7 @@ document.write("Last Published: " + docu 2.0-pre1 (2003-05-17)
- +

Changes

@@ -9786,7 +9854,7 @@ document.write("Last Published: " + docu 1.10-dev (2003-02-19)
- +

Changes

@@ -9823,7 +9891,7 @@ document.write("Last Published: " + docu 1.8-dev (2002-09-20)
- +

Changes

@@ -9878,7 +9946,7 @@ document.write("Last Published: " + docu 1.7-dev (Release date not recorded)
- +

Changes

@@ -9911,7 +9979,7 @@ document.write("Last Published: " + docu 1.5.1 (2002-06-16)
- +

Changes

@@ -9944,7 +10012,7 @@ document.write("Last Published: " + docu 1.5 (2002-05-06)
- +

Changes

@@ -9993,7 +10061,7 @@ document.write("Last Published: " + docu 1.2.0 (2002-01-19)
- +

Changes

@@ -10022,7 +10090,7 @@ document.write("Last Published: " + docu 1.1.0 (2002-01-04)
- +

Changes

@@ -10063,7 +10131,7 @@ document.write("Last Published: " + docu 1.0.2 (2002-01-11)
- +

Changes

@@ -10092,7 +10160,7 @@ document.write("Last Published: " + docu 1.0.1 (2002-01-04)
- +

Changes

@@ -10121,7 +10189,7 @@ document.write("Last Published: " + docu 1.0.0 (2001-12-30)
- +

Changes

@@ -10150,7 +10218,7 @@ document.write("Last Published: " + docu 0.14.0 (2001-12-22)
- +

Changes

@@ -10191,7 +10259,7 @@ document.write("Last Published: " + docu 0.13.0 (2001-12-16)
- +

Changes

@@ -10220,7 +10288,7 @@ document.write("Last Published: " + docu 0.12.0 (2001-12-12)
- +

Changes

@@ -10269,7 +10337,7 @@ document.write("Last Published: " + docu 0.11.0 (2001-12-08)
- +

Changes

@@ -10298,7 +10366,7 @@ document.write("Last Published: " + docu 0.10.0 (2001-12-02)
- +

Changes

@@ -10339,7 +10407,7 @@ document.write("Last Published: " + docu 0.7 (and interim releases) (2001-11-17)
- +

Changes

@@ -10384,7 +10452,7 @@ document.write("Last Published: " + docu 0.6 (2001-11-11)
- +

Changes

@@ -10417,7 +10485,7 @@ document.write("Last Published: " + docu 0.5 (2001-11-05)
- +

Changes

@@ -10446,7 +10514,7 @@ document.write("Last Published: " + docu 0.4 (2001-10-31)
- +

Changes

@@ -10475,7 +10543,7 @@ document.write("Last Published: " + docu 0.3 (2001-10-26)
- +

Changes

@@ -10504,7 +10572,7 @@ document.write("Last Published: " + docu 0.2 (2001-09-24)
- +

Changes

@@ -10533,7 +10601,7 @@ document.write("Last Published: " + docu 0.1 (2001-08-28)
- +

Changes

Modified: poi/site/publish/components/spreadsheet/quick-guide.html URL: http://svn.apache.org/viewvc/poi/site/publish/components/spreadsheet/quick-guide.html?rev=1847860&r1=1847859&r2=1847860&view=diff ============================================================================== --- poi/site/publish/components/spreadsheet/quick-guide.html (original) +++ poi/site/publish/components/spreadsheet/quick-guide.html Fri Nov 30 23:06:55 2018 @@ -1043,7 +1043,7 @@ Examples: cell.setCellValue("custom XSSF colors"); XSSFCellStyle style1 = wb.createCellStyle(); - style1.setFillForegroundColor(new XSSFColor(new java.awt.Color(128, 0, 128))); + style1.setFillForegroundColor(new XSSFColor(new java.awt.Color(128, 0, 128), new DefaultIndexedColorMap())); style1.setFillPattern(FillPatternType.SOLID_FOREGROUND); Modified: poi/site/publish/download.html URL: http://svn.apache.org/viewvc/poi/site/publish/download.html?rev=1847860&r1=1847859&r2=1847860&view=diff ============================================================================== --- poi/site/publish/download.html (original) +++ poi/site/publish/download.html Fri Nov 30 23:06:55 2018 @@ -207,67 +207,67 @@ document.write("Last Published: " + docu - - -

07 September 2018 - POI 4.0.0 available

+ + +

03 December 2018 - POI 4.0.1 available

-

The Apache POI team is pleased to announce the release of 4.0.0. - Featured are a handful of new areas of functionality and numerous bug fixes.

+

The Apache POI team is pleased to announce the release of 4.0.1. + Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the - Release Notes. - A full list of changes is available in the change log. - People interested should also follow the dev list - to track progress.

+ Release Notes. + A full list of changes is available in the change log. + People interested should also follow the dev list + to track progress.

- The POI source release as well as the pre-built binary deployment packages are listed below. - Pre-built versions of all POI components - are available in the central Maven repository under Group ID "org.apache.poi" and Version - "4.0.0". -

- + The POI source release as well as the pre-built binary deployment packages are listed below. + Pre-built versions of all POI components + are available in the central Maven repository under Group ID "org.apache.poi" and Version + "4.0.1". +

+

Binary Distribution

- +

Source Distribution

- +

Nightly Builds

Modified: poi/site/publish/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1847860&r1=1847859&r2=1847860&view=diff ============================================================================== --- poi/site/publish/index.html (original) +++ poi/site/publish/index.html Fri Nov 30 23:06:55 2018 @@ -179,19 +179,19 @@ document.write("Last Published: " + docu

Project News

- -

07 September 2018 - POI 4.0.0 available

-

The Apache POI team is pleased to announce the release of 4.0.0. + +

03 December 2018 - POI 4.0.1 available

+

The Apache POI team is pleased to announce the release of 4.0.1. Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the Release Notes. - A full list of changes is available in the change log. + A full list of changes is available in the change log. People interested should also follow the dev list to track progress.

See the downloads page for more details.

-

POI 4.0.0 is the first release to require Java 8 or newer.

- -

29 June 2018 - XMLBeans 3.0.0 available

-

The Apache POI team is pleased to announce the release of XMLBeans 3.0.0. +

POI 4.0.1 is the first release to require Java 8 or newer.

+ +

23 October 2018 - XMLBeans 3.0.2 available

+

The Apache POI team is pleased to announce the release of XMLBeans 3.0.2. Featured are a handful of bug fixes.

The Apache POI project has unretired the XMLBeans codebase and is maintaining it as a sub-project, due to its importance in the poi-ooxml codebase.

@@ -199,8 +199,8 @@ document.write("Last Published: " + docu Release Notes. People interested should also follow the POI dev list to track progress.

The XMLBeans JIRA project has been reopened and feel free to open issues.

-

The upcoming POI 4.0.0 release will use XMLBeans 3.0.0.

-

XMLBeans 3.0.0 requires Java 6 or newer.

+

The upcoming POI 4.0.1 release will use XMLBeans 3.0.2.

+

XMLBeans 3.0.2 requires Java 6 or newer.

15 August 2017 - Initial support for JDK 9

We did some work to verify that compilation with Java 9 is working and Modified: poi/site/publish/related-projects.html URL: http://svn.apache.org/viewvc/poi/site/publish/related-projects.html?rev=1847860&r1=1847859&r2=1847860&view=diff ============================================================================== --- poi/site/publish/related-projects.html (original) +++ poi/site/publish/related-projects.html Fri Nov 30 23:06:55 2018 @@ -274,8 +274,8 @@ document.write("Last Published: " + docu

Excel Streaming Reader

-Excel Streaming Reader uses the POI Streaming API to provide Row/Cell like read-access to large Excel spreadsheets. - Available under the Apache License, Version 2.0. This version is derived from monitorjbl/excel-streaming-reader which supports POI 3.17. +Excel Streaming Reader uses the POI Streaming API to provide Row/Cell like read-access to large Excel spreadsheets. + Available under the Apache License, Version 2.0.

poi-shared-strings

--------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org