mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
Updates for 2.5.2 beta.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8088 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
b858614843
commit
c76776f24b
2 changed files with 10 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
<property name="version.major" value="3" />
|
<property name="version.major" value="3" />
|
||||||
<property name="version.minor" value="0" />
|
<property name="version.minor" value="0" />
|
||||||
<property name="version.revision" value="2" />
|
<property name="version.revision" value="2" />
|
||||||
<property name="version.extra" value="alpha" />
|
<property name="version.extra" value="beta1" />
|
||||||
|
|
||||||
<if>
|
<if>
|
||||||
<equals arg1="${version.extra}" arg2=""/>
|
<equals arg1="${version.extra}" arg2=""/>
|
||||||
|
|
|
@ -159,6 +159,15 @@ hr {
|
||||||
|
|
||||||
<div id="pageBody">
|
<div id="pageBody">
|
||||||
|
|
||||||
|
<h2>3.0.2 -- <span style="font-weight: normal;">May 3, 2007</span></h2>
|
||||||
|
|
||||||
|
<h3>Bug Fixes</h3>
|
||||||
|
<ul>
|
||||||
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-212'>SMACK-212</a>] - Jingle can't establish session if only one side has a relay service</li>
|
||||||
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-213'>SMACK-213</a>] - RTP Bridge Resolver get wrong localhost address in certain situations</li>
|
||||||
|
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-214'>SMACK-214</a>] - Presences with a negative priority of -1 are not sending the priority to the server</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>3.0.1 -- <span style="font-weight: normal;">April 12, 2007</span></h2>
|
<h2>3.0.1 -- <span style="font-weight: normal;">April 12, 2007</span></h2>
|
||||||
|
|
||||||
<h3>Bug Fixes</h3>
|
<h3>Bug Fixes</h3>
|
||||||
|
|
Loading…
Reference in a new issue