mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-17 17:52:06 +01:00
Updates for beta 2.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1837 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
0302c05b32
commit
756ec479cc
2 changed files with 16 additions and 2 deletions
|
@ -56,10 +56,10 @@ Smack Readme
|
|||
<table boder=0>
|
||||
<tr>
|
||||
<td>version:</td>
|
||||
<td><b>1.0 Beta 1.1</b></td>
|
||||
<td><b>1.0 Beta 2</b></td>
|
||||
</tr><tr>
|
||||
<td>released:</td>
|
||||
<td><b>January 20, 2003</b></td>
|
||||
<td><b>February 10, 2003</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -52,6 +52,20 @@
|
|||
Smack Changelog
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<b>1.0 Beta 2</b> - February 10, 2003
|
||||
<p>
|
||||
<ul>
|
||||
<li>Source now compiles under JDK 1.2/1.3.
|
||||
<li>Added initial roster support. A lot of functionality is still
|
||||
missing, however, and will be added for subsequent beta releases.
|
||||
<li>The smack.jar file was not included in the distribution.
|
||||
<li>SSL cerficate check is now more strict.
|
||||
<li>The XML parser used is now smaller.
|
||||
<li>Fixed XMPPConnection.close() errors.
|
||||
<li>The XML library should now load correctly in J2EE environments.
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<b>1.0 Beta 1.1</b> - January 20, 2003
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue