Commit 8ceafc3b authored by akrherz's avatar akrherz Committed by Guus der Kinderen

Denote Openfire 4.1.4 Release

parent c2b2ad4a
......@@ -26,7 +26,7 @@
<property name="version.major" value="4"/>
<property name="version.minor" value="1"/>
<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"/>
......
......@@ -161,6 +161,51 @@ hr {
</div>
<div id="pageBody">
<h2>4.1.4 -- <span style="font-weight: normal;">May 4, 2017</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-119'>OF-119</a>] - Ldap issue (search filter and &#39;@&#39; encoding) [patch]
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1272'>OF-1272</a>] - DBAccess plugin XSS
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1273'>OF-1273</a>] - Javadoc will not build in Docker
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1305'>OF-1305</a>] - Openfire doesn&#39;t load user names with multi-byte characters from LDAP/AD
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1322'>OF-1322</a>] - EXTERNAL is always offered for C2S sessions
</li>
</ul>
<h2> Task
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1319'>OF-1319</a>] - Update bundled JRE with the latest version
</li>
</ul>
<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1292'>OF-1292</a>] - NPE in Admin Console when cancelling creating a new room
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1295'>OF-1295</a>] - Add information about windows service into Upgrade Guide
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1297'>OF-1297</a>] - Add another note about UAC to the documentation
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1301'>OF-1301</a>] - Don&#39;t fail when default value for FQDN cannot be resolved.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1311'>OF-1311</a>] - Store a list as a property value.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1312'>OF-1312</a>] - Allow SASL mechanisms to be configured through the admin console.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1321'>OF-1321</a>] - Prevent stacktrace when using admin console with stale session.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1324'>OF-1324</a>] - OutgoingSessionPromise outgoing queue should be limited
</li>
</ul>
<h2>4.1.3 -- <span style="font-weight: normal;">Feb 24, 2017</span></h2>
<h2> Bug
</h2>
......
......@@ -42,7 +42,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private final Date startDate;
public static final Version VERSION = new Version(4, 1, 4, Version.ReleaseStatus.Alpha, -1 );
public static final Version VERSION = new Version(4, 1, 4, Version.ReleaseStatus.Release, -1 );
/**
* Simple constructor
......
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