Commit 9bbdc66d authored by daryl herzmann's avatar daryl herzmann Committed by GitHub

Denote Openfire 4.0.3 Release (#613)

parent 8110f76c
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<property name="version.major" value="4"/> <property name="version.major" value="4"/>
<property name="version.minor" value="0"/> <property name="version.minor" value="0"/>
<property name="version.revision" value="3"/> <property name="version.revision" value="3"/>
<property name="version.extra" value="alpha"/> <!-- For 'beta' or 'alpha' --> <property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' -->
<property name="javac.source" value="1.7"/> <property name="javac.source" value="1.7"/>
<property name="javac.target" value="1.7"/> <property name="javac.target" value="1.7"/>
......
...@@ -162,6 +162,56 @@ hr { ...@@ -162,6 +162,56 @@ hr {
<div id="pageBody"> <div id="pageBody">
<h2>4.0.3 -- <span style="font-weight: normal;">Aug 17, 2016</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1116'>OF-1116</a>] - Java 7 incompatibility
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1118'>OF-1118</a>] - Check encryption protocol &amp; cipher suite configuration against currently available ones.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1119'>OF-1119</a>] - TLS failure when certificate chain is a tree
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1126'>OF-1126</a>] - AbstractGroupProvider hides exception from interface definition
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1157'>OF-1157</a>] - max_items ignored for some admin commands
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1165'>OF-1165</a>] - Stored Cross-Site Scripting
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1168'>OF-1168</a>] - Invalid Oracle DDL statements for Oracle 11g
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1169'>OF-1169</a>] - Debian dpkg java requirements should allow for java 7 or java 8
</li>
</ul>
<h2> New Feature
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1128'>OF-1128</a>] - Avatar Resizer plugin
</li>
</ul>
<h2> Task
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1062'>OF-1062</a>] - Update installation package with the latest Java JRE
</li>
</ul>
<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1099'>OF-1099</a>] - Update StartCom Class 1 DV Server CA
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1120'>OF-1120</a>] - Change default behavior of Email on Away plugin
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1142'>OF-1142</a>] - Improve documentation part about UAC on Windows
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1161'>OF-1161</a>] - Sync Openfire&#39;s truststore with Mozilla&#39;s shipped CAs
</li>
</ul>
<h2>4.0.2 -- <span style="font-weight: normal;">Mar 21, 2016</span></h2> <h2>4.0.2 -- <span style="font-weight: normal;">Mar 21, 2016</span></h2>
<h2> Bug <h2> Bug
</h2> </h2>
......
...@@ -315,7 +315,7 @@ public class XMPPServer { ...@@ -315,7 +315,7 @@ public class XMPPServer {
host = "127.0.0.1"; host = "127.0.0.1";
} }
version = new Version(4, 0, 3, Version.ReleaseStatus.Alpha, -1); version = new Version(4, 0, 3, Version.ReleaseStatus.Release, -1);
if ("true".equals(JiveGlobals.getXMLProperty("setup"))) { if ("true".equals(JiveGlobals.getXMLProperty("setup"))) {
setupMode = false; setupMode = false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment