diff --git a/build/build.xml b/build/build.xml
index 804190014..d4e7a98a9 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -26,9 +26,9 @@
-
+
-
+
diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html
index c169cec75..204e6bcb4 100644
--- a/build/resources/releasedocs/changelog.html
+++ b/build/resources/releasedocs/changelog.html
@@ -140,7 +140,59 @@ hr {
+
+
3.2.0 Beta -- February 4, 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
+
+ - [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-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
+ - [SMACK-295] - Fire reconnectionSuccessful event when session is established
+ - [SMACK-297] - add configuration for local Socks5 proxy
+ - [SMACK-298] - Respond to all incoming Socks5 bytestream requests
+ - [SMACK-299] - Improve accepting of Socks5 bytestream requests
+ - [SMACK-300] - improve local Socks5 proxy implemetation
+ - [SMACK-301] - support for bytestream packets to query Socks5 proxy for network address
+ - [SMACK-302] - Improve establishing of Socks5 bytestreams
+ - [SMACK-303] - integrate of the extracted Socks5 bytestream API in file transfer API
+ - [SMACK-304] - Extend the IQ API to create empty IQ results and IQ error response packets
+ - [SMACK-307] - Improve Message Parser Robustness and Message Body I18N
+ - [SMACK-309] - Fully implement XEP-0047 In-Band Bytestreams
+ - [SMACK-310] - Add Support for Localized Message Subjects
+
+
+
Bug
+
+ - [SMACK-207] - Parsing of messages may disconnect Smack/Spark
+ - [SMACK-225] - Improper handeling of DNS SRV records
+ - [SMACK-232] - Better handling of Roster error
+ - [SMACK-243] - Packet with wrong date format makes Smack to disconnect
+ - [SMACK-264] - fix for NPE in SASLMechanism.java
+ - [SMACK-271] - Deadlock in XMPPConnection while login and parsing stream features
+ - [SMACK-275] - Patch: Fix for broken SASL DIGEST-MD5 implementation
+ - [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
+ - [SMACK-293] - Support optional roster subscription attribute
+ - [SMACK-305] - RosterEntry#getGroups causing a roster reload
+ - [SMACK-308] - Multiple errors in pubsub GetItemsRequest
+ - [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
+
+
3.1.0 -- November 20, 2008
New Features