Skip to content

Commit

Permalink
Denote Openfire 4.1.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz authored and guusdk committed Oct 5, 2017
1 parent fa6022e commit daf5ef4
Show file tree
Hide file tree
Showing 3 changed files with 62 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="6"/>
<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
60 changes: 60 additions & 0 deletions documentation/dist/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,66 @@ <h1>Openfire Changelog</h1>
</div>

<div id="pageBody">
<h2>4.1.6 -- <span style="font-weight: normal;">Oct 5, 2017</span></h2>

<h2> Sub-task
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1020'>OF-1020</a>] - Admin Console Remote File Inclusion (RFI) Vulnerability
</li>
</ul>

<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1304'>OF-1304</a>] - SQL syntax error with monitoring plugin IQ Query Handler
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1362'>OF-1362</a>] - Websocket plugin fails when trying to use connection configuration
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1363'>OF-1363</a>] - NPE when displaying properties for non-existing user
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1366'>OF-1366</a>] - NullPointerException in Group lookup
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1374'>OF-1374</a>] - Pubsub publish NullPointerException
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1381'>OF-1381</a>] - User enumeration possible by SCRAM
</li>
</ul>

<h2> New Feature
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1354'>OF-1354</a>] - Add option to Client Control plugin to disable Start a chat in Spark
</li>
</ul>

<h2> Task
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1320'>OF-1320</a>] - Update bundled JRE with the latest version
</li>
</ul>

<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1340'>OF-1340</a>] - Create x64 Windows Installer
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1349'>OF-1349</a>] - Create separate Windows installer with and without JRE
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1359'>OF-1359</a>] - Elevate webclients to top level menu in openfire admin UI
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1360'>OF-1360</a>] - Update inVerse plugin to match upstream Converse 3.1.0 release.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1365'>OF-1365</a>] - Some caches should not be purgeable.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1367'>OF-1367</a>] - BOSH URL should be based on FQDN, not XMPP domain.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1369'>OF-1369</a>] - Don&#39;t advertise in-band registration for read-only user providers
</li>
</ul>


<h2>4.1.5 -- <span style="font-weight: normal;">Jun 30, 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, 6, Version.ReleaseStatus.Alpha, -1 );
public static final Version VERSION = new Version(4, 1, 6, Version.ReleaseStatus.Release, -1 );

/**
* Simple constructor
Expand Down

0 comments on commit daf5ef4

Please sign in to comment.