Commit 387bf1a2 authored by guus's avatar guus

Preparing for the 3.7.1 release: updated version numbers and added changelog.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12844 b35dd754-fafc-0310-a699-88a17e54d16e
parent b7a2e6e9
......@@ -67,7 +67,7 @@
<property name="version.major" value="3"/>
<property name="version.minor" value="7"/>
<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"/>
......
......@@ -23,7 +23,7 @@
<variables>
<variable name="VERSION_MAJOR" value="3" />
<variable name="VERSION_MINOR" value="7" />
<variable name="VERSION_REVISION" value="0" />
<variable name="VERSION_REVISION" value="1" />
<variable name="APP_NAME" value="Openfire" />
<variable name="APP_SHORT_NAME" value="openfire" />
<variable name="PRODUCT_NAME" value="openfire" />
......
......@@ -162,6 +162,36 @@ hr {
<div id="pageBody">
<h2>3.7.1 -- <span style="font-weight: normal;">October 1, 2011</span></h2>
<h3>Openfire Improvements</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-370'>OF-370</a>] - Allow any member to retrieve the room&#39;s member list even if not yet an occupant <b>(2 votes)</b></li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-436'>OF-436</a>] - Add default-jre-headless to the list of dependency-alternatives for Debian</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-450'>OF-450</a>] - Add StartCom CAs to truststore</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-451'>OF-451</a>] - Add log category to logging output</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-452'>OF-452</a>] - Improve SASL over Dialback for server-to-server connections</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-468'>OF-468</a>] - Ensure presence subscription works with bare JIDs</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-479'>OF-479</a>] - Response to jabber:iq:version should include proper OS information</li>
</ul>
<h3>Openfire Bug Fixes</h3>
<ul>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-99'>OF-99</a>] - [patch] small session establishment issue</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-112'>OF-112</a>] - LDAP group provider filter enhancement</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-363'>OF-363</a>] - Openfire is using muc#owner instead of muc#admin to change group chat affilations</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-405'>OF-405</a>] - Openfire fails to verify chained certificates <b>(3 votes)</b></li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-431'>OF-431</a>] - Openfire 3.7.0 Mac installer won&#39;t install</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-433'>OF-433</a>] - Fix LSB init for Debian</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-440'>OF-440</a>] - Typo in MultiUserChatServiceImpl with forms</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-443'>OF-443</a>] - S2S doesn&#39;t work (dialback broken) <b>(20 votes)</b></li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-445'>OF-445</a>] - HTTP session packet count from server always 0</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-457'>OF-457</a>] - Typo in search_i18n.properties</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-458'>OF-458</a>] - XMPPDecoder has a decode problem for UTF-8 <b>(1 vote)</b></li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-459'>OF-459</a>] - Search on MUC service always empty</li>
<li>[<a href='http://issues.igniterealtime.org/browse/OF-472'>OF-472</a>] - Fix the link to java regex tutorial in readme</li>
</ul>
<h2>3.7.0 -- <span style="font-weight: normal;">March 2, 2011</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, 7, 1, Version.ReleaseStatus.Alpha, -1);
version = new Version(3, 7, 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