Commit 9d84e1dc authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Updated for 3.4.4

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9735 b35dd754-fafc-0310-a699-88a17e54d16e
parent e80dd710
......@@ -162,6 +162,37 @@ hr {
<div id="pageBody">
<h2>3.4.4 -- <span style="font-weight: normal;">January 17, 2008</span></h2>
<h3>Openfire Bug Fixes</h3>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1230'>JM-1230</a>] - Current LDAP settings now being kept when editing config from admin interface.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1231'>JM-1231</a>] - Openfire install directories, log directories, etc are no longer world readable.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1232'>JM-1232</a>] - LDAP vCard database storage fixed to work properly with Active Directory and others. !!NOTE!! API Changes for providers were required. See important notes below.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1233'>JM-1233</a>] - RPM uninstall no longer fails if Openfire not currently running.</li>
</ul>
<h3>Important Notes</h3>
<p>
The VCardProvider interface/API was updated to make vCard handling more
robust. The change involved changing createVCard and updateVCard to return
the vCard (after the provider has possibly altered it) instead of having
no return at all (void). If you are not making any modifications to the
vCard, you will want to adjust your provider to simply return what was passed
into it. Otherwise, return your modified vCard. This will allow the properly
adjusted vCard to be cached.
</p>
<h3>Openfire Enterprise</h3>
<ul>
<li>No changes</li>
</ul>
<h3>Openfire Connection Manager Module</h3>
<ul>
<li>No changes</li>
</ul>
<h2>3.4.3 -- <span style="font-weight: normal;">December 27, 2007</span></h2>
<h3>Openfire New Features</h3>
......
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