Updated for 3.0.0 beta 3.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7480 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2007-03-13 00:23:01 +00:00 committed by matt
parent 1983632730
commit 9f3842bb8c
1 changed files with 18 additions and 1 deletions

View File

@ -159,7 +159,8 @@ hr {
<div id="pageBody">
<h2>3.0.0 Beta 2 -- <span style="font-weight: normal;">February 19, 2007</span></h2>
<h2>3.0.0 Beta 3 -- <span style="font-weight: normal;">March 12, 2007</span></h2>
<h3>Important Changes</h3>
<ul>
@ -170,6 +171,22 @@ hr {
<li>Some additional API changes may be made through the beta period.</li>
</ul>
<h3>New Features</h3>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-185'>SMACK-185</a>] - Added the workgroup API to Smack.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-206'>SMACK-206</a>] - Added the option to specify the username to use for the automated test cases.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-208'>SMACK-208</a>] - Added a max queue size for outgoing packets to prevent memory issues during extreme load.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-209'>SMACK-209</a>] - Initial Jingle support implemented.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-203'>SMACK-203</a>] - NULL thread IDs would cause an error inside of the Chat Manager.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-205'>SMACK-205</a>] - Fixed PacketReader concurrency problems.</li>
</ul>
<h2>3.0.0 Beta 2 -- <span style="font-weight: normal;">February 19, 2007</span></h2>
<h3>New Features</h3>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/SMACK-74'>SMACK-74</a>] - Added support for unavailable presences with status text. <b>(4 votes)</b></li>