Author: kiwiwings Date: Fri Nov 23 01:50:34 2018 New Revision: 1847208 URL: http://svn.apache.org/viewvc?rev=1847208&view=rev Log: updated the site with the changelog for XmlBeans 3.0.2
Modified: xmlbeans/site/build/site/status.html xmlbeans/site/src/documentation/content/xdocs/status.xml Modified: xmlbeans/site/build/site/status.html URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/status.html?rev=1847208&r1=1847207&r2=1847208&view=diff ============================================================================== --- xmlbeans/site/build/site/status.html (original) +++ xmlbeans/site/build/site/status.html Fri Nov 23 01:50:34 2018 @@ -173,6 +173,46 @@ document.write("Last Published: " + docu +<a name="rel_302"></a> +<h2 class="boxed">Version 3.0.2 (2018-10-23)</h2> +<div class="section"> +<a name="act_302"></a> +<h3 class="boxed">Changes</h3> +<table class="ForrestTable" cellspacing="1" cellpadding="4"> +<colgroup> +<col width="100"> +<col width="200"> +<col> +</colgroup> +<thead> +<tr> +<th>Type</th><th>Bug</th><th>Description</th> +</tr> +</thead> +<tbody> + +<tr> +<td style="text-align: center;"><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://issues.apache.org/jira/browse/XMLBEANS-520">XMLBEANS-520</a></td><td>xmlbeans 3.0.1 - wrong name for source(s) artifact</td> +</tr> + +<tr> +<td style="text-align: center;"><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://issues.apache.org/jira/browse/XMLBEANS-519">XMLBEANS-519</a></td><td>issue with using firefly & apache harmony parser</td> +</tr> + +<tr> +<td style="text-align: center;"><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://issues.apache.org/jira/browse/XMLBEANS-511">XMLBEANS-511</a></td><td>NPE @ SchemaTypeImpl.isAssignableFrom()</td> +</tr> + +<tr> +<td style="text-align: center;"><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://issues.apache.org/jira/browse/XMLBEANS-506">XMLBEANS-506</a></td><td>NPE trying to load resource file if XmlBeans was loaded by the bootstrap ClassLoader</td> +</tr> + +</tbody> +</table> +</div> + + + <a name="rel_301"></a> <h2 class="boxed">Version 3.0.1 (2018-08-24)</h2> <div class="section"> Modified: xmlbeans/site/src/documentation/content/xdocs/status.xml URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/status.xml?rev=1847208&r1=1847207&r2=1847208&view=diff ============================================================================== --- xmlbeans/site/src/documentation/content/xdocs/status.xml (original) +++ xmlbeans/site/src/documentation/content/xdocs/status.xml Fri Nov 23 01:50:34 2018 @@ -45,6 +45,16 @@ was introduced without having a deprecation warning for at least 2 final releases. Use a value of "true" to indicate a breakage. Otherwise, omit this attribute. --> + <release version="3.0.2" date="2018-10-23"> + <actions> + <action dev="PD" type="fix" context="code" fixes-bug="XMLBEANS-520">xmlbeans 3.0.1 - wrong name for source(s) artifact</action> + <action dev="PD" type="fix" context="code" fixes-bug="XMLBEANS-519">issue with using firefly & apache harmony parser</action> + <action dev="PD" type="fix" context="code" fixes-bug="XMLBEANS-511">NPE @ SchemaTypeImpl.isAssignableFrom()</action> + <action dev="PD" type="fix" context="code" fixes-bug="XMLBEANS-506">NPE trying to load resource file if XmlBeans was loaded by the bootstrap ClassLoader</action> + </actions> + </release> + + <release version="3.0.1" date="2018-08-24"> <actions> <action dev="PD" type="update" context="code" fixes-bug="XMLBEANS-518">Support new XmlOptions to control XML parser settings</action> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org