Browse Source

added release-notes and updated status

git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_7@1022473 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_7
Yegor Kozlov 13 years ago
parent
commit
04fda230bb
4 changed files with 117 additions and 14 deletions
  1. 113
    0
      RELEASE_NOTES.txt
  2. 1
    1
      build.xml
  3. 2
    12
      src/documentation/content/xdocs/index.xml
  4. 1
    1
      src/documentation/content/xdocs/status.xml

+ 113
- 0
RELEASE_NOTES.txt View File

@@ -0,0 +1,113 @@
The Apache POI is pleased to announce the release of POI 3.7.
See the downloads page for binary and source distributions: http://poi.apache.org/download.html
Release Notes -- Apache POI -- Version 3.7
Apache POI is an open source Java library for working with Microsoft Office documents. POI 3.7 is an incremental feature release based on the earlier 3.6 release. The most notable changes since POI 3.6 are:
OOXML
* support for reading aes-encrypted/write-protected ooxml files
* support Java 1.5 in auto-generated xmlbeans for ooxml schemas
Spreadsheet (Excel)
* initial support for autofilters
* support for data validation for ooxml format
* initial support for themes for ooxml format
* added implementation for new functions: RANDBETWEEN, POISSON, SUBTOTAL, TEXT, TRUNC
* support evaluation of indirect defined names in INDIRECT
* numerous fixes and performance optimizations in the Formula Evaluation module
* ability to add, modify and remove series from HSSF Charts
* numerous improvements in the cell data formatter (handling more formatting rules, better color detection, allow overriding of default locale)
* more examples including a rich "spreadsheet to HTML" convertor
Document (Word)
* initial support for the HWPF revision marks authors list
* support for border codes in HWPF
* support for processing of symbols in HWPF
* support sections in Word 6 and Word 95 files
* improved reading of auto-saved ("complex") documents in HWPF
* improved support for manipulation of tables and paragraphs in XWPF
SlideShow (PowerPoint)
* allow editing workbooks embedded into HSLF slide shows
Text Extraction
* support for text extraction from XSLF tables
* add PublisherTextExtractor support to extractorfactory
* support attachments as embedded documents within the new OutlookTextExtactor
* new event based XSSF text extractor (XSSFEventBasedExcelExtractor)
* make it easier to tell which content types each POIXMLTextExtractor handles
* paragraph level as well as whole-file text extraction for word 6/95 files
* ...and much much more: code cleanup, many bug fixes and performance improvements
Contributors
------------
The following people have contributed to this release by submitting bug
reports or by participating in the issue resolution process (in strict alphabetical order).
Alexey Butchik Jeff Lavezzo Philippe Laflamme
Andrew Shirley Jens Gatze Raiko Eckstein
Andrzej Bialecki Jerry Soung Rainer Schwarze
Antoni Mylka Jonathan Holloway Ranvijay Singh
Antony Bowesman Josh Micich Rick Cameron
Antti Koskimaki Jukka Zitting Robert Kish
Attila Kiraily Kai Zimmermann Robin Salkeld
Bob Smith Kalpesh Parmar Ryan Lauck
Brendan Nolan Kamil Soltys Ryan Skow
Charlie Chang Karl Eilebrecht Samuel Yung
Chris Barlock Ken Arnold Simon Kelly
Chris Lott Liu Yan Stefan Stern
Christiaan Fluit Lon Binder Steve Wolke
Dave Fisher Martin Studer TK Gospodinov
Dave Syer Martin W. Kirst Tao Jiang
David Agnew Maxim Valyanskiy Ted Schrader
David Lewis Michael Vilensky Thomas Herre
Dmitry Sviridov Michel Boudinot Tomas Prochazka
Domenico Napoletano Nick Burch Tony Harvey
Ed Beaty Paul Spencer Trejkaz (pen name)
Fabio Ebner Payam Hekmat Tsutomu YANO
Fred Ross Peter Kutak Viveck Shastri
Grzegorz Bloch Petr Udalau Vladimir Korenev
Henry Huang Phil Dunlea William J. Coleda
Immad Naseer Phil Varner Yegor Kozlov
Jan Stette Philipp Epp Zhang Zhang
Thank you all very much! Contributions are always welcome, come join the project.
Release Contents
----------------
This release comes in two forms:
- pre-built binaries containing compiled versions of all Apache POI components and documentation
(poi-bin-3.7-20101025.zip or poi-bin-3.7-20101025.tar.gz)
- source archive you can build POI from (poi-src-3.7-20101025.zip or poi-src-3.7-20101025.tar.gz)
Pre-built versions of all POI components are also available in the central Maven repository
under Group ID "org.apache.poi" and Version "3.7"
All release artifacts are accompanied by MD5 checksums and a PGP signatures
that you can use to verify the authenticity of your download.
The public key used for the PGP signature can be found at
http://svn.apache.org/repos/asf/poi/tags/REL_3_7/KEYS
About Apache POI
-----------------------
Apache POI is well-known in the Java field as a library for reading and
writing Microsoft Office file formats, such as Excel, PowerPoint, Visio and
Word. Since POI 3.5, the new OOXML (Office Open XML) formats introduced in Office 2007 have been supported.
For more information, visit http://poi.apache.org/
For the Apache POI Team
Yegor Kozlov

+ 1
- 1
build.xml View File

@@ -51,7 +51,7 @@ under the License.

<description>The Apache POI project Ant build.</description>

<property name="version.id" value="3.7-beta4"/>
<property name="version.id" value="3.7"/>

<property environment="env"/>
<!-- the repository to download jars from -->

+ 2
- 12
src/documentation/content/xdocs/index.xml View File

@@ -32,24 +32,14 @@
</header>

<body>
<section><title>24 August 2010 - POI 3.7 beta 3 available</title>
<p>The Apache POI team is pleased to announce the release of 3.7
beta 3. This includes a large number of bug fixes, and some
enhancements (especially text extraction). See the
<section><title>15 October 2010 - POI 3.7 available</title>
<p>The Apache POI team is pleased to announce the release of POI 3.7. See the
<link href="http://www.apache.org/dist/poi/release/bin/RELEASE-NOTES.txt">full release notes</link> for more details.
</p>
<p>A full list of changes is available in the <link href="changes.html">change log</link>.
People interested should also follow the <link href="mailinglists.html">dev mailing list</link> to track further progress.</p>
<p>See the <link href="download.html">downloads</link> page for more details.</p>
</section>
<section><title>15 December 2009 - POI 3.6 is now available</title>
<p>The Apache POI team is pleased to announce the release of 3.6.
Featured are significant performance improvements and numerous bug fixes.
</p>
<p>A full list of changes is available in the <link href="changes.html">change log</link>.
People interested should also follow the <link href="mailinglists.html">dev mailing list</link> to track further progress.</p>
<p>See the <link href="download.html">downloads</link> page for more details.</p>
</section>
<section><title>Mission Statement</title>
<p>
The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats

+ 1
- 1
src/documentation/content/xdocs/status.xml View File

@@ -33,7 +33,7 @@
</developers>

<changes>
<release version="3.7-beta4" date="2010-??-??">
<release version="3.7" date="2010-10-25">
<action dev="poi-developers" type="fix">50075 - avoid NPE in ListLevel.getNumberText() when numberText is null </action>
<action dev="poi-developers" type="fix">50067 - marked commons-logging and log4j as optional dependencies in POI poms</action>
<action dev="poi-developers" type="add">49928 - allow overridden built-in formats in XSSFCellStyle</action>

Loading…
Cancel
Save