Smack 4.2.3

This commit is contained in:
Florian Schmaus 2018-02-07 21:19:01 +01:00
parent dfaee56415
commit 1de9d3dee0
2 changed files with 18 additions and 1 deletions

View File

@ -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 &#39;user&#39; when it should use &#39;passwd&#39;, causes authentication to fail
</li>
</ul>
<h2>4.2.2 -- <span style="font-weight: normal;">2017-11-25</span></h2>
<h2> Bug

View File

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