Author: yegor
Date: Thu Oct 14 11:48:43 2010
New Revision: 1022473

URL: http://svn.apache.org/viewvc?rev=1022473&view=rev
Log:
added release-notes and updated status

Added:
    poi/tags/REL_3_7/RELEASE_NOTES.txt   (with props)
Modified:
    poi/tags/REL_3_7/build.xml
    poi/tags/REL_3_7/src/documentation/content/xdocs/index.xml
    poi/tags/REL_3_7/src/documentation/content/xdocs/status.xml

Added: poi/tags/REL_3_7/RELEASE_NOTES.txt
URL: 
http://svn.apache.org/viewvc/poi/tags/REL_3_7/RELEASE_NOTES.txt?rev=1022473&view=auto
==============================================================================
--- poi/tags/REL_3_7/RELEASE_NOTES.txt (added)
+++ poi/tags/REL_3_7/RELEASE_NOTES.txt Thu Oct 14 11:48:43 2010
@@ -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
+

Propchange: poi/tags/REL_3_7/RELEASE_NOTES.txt
------------------------------------------------------------------------------
    svn:executable = *

Modified: poi/tags/REL_3_7/build.xml
URL: 
http://svn.apache.org/viewvc/poi/tags/REL_3_7/build.xml?rev=1022473&r1=1022472&r2=1022473&view=diff
==============================================================================
--- poi/tags/REL_3_7/build.xml (original)
+++ poi/tags/REL_3_7/build.xml Thu Oct 14 11:48:43 2010
@@ -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 -->

Modified: poi/tags/REL_3_7/src/documentation/content/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/poi/tags/REL_3_7/src/documentation/content/xdocs/index.xml?rev=1022473&r1=1022472&r2=1022473&view=diff
==============================================================================
--- poi/tags/REL_3_7/src/documentation/content/xdocs/index.xml (original)
+++ poi/tags/REL_3_7/src/documentation/content/xdocs/index.xml Thu Oct 14 
11:48:43 2010
@@ -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

Modified: poi/tags/REL_3_7/src/documentation/content/xdocs/status.xml
URL: 
http://svn.apache.org/viewvc/poi/tags/REL_3_7/src/documentation/content/xdocs/status.xml?rev=1022473&r1=1022472&r2=1022473&view=diff
==============================================================================
--- poi/tags/REL_3_7/src/documentation/content/xdocs/status.xml (original)
+++ poi/tags/REL_3_7/src/documentation/content/xdocs/status.xml Thu Oct 14 
11:48:43 2010
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to