mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
Smack 4.1.7
This commit is contained in:
parent
58d9f4e749
commit
145fa02a48
2 changed files with 21 additions and 1 deletions
|
@ -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'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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '4.1.7'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
jxmppVersion = '0.4.2'
|
||||
smackMinAndroidSdk = 8
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue