mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Smack 4.0.6
This commit is contained in:
parent
a15245eb22
commit
721c3559d5
2 changed files with 12 additions and 1 deletions
|
@ -141,6 +141,17 @@ hr {
|
|||
|
||||
<div id="pageBody">
|
||||
|
||||
<h2>4.0.6 -- <span style="font-weight: normal;">2014-11-23</span></h2>
|
||||
|
||||
<h2> Bug
|
||||
</h2>
|
||||
<ul>
|
||||
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-616'>SMACK-616</a>] - Smack should fallback to using host with default port if DNS SRV lookup fails
|
||||
</li>
|
||||
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-617'>SMACK-617</a>] - Message Digest in EntityCapsManager should be synchronized
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>4.0.5 -- <span style="font-weight: normal;">2014-10-22</span></h2>
|
||||
|
||||
<h2> Bug
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '4.0.6'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue