Author: onealj Date: Fri Oct 21 07:42:59 2016 New Revision: 1765941 URL: http://svn.apache.org/viewvc?rev=1765941&view=rev Log: update changelog for bug 60288
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=1765941&r1=1765940&r2=1765941&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Fri Oct 21 07:42:59 2016 @@ -265,6 +265,9 @@ if (VERSION > 3) { <ul> <li> +<img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60288">60288</a> - OOXML: reduce speed to lookup document relationships</li> + +<li> <img class="icon" alt="fix" src="images/fix.jpg"> <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55714">55714</a> - XSLF: background image ignored on slide copy</li> <li> Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1765941&r1=1765940&r2=1765941&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Fri Oct 21 07:42:59 2016 @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd"> <rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language> +<item><title> fix(bug 60288)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60288) - OOXML: reduce speed to lookup document relationships</description></item> <item><title> fix(bug 55714)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55714) - XSLF: background image ignored on slide copy</description></item> <item><title> fix(bug 60255)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 60255) - XSSF: create drawings when workbook contains non-sequential drawing indices</description></item> <item><title> fix(bug 59302,60273,59830,59858,60158)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59302,60273,59830,59858,60158) - Various improvements for reading VBA macros</description></item> Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1765941&r1=1765940&r2=1765941&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/status.xml (original) +++ poi/site/src/documentation/content/xdocs/status.xml Fri Oct 21 07:42:59 2016 @@ -40,6 +40,7 @@ </devs> <release version="3.16-beta1" date="2016-11-??"> + <action dev="PD" type="fix" fixes-bug="60288">OOXML: reduce speed to lookup document relationships</action> <action dev="PD" type="fix" fixes-bug="55714">XSLF: background image ignored on slide copy</action> <action dev="PD" type="fix" fixes-bug="60255">XSSF: create drawings when workbook contains non-sequential drawing indices</action> <action dev="PD" type="fix" fixes-bug="59302,60273,59830,59858,60158">Various improvements for reading VBA macros</action> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org For additional commands, e-mail: commits-h...@poi.apache.org