Commit 11e7a115 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Updated for 3.2.4 release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/branches/3_2_branch@7760 b35dd754-fafc-0310-a699-88a17e54d16e
parent a67da6b2
......@@ -66,7 +66,7 @@
<property name="version.major" value="3"/>
<property name="version.minor" value="2"/>
<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="wildfire"/>
......
......@@ -164,6 +164,28 @@ hr {
<h2>3.2.4 -- <span style="font-weight: normal;">March 29, 2007</span></h2>
<h3>Wildfire New Features</h3>
<ul>
<li>No changes</li>
</ul>
<h3>Wildfire Bug Fixes</h3>
<ul>
<li>No changes</li>
</ul>
<h3>Wildfire Enterprise</h3>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/ENT-101'>ENT-101</a>] - Transfers and invites across workgroups was failing.</li>
</ul>
<h3>Wildfire Connection Manager Module</h3>
<ul>
<li>No changes</li>
</ul>
<h2>3.2.3 -- <span style="font-weight: normal;">March 15, 2007</span></h2>
<h3>Wildfire New Features</h3>
......
......@@ -285,7 +285,7 @@ public class XMPPServer {
name = JiveGlobals.getProperty("xmpp.domain", "127.0.0.1").toLowerCase();
version = new Version(3, 2, 3, Version.ReleaseStatus.Release, 1);
version = new Version(3, 2, 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