Beta 3 changes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1850 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-03-09 23:42:20 +00:00 committed by mtucker
parent dc5a177158
commit 6b472c6145
2 changed files with 18 additions and 2 deletions

View File

@ -56,10 +56,10 @@ Smack Readme
<table boder=0>
<tr>
<td>version:</td>
<td><b>1.0 Beta 2</b></td>
<td><b>1.0 Beta 3</b></td>
</tr><tr>
<td>released:</td>
<td><b>February 10, 2003</b></td>
<td><b>March 9, 2003</b></td>
</tr>
</table>

View File

@ -52,6 +52,22 @@
Smack Changelog
</div>
<p>
<b>1.0 Beta 3</b> - March 9, 2003
<p>
<ul>
<li>Add new AccountManager class which can be used to create accounts, delete accounts,
and update passwords of existing accounts.
<li>Fixed bug reading packet properties.
<li>Fixed NullPointer in the FromContainsFilter.
<li>Improved XMPPException class, which includes bug fixes and XMPP error codes.
<li>Improved error handling and messages on the login operation.
<li>Added ability to the XMPPConnection class find if the user has authenticated,
and if so, under which username and resource.
<li>Debug window title now adjusts based on who authenticated user is.
<li>Improved Javadocs.
</ul>
<p>
<b>1.0 Beta 2</b> - February 10, 2003
<p>