Commit 56d4d446 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Updating for 3.6.4.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11008 b35dd754-fafc-0310-a699-88a17e54d16e
parent 97e1f08c
......@@ -66,7 +66,7 @@
<property name="version.major" value="3"/>
<property name="version.minor" value="6"/>
<property name="version.revision" value="3"/>
<property name="version.revision" value="4"/>
<property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' -->
<property name="dist.prefix" value="openfire"/>
......
......@@ -162,6 +162,26 @@ hr {
<div id="pageBody">
<h2>3.6.4 -- <span style="font-weight: normal;">May 1, 2009</span></h2>
<h3>Openfire New Features</h3>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1521'>JM-1521</a>] - Use stronger RSA encryption algorithm for certificates creation.</li>
</ul>
<h3>Openfire Bug Fixes</h3>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1531'>JM-1531</a>] - <font color="red"><b>!</b></font> Prevent users from changing other users passwords. <b>(3 votes)</b>. Thanks to Erik HH.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1516'>JM-1516</a>] - LdapGroups assumed all members never in AltBaseDN. <b>(1 vote)</b></li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1520'>JM-1520</a>] - Stacktrace of exception while initializing SSLConfig are now logged.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1534'>JM-1534</a>] - DefaultAdminProvider was not including default admin account when there were no admins specified.</li>
</ul>
<h3>Openfire Connection Manager Module</h3>
<ul>
<li>No changes</li>
</ul>
<h2>3.6.3 -- <span style="font-weight: normal;">January 8, 2009</span></h2>
<h3>Openfire New Features</h3>
......
......@@ -304,7 +304,7 @@ public class XMPPServer {
Log.warn("Unable to determine local hostname.", ex);
}
version = new Version(3, 6, 3, Version.ReleaseStatus.Release, -1);
version = new Version(3, 6, 4, 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