Preparing for Smack 2.2.0.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2737 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2005-08-27 04:38:29 +00:00 committed by gato
parent 754a927f08
commit c74d96359a
4 changed files with 21 additions and 6 deletions

View File

@ -33,9 +33,9 @@
<property name="build.lib.dir" value="${basedir}/build/lib" />
<property name="merge.lib.dir" value="${basedir}/build/merge" />
<property name="version.major" value="1" />
<property name="version.minor" value="5" />
<property name="version.revision" value="1" />
<property name="version.major" value="2" />
<property name="version.minor" value="0" />
<property name="version.revision" value="0" />
<property name="version.name" value="${version.major}.${version.minor}.${version.revision}" />
<!-- Test props - override these defaults in the properties file or in command line -->

View File

@ -56,10 +56,10 @@ Smack Readme
<table boder=0>
<tr>
<td>version:</td>
<td><b>1.5.1</b></td>
<td><b>2.0.0</b></td>
</tr><tr>
<td>released:</td>
<td><b>August 12, 2005</b></td>
<td><b>August 27, 2005</b></td>
</tr>
</table>

View File

@ -55,6 +55,21 @@
Smack Changelog
</div>
<p>
<b>2.0.0</b> -- August 27, 2005
<p>
<ul>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SMACK-76'>SMACK-76</a>] - Added TLS support.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SMACK-24'>SMACK-24</a>] - Added SASL support.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SMACK-77'>SMACK-77</a>] - Added Resource Binding support.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SMACK-78'>SMACK-78</a>] - Added Session Establishment support.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SMACK-79'>SMACK-79</a>] - Created convenience class to make it easier to connect to GoogleTalk.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SMACK-73'>SMACK-73</a>] - Rollback local changes when server rejects adding/removing group entries.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SMACK-75'>SMACK-75</a>] - Modified XMPPConnection and SSLXMPPConnection constructors to include new service name parameter.</li>
</ul>
<p>
<b>1.5.1</b> -- August 12, 2005
<p>

View File

@ -44,7 +44,7 @@ import org.xmlpull.mxp1.MXParser;
*/
public final class SmackConfiguration {
private static final String SMACK_VERSION = "1.5.1";
private static final String SMACK_VERSION = "2.0.0";
private static int packetReplyTimeout = 5000;
private static int keepAliveInterval = 30000;