Commit c09db59d authored by Daryl Herzmann's avatar Daryl Herzmann Committed by akrherz

Preparing 3.9.0 release of Openfire


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13899 b35dd754-fafc-0310-a699-88a17e54d16e
parent 441a0426
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<property name="version.major" value="3"/> <property name="version.major" value="3"/>
<property name="version.minor" value="9"/> <property name="version.minor" value="9"/>
<property name="version.revision" value="0"/> <property name="version.revision" value="0"/>
<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 name="dist.prefix" value="openfire"/>
<property file="${basedir}/build/build.properties"/> <property file="${basedir}/build/build.properties"/>
......
...@@ -162,6 +162,52 @@ hr { ...@@ -162,6 +162,52 @@ hr {
<div id="pageBody"> <div id="pageBody">
<h2>3.9.0 -- <span style="font-weight: normal;">Feb 5, 2014</span></h2>
<h3>Openfire Bug Fixes</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-454'>OF-454</a>] - Openfire does not send user presence information to all resources of the user</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-477'>OF-477</a>] - SASL server in OF creates digest-uri based on xmpp.fqdn but it sends xmpp.domain to the client</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-496'>OF-496</a>] - javax.net.ssl.SSLException: Received fatal alert: bad_record_mac</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-676'>OF-676</a>] - Pressing on workgroup in Fastpath causes an exception</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-677'>OF-677</a>] - Monitoring Plugin - &quot;Null&quot; reappearing in Archive for Message Body</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-678'>OF-678</a>] - Monitoring Plugin - Ever expanding Index</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-680'>OF-680</a>] - Packet Filter Plugin does not allow creation of wildcard rules</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-699'>OF-699</a>] - Race condition during cluster initialization (Hazelcast plugin)</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-718'>OF-718</a>] - Fix Debian initscript to support more JAVA_HOME paths</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-719'>OF-719</a>] - Userservice plugin leaves user roster items in DB when user is deleted</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-720'>OF-720</a>] - Roster deletion of userB by userA should not remove userA from userB&#39;s roster</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-722'>OF-722</a>] - Openfire should save XEP-0184 delivery receipts as offline message</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-724'>OF-724</a>] - Privacy Lists should not block stanzas from service</li>
</ul>
<h3>Openfire Improvements</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-189'>OF-189</a>] - do not use com.sun.* classes</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-654'>OF-654</a>] - Openfire failes to create tables on MySQL 5.6</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-679'>OF-679</a>] - Packet Filter - Add option for &quot;All Groups&quot; and auto creation of rules based on Openfire Group Settings</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-697'>OF-697</a>] - Update bundled MySQL JDBC driver to the newest 5.1.x version</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-700'>OF-700</a>] - Add a method to refresh a MUC room</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-701'>OF-701</a>] - Better group properties handling</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-703'>OF-703</a>] - UserService Plugin - Auto-create shared groups if not existing</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-704'>OF-704</a>] - Make LDAP connection timeout configurable</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-715'>OF-715</a>] - Update Openfire bouncycastle library from 1.46 to 1.49 </li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-723'>OF-723</a>] - Change deprecated SET OPTION to SET to support newest MySQL 5.6 versions</li>
</ul>
<h3>Openfire New Features</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-681'>OF-681</a>] - Add ability to search plugin to be able to restrict searching for users to only the group a user is in</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-716'>OF-716</a>] - Add Jitsi Videobridge plugin to Openfire plugins</li>
</ul>
<h3>Openfire Task Fixes</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-513'>OF-513</a>] - Update installation package with the latest Java JRE (1.7.0_2 or higher)</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-698'>OF-698</a>] - Bump version on all bundled openfire plugins, bump min version due to distributing java6 binaries now</li>
</ul>
<h2>3.8.2 -- <span style="font-weight: normal;">May 28, 2013</span></h2> <h2>3.8.2 -- <span style="font-weight: normal;">May 28, 2013</span></h2>
<h3>Openfire Improvements</h3> <h3>Openfire Improvements</h3>
......
...@@ -359,7 +359,7 @@ public class XMPPServer { ...@@ -359,7 +359,7 @@ public class XMPPServer {
Log.warn("Unable to determine local hostname.", ex); Log.warn("Unable to determine local hostname.", ex);
} }
version = new Version(3, 9, 0, Version.ReleaseStatus.Alpha, -1); version = new Version(3, 9, 0, Version.ReleaseStatus.Release, -1);
if ("true".equals(JiveGlobals.getXMLProperty("setup"))) { if ("true".equals(JiveGlobals.getXMLProperty("setup"))) {
setupMode = false; 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