Smack 4.1.5

This commit is contained in:
Florian Schmaus 2015-11-22 22:34:30 +01:00
parent 81fb1ed93c
commit 06becd4ac2
2 changed files with 13 additions and 1 deletions

View File

@ -141,6 +141,18 @@ hr {
<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>

View File

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.1.5'
isSnapshot = true
isSnapshot = false
jxmppVersion = '0.4.2'
smackMinAndroidSdk = 8
}