Commit 9e5bfda5 authored by akrherz's avatar akrherz Committed by Guus der Kinderen

Denote Openfire 4.1.2 Release

parent 47edb369
......@@ -26,7 +26,7 @@
<property name="version.major" value="4"/>
<property name="version.minor" value="1"/>
<property name="version.revision" value="2"/>
<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,49 @@ hr {
</div>
<div id="pageBody">
<h2>4.1.2 -- <span style="font-weight: normal;">Feb 18, 2017</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1195'>OF-1195</a>] - JDBCAuthProvider does not play nice with SCRAM
</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>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1278'>OF-1278</a>] - Recursive Loop in SCRAM salt generation
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1280'>OF-1280</a>] - Wrong ADD COLUMN syntax for Oracle Upgrade Scripts
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1282'>OF-1282</a>] - Setting TLS_CERTIFICATE_VERIFY false does not properly work
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1291'>OF-1291</a>] - MAM not advertised on chatrooms
</li>
</ul>
<h2> Task
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1270'>OF-1270</a>] - Remove obsolete information and update links in the Readme
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1281'>OF-1281</a>] - Update installation package with the latest Java JRE
</li>
</ul>
<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1275'>OF-1275</a>] - Openfire is unable to connect to LDAPS when using TLSv1.1 or TSLv1.2
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1288'>OF-1288</a>] - Monitoring plugin does not add queryid and id to MAM responses
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1289'>OF-1289</a>] - Openfire should load jars in a predictable order
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1290'>OF-1290</a>] - Stack Overflow in SASL EXTERNAL auth
</li>
</ul>
<h2>4.1.1 -- <span style="font-weight: normal;">Dec 31, 2016</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, 2, Version.ReleaseStatus.Alpha, -1 );
public static final Version VERSION = new Version(4, 1, 2, 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