Author: nick
Date: Fri Sep 13 11:53:22 2013
New Revision: 1522881
URL: http://svn.apache.org/r1522881
Log:
Add a components entry for the SS Common interface, and republish the updated
changelog
Modified:
poi/site/publish/changes.html
poi/site/publish/changes.rss
poi/site/publish/overview.html
poi/site/src/documentation/content/xdocs/overview.xml
Modified: poi/site/publish/changes.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1522881&r1=1522880&r2=1522881&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Fri Sep 13 11:53:22 2013
@@ -248,14 +248,49 @@ if (VERSION > 3) {
<a href="changes.rss"><img alt="RSS" src="images/rss.png"></a>
</p>
+<a name="3.10-beta3"></a>
+<div class="h3">
+<h3>Version 3.10-beta3 (2013-10-??)</h3>
+</div>
+<ul>
+
+<li>
+<img class="icon" alt="add" src="images/add.jpg">55544 - Support for SHA-512
hashes on OOXML protected documents, as used by Office 2013(poi-developers)</li>
+
+</ul>
+
<a name="3.10-beta2"></a>
<div class="h3">
-<h3>Version 3.10-beta2 (2013-08-??)</h3>
+<h3>Version 3.10-beta2 (2013-08-29)</h3>
</div>
<ul>
<li>
-<img class="icon" alt="add" src="images/add.jpg">55292 - Enhancements to
HSSFTextbox including: ability to add multiple paragraphs, formatting
(read/write) and text extraction.(poi-developers)</li>
+<img class="icon" alt="fix" src="images/fix.jpg">50298 - Fix corruption of
Workbook when setting sheet order(poi-developers)</li>
+
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">55419 - Fix
SimpleFractionException when fraction goes to greater than
overflow(poi-developers)</li>
+
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">52233 - Do not make the
XSSFSheet invalid during write()(poi-developers)</li>
+
+<li>
+<img class="icon" alt="add" src="images/add.jpg">55195 -
MultiOperandNumericFunction.collectValue() currently uses concrete final
classes but should use interfaces instead(poi-developers)</li>
+
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">55380 - Endless loop in
CellRangeUtil.mergeRanges() when regions are overlapping(poi-developers)</li>
+
+<li>
+<img class="icon" alt="add" src="images/add.jpg">55347/45551 - Integrate 55292
into XSSF extractors -- extract text from text boxes in xlsx
files(poi-developers)</li>
+
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">55361/Tika 792 - Avoid
CTMarkup NoSuchMethodException stack trace by adding two beans to
ooxml-lite"(poi-developers)</li>
+
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">55294 and 52186 - Fix column
grouping in XSSF.(poi-developers)</li>
+
+<li>
+<img class="icon" alt="add" src="images/add.jpg">55292 - Enhancements to
XSSFSimpleShape (textbox) including: ability to add multiple paragraphs,
formatting (read/write) and text extraction.(poi-developers)</li>
<li>
<img class="icon" alt="fix" src="images/fix.jpg">55191 - Avoid a
ClassCastException if a HPSF string property isn't directly stored as a
string(poi-developers)</li>
Modified: poi/site/publish/changes.rss
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1522881&r1=1522880&r2=1522881&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Fri Sep 13 11:53:22 2013
@@ -4,24 +4,4 @@
by
poi-developers
:
- 55292 - Enhancements to HSSFTextbox including: ability to add
multiple paragraphs, formatting (read/write) and text
extraction.</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- by
- poi-developers
- :
- 55191 - Avoid a ClassCastException if a HPSF string property
isn't directly stored as a string</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
- 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><item><title>
add</title><link>http://poi.apache.org//changes.html</link><description> add
- by
- poi-developers
- :
- Upgrade version of JUnit to 4.11 to avoid problems when
executing unit tests using Apache Ant >=
1.7</description></item></channel></rss>
\ No newline at end of file
+ 55544 - Support for SHA-512 hashes on OOXML protected documents,
as used by Office 2013</description></item></channel></rss>
\ No newline at end of file
Modified: poi/site/publish/overview.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/overview.html?rev=1522881&r1=1522880&r2=1522881&view=diff
==============================================================================
--- poi/site/publish/overview.html (original)
+++ poi/site/publish/overview.html Fri Sep 13 11:53:22 2013
@@ -539,6 +539,14 @@ if (VERSION > 3) {
<td colspan="1" rowspan="1">poi-ooxml-schemas, ooxml-schemas</td>
</tr>
+
+<tr class="a">
+
+<td colspan="1" rowspan="1"><a href="./spreadsheet/index.html">Common
SS</a></td>
+ <td colspan="1" rowspan="1">Excel XLS and XLSX</td>
+ <td colspan="1" rowspan="1">poi-ooxml</td>
+
+</tr>
</table>
Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1522881&r1=1522880&r2=1522881&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Fri Sep 13 11:53:22
2013
@@ -221,6 +221,11 @@
<td>OOXML</td>
<td>poi-ooxml-schemas, ooxml-schemas</td>
</tr>
+ <tr>
+ <td><link href="./spreadsheet/index.html">Common SS</link></td>
+ <td>Excel XLS and XLSX</td>
+ <td>poi-ooxml</td>
+ </tr>
</table>
<p>
This table maps artifacts into the jar file name. "version-yyyymmdd" is
the POI version stamp. For the latest release it is
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]