Smack 4.1.7

This commit is contained in:
Florian Schmaus 2016-04-14 22:18:36 +02:00
parent 58d9f4e749
commit 145fa02a48
2 changed files with 21 additions and 1 deletions

View File

@ -141,6 +141,26 @@ hr {
<div id="pageBody">
<h2>4.1.7 -- <span style="font-weight: normal;">2016-04-14</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-712'>SMACK-712</a>] - XMPPTCPConnection&#39;s setEnabledSSL(Protocols|Ciphers) has no effect
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-716'>SMACK-716</a>] - EntityTimeManager.getTime() does not set the recipients JID
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-719'>SMACK-719</a>] - XMPPError should use Locale.US in toUpperCase()
</li>
</ul>
<h2> Improvement
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-715'>SMACK-715</a>] - Add Roster.setRosterLoadedAtLoginDefault(boolean)
</li>
</ul>
<h2>4.1.6 -- <span style="font-weight: normal;">2016-01-23</span></h2>
<h2> Bug

View File

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