Commit b74c2b9f authored by guus's avatar guus

Preparing for 3.8.1 release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13535 b35dd754-fafc-0310-a699-88a17e54d16e
parent eb984da0
......@@ -62,7 +62,7 @@
<property name="version.major" value="3"/>
<property name="version.minor" value="8"/>
<property name="version.revision" value="1"/>
<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,6 +162,34 @@ hr {
<div id="pageBody">
<h2>3.8.1 -- <span style="font-weight: normal;">March 3, 2013</span></h2>
<h3>Openfire Improvements</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-597'>OF-597</a>] - Increase performance of fetch last pubsub item for a node</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-614'>OF-614</a>] - Add /usr/lib/jvm/default-java to the collection of default locations to look for a JRE</li>
</ul>
<h3>Openfire Bug Fixes</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-102'>OF-102</a>] - Deleting user does not clear out ofUserFlag</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-415'>OF-415</a>] - Group disappears from the Group Summary view after editing its details</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-596'>OF-596</a>] - Last published item is not loaded when leaf node is loaded into memory.</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-610'>OF-610</a>] - Restore shared group support for read-only GroupProviders (LDAP)</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-612'>OF-612</a>] - Upgrade bundled JRE to last version...</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-613'>OF-613</a>] - RPM build failure with</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-615'>OF-615</a>] - Improve Robustness of loading MUC service at startup</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-616'>OF-616</a>] - Can&#39;t see newly created groups in Admin Console after the upgrade to 3.8.0</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-617'>OF-617</a>] - Fastpath plugin fails to build</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-618'>OF-618</a>] - Error in Admin console, MUC</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-619'>OF-619</a>] - GoJara plugin library has Java-6 code</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-620'>OF-620</a>] - JustMarried plugin library has Java-6 code</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-621'>OF-621</a>] - JustMarried plugin throws NullPointerException</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-623'>OF-623</a>] - PubsubPersistenceManager does not load nodes properly if the hierarchy has more than two levels.</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-624'>OF-624</a>] - Illegal JID when configuring a created MUC room</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-627'>OF-627</a>] - Update rpm bundled JRE 1.6u41</li>
</ul>
<h2>3.8.0 -- <span style="font-weight: normal;">February 6, 2013</span></h2>
<h3>Openfire New Features</h3>
......
......@@ -355,7 +355,7 @@ public class XMPPServer {
Log.warn("Unable to determine local hostname.", ex);
}
version = new Version(3, 8, 1, Version.ReleaseStatus.Alpha, -1);
version = new Version(3, 8, 1, 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