Commit a31a6cee authored by akrherz's avatar akrherz

Create Openfire 3.9.3 Release!

parent 4589545f
......@@ -58,7 +58,7 @@
<property name="version.major" value="3"/>
<property name="version.minor" value="9"/>
<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="dist.prefix" value="openfire"/>
<property file="${basedir}/build/build.properties"/>
......
......@@ -162,12 +162,47 @@ hr {
<div id="pageBody">
<h2>3.9.2 -- <span style="font-weight: normal;">May 1, 2014</span></h2>
<h2>3.9.3 -- <span style="font-weight: normal;">May 6, 2014</span></h2>
<h2>Bug</h2>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-2'>OF-2</a>] - LocalOutgoingServerSession logs connection failures over verbosely
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-746'>OF-746</a>] - Use update-alternatives to set JAVA_HOME on debian
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-779'>OF-779</a>] - fetching from LDAP should escape results
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-780'>OF-780</a>] - Update reCaptcha for HTTPS
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-781'>OF-781</a>] - ConcurrentModificationException in kickPresence
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-782'>OF-782</a>] - Wrong URL generated for editing groups with space in the names
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-783'>OF-783</a>] - Apply encryption to secure properties during setup
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-784'>OF-784</a>] - Possible NullPointerException in MessageRouter logic
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-787'>OF-787</a>] - TLS server to server connections are not working with 3.9.2
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-788'>OF-788</a>] - UserService plugin should not reset group properties when adding user to group
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-789'>OF-789</a>] - Invalid token in Pubsub item purge SQL
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-791'>OF-791</a>] - Joining new MUC room results in a 404 error
</li>
</ul>
<h2>Improvement</h2>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-744'>OF-744</a>] - Replace package.html with package-info.java
</li>
</ul>
<h2>3.9.2 -- <span style="font-weight: normal;">May 1, 2014</span></h2>
<h2>Bug</h2>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-24'>OF-24</a>] - &quot;Issue with IQ subscription=&quot;remove&quot;
</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-114'>OF-114</a>] - Clearing cache can lock up MUC
......
......@@ -343,7 +343,7 @@ public class XMPPServer {
host = "127.0.0.1";
}
version = new Version(3, 9, 3, Version.ReleaseStatus.Alpha, -1);
version = new Version(3, 9, 3, Version.ReleaseStatus.Release, -1);
if ("true".equals(JiveGlobals.getXMLProperty("setup"))) {
setupMode = false;
}
......
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