Skip to content

Commit

Permalink
Smack 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Nov 22, 2015
1 parent 81fb1ed commit 06becd4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions resources/releasedocs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@ <h1>Smack Changelog</h1>

<div id="pageBody">

<h2>4.1.5 -- <span style="font-weight: normal;">2015-11-22</span></h2>

<h2> Bug
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-698'>SMACK-698</a>] - Time creates invalid XML
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-700'>SMACK-700</a>] - Duplicate stanzas in unacknowledgedStanzas queue when stream is resumed
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-702'>SMACK-702</a>] - RejectedExecutionException in AbstractXMPPConnection.processPacket() causes connection Termination
</li>
</ul>

<h2>4.1.4 -- <span style="font-weight: normal;">2015-09-14</span></h2>

Expand Down
2 changes: 1 addition & 1 deletion version.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.1.5'
isSnapshot = true
isSnapshot = false
jxmppVersion = '0.4.2'
smackMinAndroidSdk = 8
}
Expand Down

0 comments on commit 06becd4

Please sign in to comment.