From c74d96359a598f7faf8292d65cb9307b9fabfd0e Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Sat, 27 Aug 2005 04:38:29 +0000 Subject: [PATCH] Preparing for Smack 2.2.0. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2737 b35dd754-fafc-0310-a699-88a17e54d16e --- build/build.xml | 6 +++--- build/resources/releasedocs/README.html | 4 ++-- build/resources/releasedocs/changelog.html | 15 +++++++++++++++ .../jivesoftware/smack/SmackConfiguration.java | 2 +- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/build/build.xml b/build/build.xml index e4141d4ad..f5e558fcf 100644 --- a/build/build.xml +++ b/build/build.xml @@ -33,9 +33,9 @@ - - - + + + diff --git a/build/resources/releasedocs/README.html b/build/resources/releasedocs/README.html index 9f4fac0d0..6cd2a2666 100644 --- a/build/resources/releasedocs/README.html +++ b/build/resources/releasedocs/README.html @@ -56,10 +56,10 @@ Smack Readme - + - +
version:1.5.12.0.0
released:August 12, 2005August 27, 2005
diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html index 6f1703d51..3912ce6d5 100644 --- a/build/resources/releasedocs/changelog.html +++ b/build/resources/releasedocs/changelog.html @@ -55,6 +55,21 @@ Smack Changelog +

+2.0.0 -- August 27, 2005 +

+

    +
  • [SMACK-76] - Added TLS support.
  • +
  • [SMACK-24] - Added SASL support.
  • +
  • [SMACK-77] - Added Resource Binding support.
  • +
  • [SMACK-78] - Added Session Establishment support.
  • +
  • [SMACK-79] - Created convenience class to make it easier to connect to GoogleTalk.
  • + +
  • [SMACK-73] - Rollback local changes when server rejects adding/removing group entries.
  • + +
  • [SMACK-75] - Modified XMPPConnection and SSLXMPPConnection constructors to include new service name parameter.
  • +
+

1.5.1 -- August 12, 2005

diff --git a/source/org/jivesoftware/smack/SmackConfiguration.java b/source/org/jivesoftware/smack/SmackConfiguration.java index 6ac2802cf..4a0a38869 100644 --- a/source/org/jivesoftware/smack/SmackConfiguration.java +++ b/source/org/jivesoftware/smack/SmackConfiguration.java @@ -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;