From 50bf29b1223f8b387e5d63e5371f22e9d69e27ec Mon Sep 17 00:00:00 2001 From: rcollier Date: Mon, 4 Jul 2011 19:51:43 +0000 Subject: [PATCH] Updates for Release of 3.2.1 git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12557 b35dd754-fafc-0310-a699-88a17e54d16e --- build/build.xml | 2 +- build/resources/releasedocs/changelog.html | 11 +++++++++++ source/org/jivesoftware/smack/SmackConfiguration.java | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/build/build.xml b/build/build.xml index 0f35dc027..158c8b059 100644 --- a/build/build.xml +++ b/build/build.xml @@ -27,7 +27,7 @@ - + diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html index 13e9500a8..8e7c67621 100644 --- a/build/resources/releasedocs/changelog.html +++ b/build/resources/releasedocs/changelog.html @@ -141,6 +141,17 @@ hr {
+

3.2.1 -- July 4, 2011

+

Bug

+
    +
  • [SMACK-129] - MultiUserChat will Store Messages in its PacketCollector irregardless of whether or not they are being read
  • +
  • [SMACK-230] - Disconnect Can Cause Null Pointer Exception
  • +
  • [SMACK-273] - Bug in RoomListenerMultiplexor.java
  • +
  • [SMACK-329] - XHTMLText uses improper format for br tag
  • +
  • [SMACK-338] - IBB filetransfer doesn't work as expected
  • +
  • [SMACK-324] - Investigate SASL issue with jabberd2 servers
  • +
+

3.2.0 -- May 3, 2011

New Feature

    diff --git a/source/org/jivesoftware/smack/SmackConfiguration.java b/source/org/jivesoftware/smack/SmackConfiguration.java index 200ad39c3..5c4c931a3 100644 --- a/source/org/jivesoftware/smack/SmackConfiguration.java +++ b/source/org/jivesoftware/smack/SmackConfiguration.java @@ -44,7 +44,7 @@ import java.util.*; */ public final class SmackConfiguration { - private static final String SMACK_VERSION = "3.2.0"; + private static final String SMACK_VERSION = "3.2.1"; private static int packetReplyTimeout = 5000; private static int keepAliveInterval = 30000;