Skip to content

Commit

Permalink
Denote Openfire 4.1.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz authored and guusdk committed May 4, 2017
1 parent c2b2ad4 commit 8ceafc3
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
45 changes: 45 additions & 0 deletions documentation/dist/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,51 @@ <h1>Openfire Changelog</h1>
</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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ceafc3

Please sign in to comment.