Smack 4.1.9

This commit is contained in:
Florian Schmaus 2016-11-19 14:34:29 +01:00
parent 059ee99ba0
commit af6e80decc
2 changed files with 13 additions and 1 deletions

View File

@ -141,6 +141,18 @@ hr {
<div id="pageBody">
<h2>4.1.9 -- <span style="font-weight: normal;">2016-11-19</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-739'>SMACK-739</a>] - Smack starts SASL step without TLS in case STARTTLS is stripped even if SecurityMode.Required is used
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-735'>SMACK-735</a>] - Smack sometimes sends invalid SCRAM-SHA1 nonce
</li>
</ul>
<h2>4.1.8 -- <span style="font-weight: normal;">2016-07-30</span></h2>
<h2> Bug

View File

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