diff --git a/build/build.xml b/build/build.xml index b617a79e5..0f35dc027 100644 --- a/build/build.xml +++ b/build/build.xml @@ -28,7 +28,7 @@ - + diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html index b2d91cf82..13e9500a8 100644 --- a/build/resources/releasedocs/changelog.html +++ b/build/resources/releasedocs/changelog.html @@ -141,22 +141,22 @@ hr {
-

3.2.0 Beta -- February 4, 2011

-

New Feature

+

3.2.0 -- May 3, 2011

+

New Feature

  • [SMACK-272] - Add support for pubsub (XEP-0060)
  • [SMACK-296] - Add support for XEP-0224: Attention
  • [SMACK-319] - Add common interfaces for SOCKS5 Bytestreams and In-Band Bytestreams
-

Improvement

+

Improvement

  • [SMACK-137] - File Transfer Settings
  • [SMACK-156] - Add the ability to register for roster events before logging in
  • [SMACK-261] - Minor Jingle cleanup to better support Jingle in Spark
  • -
  • [SMACK-266] - Add provider for fastpath to smackx
  • [SMACK-277] - Update XMLUnit to the latest version
  • [SMACK-282] - Support SASL-related error conditions.
  • +
  • [SMACK-283] - Investigate why Jingle is connecting to stun.xten.net
  • [SMACK-285] - Add support for Nicks
  • [SMACK-289] - There is no way of retrieving items from a pubsub node when the user has multiple subscriptions.
  • [SMACK-294] - Handle empty roster groups and no goups in the same way
  • @@ -174,8 +174,9 @@ hr {
  • [SMACK-310] - Add Support for Localized Message Subjects
-

Bug

+

Bug

    +
  • [SMACK-163] - Fix NPE in RoomInfo when subject has not value
  • [SMACK-207] - Parsing of messages may disconnect Smack/Spark
  • [SMACK-225] - Improper handeling of DNS SRV records
  • [SMACK-232] - Better handling of Roster error
  • @@ -184,6 +185,7 @@ hr {
  • [SMACK-269] - Smack 3.1.0 creates a new chat for every incoming message
  • [SMACK-271] - Deadlock in XMPPConnection while login and parsing stream features
  • [SMACK-275] - Patch: Fix for broken SASL DIGEST-MD5 implementation
  • +
  • [SMACK-280] - The authentification should use the Connection#sendPacket method and work transparent with packets and packet listeners.
  • [SMACK-288] - The parsing of the result for a LeafNode.getItems() call is incorrect. It creates a DefaultPacketExtension instead of an Item for every other item in the result.
  • [SMACK-290] - Deadlock while getting Roster before it's initialized
  • [SMACK-291] - RosterGroup modifications should depend on roster push
  • @@ -193,6 +195,8 @@ hr {
  • [SMACK-312] - Only fire RosterListener#entriesUpdated for RosterEntries that changed
  • [SMACK-327] - getFeatures() method on DiscoverInfo is improperly set to be package protected instead of public
  • [SMACK-328] - Number format exception while parsing dates.
  • +
  • [SMACK-332] - Smack 3.2.0b2 shows wrong version in Smack Dubugger Window
  • +
  • [SMACK-334] - Error in form for FileTransferNegotiator

3.1.0 -- November 20, 2008

@@ -387,4 +391,4 @@ hr {
- \ No newline at end of file + diff --git a/source/org/jivesoftware/smack/SmackConfiguration.java b/source/org/jivesoftware/smack/SmackConfiguration.java index d8beb334c..0e09d23f8 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 Beta2"; + private static final String SMACK_VERSION = "3.2.0"; private static int packetReplyTimeout = 5000; private static int keepAliveInterval = 30000;