mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Smack 4.2.3
This commit is contained in:
parent
dfaee56415
commit
1de9d3dee0
2 changed files with 18 additions and 1 deletions
|
@ -143,6 +143,23 @@ hr {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h2>4.2.3 -- <span style="font-weight: normal;">2018-02-07</span></h2>
|
||||||
|
|
||||||
|
<h2> Bug
|
||||||
|
</h2>
|
||||||
|
<ul>
|
||||||
|
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-788'>SMACK-788</a>] - NullPointerException if hostAddresses is null
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-789'>SMACK-789</a>] - AffiliationsExtension toXml() produces invalid XML
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-790'>SMACK-790</a>] - Some HTTP File Upload elements are not correctly parsed and serialized
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-791'>SMACK-791</a>] - NumberFormatException in IpAddressUtil.isIPv4LiteralAddress
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-796'>SMACK-796</a>] - SOCKS5 authentication erroneously uses 'user' when it should use 'passwd', causes authentication to fail
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>4.2.2 -- <span style="font-weight: normal;">2017-11-25</span></h2>
|
<h2>4.2.2 -- <span style="font-weight: normal;">2017-11-25</span></h2>
|
||||||
|
|
||||||
<h2> Bug
|
<h2> Bug
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '4.2.3'
|
shortVersion = '4.2.3'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
jxmppVersion = '0.6.0'
|
jxmppVersion = '0.6.0'
|
||||||
smackMinAndroidSdk = 8
|
smackMinAndroidSdk = 8
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue