Smack 4.1.3

This commit is contained in:
Florian Schmaus 2015-07-15 09:02:46 +02:00
parent ae944d3546
commit f8d513e37c
2 changed files with 14 additions and 1 deletions

View File

@ -141,6 +141,19 @@ hr {
<div id="pageBody">
<h2>4.1.3 -- <span style="font-weight: normal;">2015-07-15</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-679'>SMACK-679</a>] - Memory leak in Socks5BytestreamManager. Should use weak map for &#39;managers&#39;
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-680'>SMACK-680</a>] - XHTML bodies are un-escaped after parsing
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-681'>SMACK-681</a>] - Roster presence callbacks may not be invoked right after login
</li>
</ul>
<h2>4.1.2 -- <span style="font-weight: normal;">2015-06-27</span></h2>
<h2> Bug

View File

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