Smack 4.0.6

This commit is contained in:
Florian Schmaus 2014-11-23 19:55:08 +01:00
parent a15245eb22
commit 721c3559d5
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
allprojects {
ext {
shortVersion = '4.0.6'
isSnapshot = true
isSnapshot = false
}
}