You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/08/01 18:25:12 UTC

svn commit: r1754787 - in /poi/site: publish/changes.html src/documentation/content/xdocs/status.xml

Author: onealj
Date: Mon Aug  1 18:25:12 2016
New Revision: 1754787

URL: http://svn.apache.org/viewvc?rev=1754787&view=rev
Log:
update changelog for bug 59922; republish changelog

Modified:
    poi/site/publish/changes.html
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1754787&r1=1754786&r2=1754787&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Mon Aug  1 18:25:12 2016
@@ -371,6 +371,12 @@ if (VERSION > 3) {
         
 <li>
 <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59734">59734</a> - Make lookup and creation of named ranges constant-time instead of linear in the number of ranges in the workbook.</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59920">59920</a> - Fix regression in the handling of empty passwords for workbook protection.</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=59922">59922</a> - XSSF: Rename XSSFPaswordHelper to XSSFPasswordHelper</li>
     
 </ul>
 

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1754787&r1=1754786&r2=1754787&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Mon Aug  1 18:25:12 2016
@@ -77,6 +77,7 @@
         <action dev="PD" type="fix" fixes-bug="59766">When setting SAX features, handle Error too (eg from Google AppEngine)</action>
         <action dev="PD" type="fix" fixes-bug="59734">Make lookup and creation of named ranges constant-time instead of linear in the number of ranges in the workbook.</action>
         <action dev="PD" type="fix" fixes-bug="59920">Fix regression in the handling of empty passwords for workbook protection.</action>
+        <action dev="PD" type="fix" fixes-bug="59922">XSSF: Rename XSSFPaswordHelper to XSSFPasswordHelper</action>
     </release>
 
     <release version="3.15-beta2" date="2016-07-02">



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