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

Denote Openfire 4.1.3 Release (#756)

parent e1ce54ad
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<property name="version.major" value="4"/> <property name="version.major" value="4"/>
<property name="version.minor" value="1"/> <property name="version.minor" value="1"/>
<property name="version.revision" value="3"/> <property name="version.revision" value="3"/>
<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.source" value="1.7"/>
<property name="javac.target" value="1.7"/> <property name="javac.target" value="1.7"/>
......
...@@ -161,14 +161,22 @@ hr { ...@@ -161,14 +161,22 @@ hr {
</div> </div>
<div id="pageBody"> <div id="pageBody">
<h2>4.1.3 -- <span style="font-weight: normal;">Feb 24, 2017</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1263'>OF-1263</a>] - Contact List sharing shows stale data
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1269'>OF-1269</a>] - Admin Console shows wrong group affiliation information for some users
</li>
</ul>
<h2>4.1.2 -- <span style="font-weight: normal;">Feb 18, 2017</span></h2> <h2>4.1.2 -- <span style="font-weight: normal;">Feb 18, 2017</span></h2>
<h2> Bug <h2> Bug
</h2> </h2>
<ul> <ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1195'>OF-1195</a>] - JDBCAuthProvider does not play nice with SCRAM <li>[<a href='https://issues.igniterealtime.org/browse/OF-1195'>OF-1195</a>] - JDBCAuthProvider does not play nice with SCRAM
</li> </li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1263'>OF-1263</a>] - Contact List sharing shows stale data
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1271'>OF-1271</a>] - MUC History doesn&#39;t replay copy complex elements correctly after restart <li>[<a href='https://issues.igniterealtime.org/browse/OF-1271'>OF-1271</a>] - MUC History doesn&#39;t replay copy complex elements correctly after restart
</li> </li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1278'>OF-1278</a>] - Recursive Loop in SCRAM salt generation <li>[<a href='https://issues.igniterealtime.org/browse/OF-1278'>OF-1278</a>] - Recursive Loop in SCRAM salt generation
...@@ -266,8 +274,6 @@ hr { ...@@ -266,8 +274,6 @@ hr {
</li> </li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-817'>OF-817</a>] - ofMucConversationLog only persists body of groupchat stanzas <li>[<a href='https://issues.igniterealtime.org/browse/OF-817'>OF-817</a>] - ofMucConversationLog only persists body of groupchat stanzas
</li> </li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-867'>OF-867</a>] - Inconsistent use of keys in groupMetaCache
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-927'>OF-927</a>] - Pressing enter should trigger Continue button on admin password setup page <li>[<a href='https://issues.igniterealtime.org/browse/OF-927'>OF-927</a>] - Pressing enter should trigger Continue button on admin password setup page
</li> </li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-942'>OF-942</a>] - CVE-2015-6972 CVE-2015-6973 Admin Console Security Improvements <li>[<a href='https://issues.igniterealtime.org/browse/OF-942'>OF-942</a>] - CVE-2015-6972 CVE-2015-6973 Admin Console Security Improvements
......
...@@ -42,7 +42,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo { ...@@ -42,7 +42,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private final Date startDate; private final Date startDate;
public static final Version VERSION = new Version(4, 1, 3, Version.ReleaseStatus.Alpha, -1 ); public static final Version VERSION = new Version(4, 1, 3, Version.ReleaseStatus.Release, -1 );
/** /**
* Simple constructor * 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