Smack 4.3.1

This commit is contained in:
Florian Schmaus 2018-10-14 12:53:11 +02:00
parent cf22371d3e
commit 6a43481320
2 changed files with 19 additions and 1 deletions

View File

@ -141,6 +141,24 @@ hr {
<div id="pageBody">
<h2>4.3.1 -- <span style="font-weight: normal;">2018-10-14</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-833'>SMACK-833</a>] - XMLUtil.prettyFormatXml() throws on some Android devices
</li>
</ul>
<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-829'>SMACK-829</a>] - Disconnect BOSH client on shutdown
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-838'>SMACK-838</a>] - FormField.getFirstValue() throws IndexOutOfBoundsException if there are no values
</li>
</ul>
<h2>4.3.0 -- <span style="font-weight: normal;">2018-08-02</span></h2>
<h2> Bug

View File

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.3.1'
isSnapshot = true
isSnapshot = false
jxmppVersion = '0.6.3'
miniDnsVersion = '0.3.3'
smackMinAndroidSdk = 9