You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/11/07 09:12:44 UTC

svn commit: r1768463 - in /poi/site: publish/encryption.html src/documentation/content/xdocs/encryption.xml

Author: centic
Date: Mon Nov  7 09:12:44 2016
New Revision: 1768463

URL: http://svn.apache.org/viewvc?rev=1768463&view=rev
Log:
State in which release encryption-features were added.

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

Modified: poi/site/publish/encryption.html
URL: http://svn.apache.org/viewvc/poi/site/publish/encryption.html?rev=1768463&r1=1768462&r2=1768463&view=diff
==============================================================================
--- poi/site/publish/encryption.html (original)
+++ poi/site/publish/encryption.html Mon Nov  7 09:12:44 2016
@@ -303,14 +303,11 @@ if (VERSION > 3) {
 </div>
     
     
-<p></p>
-
-    
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
         
 <tr class="b">
             
-<td colspan="1" rowspan="1"></td>
+<td colspan="1" rowspan="1">Encryption</td>
             <td colspan="1" rowspan="1">HSSF</td>
             <td colspan="1" rowspan="1">HSLF</td>
             <td colspan="1" rowspan="1">HWPF</td>
@@ -323,7 +320,7 @@ if (VERSION > 3) {
 <tr class="a">
             
 <td colspan="1" rowspan="1"><a href="https://msdn.microsoft.com/en-us/library/dd949802(v=office.12).aspx">XOR obfuscation *)</a></td>
-            <td class="feature-yes" colspan="1" rowspan="1">Yes</td>
+            <td class="feature-yes" colspan="1" rowspan="1">Yes (Writing since 3.16)</td>
             <td class="feature-na" colspan="1" rowspan="1">N/A</td>
             <td class="feature-no" colspan="1" rowspan="1">No</td>
             <td class="feature-na" colspan="1" rowspan="1">N/A</td>
@@ -335,7 +332,7 @@ if (VERSION > 3) {
 <tr class="b">
             
 <td colspan="1" rowspan="1"><a href="https://msdn.microsoft.com/en-us/library/dd909583(v=office.12).aspx">40-bit RC4 encryption</a></td>
-            <td class="feature-yes" colspan="1" rowspan="1">Yes</td>
+            <td class="feature-yes" colspan="1" rowspan="1">Yes (Writing since 3.16)</td>
             <td class="feature-na" colspan="1" rowspan="1">N/A</td>
             <td class="feature-no" colspan="1" rowspan="1">No</td>
             <td class="feature-na" colspan="1" rowspan="1">N/A</td>
@@ -347,7 +344,7 @@ if (VERSION > 3) {
 <tr class="a">
             
 <td colspan="1" rowspan="1"><a href="https://msdn.microsoft.com/en-us/library/dd910113(v=office.12).aspx">Office Binary Document RC4 CryptoAPI Encryption</a></td>
-            <td class="feature-yes" colspan="1" rowspan="1">Yes</td>
+            <td class="feature-yes" colspan="1" rowspan="1">Yes (Since 3.16)</td>
             <td class="feature-yes" colspan="1" rowspan="1">Yes</td>
             <td class="feature-no" colspan="1" rowspan="1">No</td>
             <td class="feature-na" colspan="1" rowspan="1">N/A</td>

Modified: poi/site/src/documentation/content/xdocs/encryption.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/encryption.xml?rev=1768463&r1=1768462&r2=1768463&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/encryption.xml (original)
+++ poi/site/src/documentation/content/xdocs/encryption.xml Mon Nov  7 09:12:44 2016
@@ -61,11 +61,9 @@
 
     <section><title>Supported feature matrix</title>
     
-    <p></p>
-
     <table>
         <tr>
-            <td></td>
+            <td>Encryption</td>
             <td>HSSF</td>
             <td>HSLF</td>
             <td>HWPF</td>
@@ -75,7 +73,7 @@
         </tr>
         <tr>
             <td><link href="https://msdn.microsoft.com/en-us/library/dd949802(v=office.12).aspx">XOR obfuscation *)</link></td>
-            <td class="feature-yes">Yes</td>
+            <td class="feature-yes">Yes (Writing since 3.16)</td>
             <td class="feature-na">N/A</td>
             <td class="feature-no">No</td>
             <td class="feature-na">N/A</td>
@@ -84,7 +82,7 @@
         </tr>
         <tr>
             <td><link href="https://msdn.microsoft.com/en-us/library/dd909583(v=office.12).aspx">40-bit RC4 encryption</link></td>
-            <td class="feature-yes">Yes</td>
+            <td class="feature-yes">Yes (Writing since 3.16)</td>
             <td class="feature-na">N/A</td>
             <td class="feature-no">No</td>
             <td class="feature-na">N/A</td>
@@ -93,7 +91,7 @@
         </tr>
         <tr>
             <td><link href="https://msdn.microsoft.com/en-us/library/dd910113(v=office.12).aspx">Office Binary Document RC4 CryptoAPI Encryption</link></td>
-            <td class="feature-yes">Yes</td>
+            <td class="feature-yes">Yes (Since 3.16)</td>
             <td class="feature-yes">Yes</td>
             <td class="feature-no">No</td>
             <td class="feature-na">N/A</td>



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