Commit 1b59dd22 authored by daryl herzmann's avatar daryl herzmann Committed by GitHub

Denote Openfire 4.1.5 Release (#834)

parent 2eea09b0
......@@ -26,7 +26,7 @@
<property name="version.major" value="4"/>
<property name="version.minor" value="1"/>
<property name="version.revision" value="5"/>
<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,59 @@ hr {
</div>
<div id="pageBody">
<h2>4.1.5 -- <span style="font-weight: normal;">Jun 30, 2017</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1310'>OF-1310</a>] - Can`t delete last item of the pubsub node
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1327'>OF-1327</a>] - Should not compare incomparable types
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1330'>OF-1330</a>] - Can&#39;t enable database query statistics on the admin console
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1332'>OF-1332</a>] - Update bundled MySQL driver to fix utf8mb4 databases
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1334'>OF-1334</a>] - Monitoring Plugin displays &quot;Archive index rebuild failed&quot;
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1348'>OF-1348</a>] - AuthBased*Provider try to use SortedSet without Comparable items
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1355'>OF-1355</a>] - UserImportExport plugin: import should not fail when optional config is missing
</li>
</ul>
<h2> Task
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1343'>OF-1343</a>] - Update install guide about the automatic service installation
</li>
</ul>
<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1277'>OF-1277</a>] - Change setting name to Invisible Login and Status
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1325'>OF-1325</a>] - Implement separate History settings in Client Control
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1326'>OF-1326</a>] - Allow BOSH context to be re-used.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1338'>OF-1338</a>] - Minimum server version restrictions should ignore release status identifier
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1341'>OF-1341</a>] - Windows Launcher requires to run &quot;as administrator&quot;
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1342'>OF-1342</a>] - Remove &quot;Run Openfire&quot; from the final step of the installer
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1347'>OF-1347</a>] - Group settings update
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1350'>OF-1350</a>] - Be less strict when setting a password on a MUC room
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1351'>OF-1351</a>] - Parse &#39;release&#39; number
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1352'>OF-1352</a>] - Plugin version number should not wrap
</li>
</ul>
<h2>4.1.4 -- <span style="font-weight: normal;">May 4, 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, 5, Version.ReleaseStatus.Alpha, -1 );
public static final Version VERSION = new Version(4, 1, 5, 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