You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2015/05/04 22:28:30 UTC

svn commit: r1677675 - in /poi: site/src/documentation/content/xdocs/status.xml trunk/build.xml

Author: kiwiwings
Date: Mon May  4 20:28:30 2015
New Revision: 1677675

URL: http://svn.apache.org/r1677675
Log:
Release preparation

Modified:
    poi/site/src/documentation/content/xdocs/status.xml
    poi/trunk/build.xml

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1677675&r1=1677674&r2=1677675&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Mon May  4 20:28:30 2015
@@ -37,7 +37,10 @@
         <person id="YK" name="Yegor Kozlov" email="yegor@apache.org" />
     </devs>
 
-    <release version="3.12-beta2" date="2015-??-??">
+    <!-- release version="3.13-beta1" date="2015-??-??">
+    </release -->
+
+    <release version="3.12" date="2015-05-11">
         <action dev="PD" type="fix">If an empty file or stream is given to WorkbookFactory.create, give a more informative exception - EmptyFileException</action>
         <action dev="PD" type="fix" fixes-bug="57552">Sort PackagePart returns from OPCPackage by name considering numbers in filenames, so Image10.png comes after Image9.png, fixing problems with XSLF adding 10+ images to a slide</action>
         <action dev="PD" type="fix" fixes-bug="57880">Handle &gt;32,767 cell styles and formats in XSSF (file format limit is 64,000)</action>

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1677675&r1=1677674&r2=1677675&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon May  4 20:28:30 2015
@@ -47,8 +47,8 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="3.12-beta2"/>
-    <property name="version.rel" value="REL_3_12_BETA2"/>
+    <property name="version.id" value="3.12"/>
+    <property name="version.rel" value="REL_3_12_FINAL"/>
 
     <property environment="env"/>
     <!-- the repository to download jars from -->



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