Skip to content

Commit

Permalink
Updates for Release of 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcollier committed Jul 4, 2011
1 parent 87ccd0b commit 50bf29b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- Smack Version -->
<property name="version.major" value="3" />
<property name="version.minor" value="2" />
<property name="version.revision" value="0" />
<property name="version.revision" value="1" />
<property name="version.extra" value="" />

<if>
Expand Down
11 changes: 11 additions & 0 deletions build/resources/releasedocs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ <h1>Smack Changelog</h1>

<div id="pageBody">

<h2>3.2.1 -- <span style="font-weight: normal;">July 4, 2011</span></h2>
<h3>Bug</h3>
<ul>
<li>[<a href='http:https://issues.igniterealtime.org/browse/SMACK-129'>SMACK-129</a>] - MultiUserChat will Store Messages in its PacketCollector irregardless of whether or not they are being read</li>
<li>[<a href='http:https://issues.igniterealtime.org/browse/SMACK-230'>SMACK-230</a>] - Disconnect Can Cause Null Pointer Exception</li>
<li>[<a href='http:https://issues.igniterealtime.org/browse/SMACK-273'>SMACK-273</a>] - Bug in RoomListenerMultiplexor.java</li>
<li>[<a href='http:https://issues.igniterealtime.org/browse/SMACK-329'>SMACK-329</a>] - XHTMLText uses improper format for br tag</li>
<li>[<a href='http:https://issues.igniterealtime.org/browse/SMACK-338'>SMACK-338</a>] - IBB filetransfer doesn&#39;t work as expected</li>
<li>[<a href='http:https://issues.igniterealtime.org/browse/SMACK-324'>SMACK-324</a>] - Investigate SASL issue with jabberd2 servers</li>
</ul>

<h2>3.2.0 -- <span style="font-weight: normal;">May 3, 2011</span></h2>
<h3>New Feature</h3>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion source/org/jivesoftware/smack/SmackConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
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;
Expand Down

0 comments on commit 50bf29b

Please sign in to comment.