You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2013/06/26 20:51:17 UTC

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

Author: nick
Date: Wed Jun 26 18:51:17 2013
New Revision: 1497040

URL: http://svn.apache.org/r1497040
Log:
Changelog update

Modified:
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    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=1497040&r1=1497039&r2=1497040&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Wed Jun 26 18:51:17 2013
@@ -255,6 +255,12 @@ if (VERSION > 3) {
 <ul>
           
 <li>
+<img class="icon" alt="fix" src="images/fix.jpg">HSMF ascii encoding detection should use the CodePage properties where available(poi-developers)</li>
+          
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">HSMF fixed length property parsing should be more forgiving of some type differences from the property default(poi-developers)</li>
+          
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg">54233 - Some HPSF documents require UnicodeStrings to be 4-byte aligned, spot these from the otherwise invalid length(poi-developers)</li>
         
 </ul>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1497040&r1=1497039&r2=1497040&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Wed Jun 26 18:51:17 2013
@@ -4,4 +4,12 @@
               by 
               poi-developers
               :
+              HSMF ascii encoding detection should use the CodePage properties where available</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix
+              by 
+              poi-developers
+              :
+              HSMF fixed length property parsing should be more forgiving of some type differences from the property default</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix
+              by 
+              poi-developers
+              :
               54233 - Some HPSF documents require UnicodeStrings to be 4-byte aligned, spot these from the otherwise invalid length</description></item></channel></rss>
\ No newline at end of file

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1497040&r1=1497039&r2=1497040&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Wed Jun 26 18:51:17 2013
@@ -35,6 +35,8 @@
 
     <changes>
         <release version="3.10-beta2" date="2013-08-??">
+          <action dev="poi-developers" type="fix">HSMF ascii encoding detection should use the CodePage properties where available</action>
+          <action dev="poi-developers" type="fix">HSMF fixed length property parsing should be more forgiving of some type differences from the property default</action>
           <action dev="poi-developers" type="fix">54233 - Some HPSF documents require UnicodeStrings to be 4-byte aligned, spot these from the otherwise invalid length</action>
         </release>
         <release version="3.10-beta1" date="2013-06-28">



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