Commit ed7eb510 authored by daryl herzmann's avatar daryl herzmann Committed by GitHub

Denote Openfire 4.0.4 Release (#673)

parent 6105af8d
......@@ -26,7 +26,7 @@
<property name="version.major" value="4"/>
<property name="version.minor" value="0"/>
<property name="version.revision" value="4"/>
<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.target" value="1.7"/>
......
......@@ -162,6 +162,54 @@ hr {
<div id="pageBody">
<h2>4.0.4 -- <span style="font-weight: normal;">Dec 1, 2016</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-266'>OF-266</a>] - Fastpath Form UI page in Admin Console doesnt show images
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1141'>OF-1141</a>] - PEP nodes return no items when asked for all of them
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1152'>OF-1152</a>] - XmlDebugger not printing non-interpreted xml traffic
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1174'>OF-1174</a>] - MUC should respond to IQ queries
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1177'>OF-1177</a>] - .deb requirement of default-jre is too strict and does not allow for side loaded Oracle
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1180'>OF-1180</a>] - BOSH endpoints redirect all the requests with the trailing slash
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1201'>OF-1201</a>] - BOSH servlet should close async context on exception
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1202'>OF-1202</a>] - Proxool disconnects active threads after 5 minutes
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1209'>OF-1209</a>] - s2s connection settings whitelisting does not work / console UI broken
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1210'>OF-1210</a>] - correct time-to-live-seconds and MaxLifetime settings for hazelcast
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1223'>OF-1223</a>] - Messages loaded from ofOffline are not sorted by time stamp leading to out-of-order receipt
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1226'>OF-1226</a>] - Enable use of wildcard when searching users in LDAP
</li>
</ul>
<h2> Task
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1158'>OF-1158</a>] - Update installation package with the latest Java JRE
</li>
</ul>
<h2> Improvement
</h2>
<ul>
<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-1211'>OF-1211</a>] - Fix description of Broadcast disabling option in Client Control plugin
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1221'>OF-1221</a>] - Add options from default.properties to Client Control plugin
</li>
</ul>
<h2>4.0.3 -- <span style="font-weight: normal;">Aug 17, 2016</span></h2>
<h2> Bug
......@@ -206,8 +254,6 @@ hr {
</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>
......
......@@ -315,7 +315,7 @@ public class XMPPServer {
host = "127.0.0.1";
}
version = new Version(4, 0, 4, Version.ReleaseStatus.Alpha, -1);
version = new Version(4, 0, 4, Version.ReleaseStatus.Release, -1);
if ("true".equals(JiveGlobals.getXMLProperty("setup"))) {
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