mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-20 11:02:05 +01:00
Smack 4.1.3
This commit is contained in:
parent
ae944d3546
commit
f8d513e37c
2 changed files with 14 additions and 1 deletions
|
@ -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 'managers'
|
||||
</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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '4.1.3'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
jxmppVersion = '0.4.2-beta1'
|
||||
smackMinAndroidSdk = 8
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue