]> source.dussan.org Git - poi.git/commitdiff
added release-notes and updated status
authorYegor Kozlov <yegor@apache.org>
Thu, 14 Oct 2010 11:48:43 +0000 (11:48 +0000)
committerYegor Kozlov <yegor@apache.org>
Thu, 14 Oct 2010 11:48:43 +0000 (11:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_7@1022473 13f79535-47bb-0310-9956-ffa450edef68

RELEASE_NOTES.txt [new file with mode: 0755]
build.xml
src/documentation/content/xdocs/index.xml
src/documentation/content/xdocs/status.xml

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