mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Smack 4.1.9
This commit is contained in:
parent
059ee99ba0
commit
af6e80decc
2 changed files with 13 additions and 1 deletions
|
@ -141,6 +141,18 @@ hr {
|
||||||
|
|
||||||
<div id="pageBody">
|
<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>4.1.8 -- <span style="font-weight: normal;">2016-07-30</span></h2>
|
||||||
|
|
||||||
<h2> Bug
|
<h2> Bug
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '4.1.9'
|
shortVersion = '4.1.9'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
jxmppVersion = '0.4.2'
|
jxmppVersion = '0.4.2'
|
||||||
smackMinAndroidSdk = 8
|
smackMinAndroidSdk = 8
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue