mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Updating for beta release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8279 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
a3e9b99638
commit
9b798f5c48
2 changed files with 15 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<property name="version.major" value="3" />
|
||||
<property name="version.minor" value="0" />
|
||||
<property name="version.revision" value="3" />
|
||||
<property name="version.extra" value="alpha" />
|
||||
<property name="version.extra" value="beta1" />
|
||||
|
||||
<if>
|
||||
<equals arg1="${version.extra}" arg2=""/>
|
||||
|
|
|
@ -159,6 +159,20 @@ hr {
|
|||
|
||||
<div id="pageBody">
|
||||
|
||||
<h2>3.0.3 -- <span style="font-weight: normal;">May 31, 2007</span></h2>
|
||||
|
||||
<h3>New Features</h3>
|
||||
<ul>
|
||||
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-99'>SMACK-99</a>] - Added support for multiple message bodies and message body languages.</li>
|
||||
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-218'>SMACK-218</a>] - Implemented GSSAPI for single-sign on.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Bug Fixes</h3>
|
||||
<ul>
|
||||
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-219'>SMACK-219</a>] - The getPresence method was not working correctly with offline presence.</li>
|
||||
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-224'>SMACK-224</a>] - SASL authenticion was using the XMPP domain instead of the FQDN.</li>
|
||||
</ul>
|
||||
|
||||
<h2>3.0.2 -- <span style="font-weight: normal;">May 3, 2007</span></h2>
|
||||
|
||||
<h3>Bug Fixes</h3>
|
||||
|
|
Loading…
Reference in a new issue