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 2019/10/15 22:29:10 UTC

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

Author: kiwiwings
Date: Tue Oct 15 22:29:09 2019
New Revision: 1868490

URL: http://svn.apache.org/viewvc?rev=1868490&view=rev
Log:
release prepare for 4.1.1 - updating build.xml and changes.xml

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

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1868490&r1=1868489&r2=1868490&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Tue Oct 15 22:29:09 2019
@@ -86,18 +86,10 @@
           when referring to both H??F and X??F formats.
     -->
 
-    <!--
-    <release version="4.1.2" date="2020-01-??">
-      <summary>
+    <!-- release version="4.1.2" date="2020-01-??">
+    </release -->
 
-      </summary>
-      <actions>
-        <action dev="PD" type="fix" fixes-bug="63842" context="SS_Common">FractionFormat casts whole part of the value into 'int'</action>
-      </actions>
-    </release>
-    -->
-
-    <release version="4.1.1" date="2019-10-20">
+    <release version="4.1.1" date="2019-10-23">
       <summary>
         <summary-item>Improved chart support: more types and some API changes around angles and width units</summary-item>
         <summary-item>Upgrade to Bouncycastle 1.62</summary-item>
@@ -106,6 +98,7 @@
         <summary-item>Upgrade to Commons-Compress 1.19</summary-item>
       </summary>
       <actions>
+        <action dev="PD" type="fix" fixes-bug="63842" context="SS_Common">FractionFormat casts whole part of the value into 'int'</action>
         <action dev="PD" type="fix" fixes-bug="63818" context="HSLF">Allow multiple charsets for same font typeface</action>
         <action dev="PD" type="fix" fixes-bug="63768" context="XSSF">XSSFExportToXml adjust settings on SchemaFactory</action>
         <action dev="PD" type="fix" fixes-bug="63541" context="XSLF">NullPointerException from XSLFSimpleShape.getAnchor for empty xfrm tags</action>

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1868490&r1=1868489&r2=1868490&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Oct 15 22:29:09 2019
@@ -42,7 +42,7 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="4.1.2"/>
+    <property name="version.id" value="4.1.1"/>
     <property name="release.rc" value="RC1"/>
 
     <property environment="env"/>



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