Smack 4.0.7

This commit is contained in:
Florian Schmaus 2015-02-20 08:36:04 +01:00
parent 81039d2b16
commit b20079f800
2 changed files with 12 additions and 1 deletions

View File

@ -141,6 +141,17 @@ hr {
<div id="pageBody">
<h2>4.0.7 -- <span style="font-weight: normal;">2015-02-20</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-635'>SMACK-635</a>] - Typo DNSUtil.init() prevents DNS SRV lookups to fail in some cases
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-643'>SMACK-643</a>] - Smack should not set the service name to the vale of the &#39;from&#39; attribute of the opening stream element received from the service
</li>
</ul>
<h2>4.0.6 -- <span style="font-weight: normal;">2014-11-23</span></h2>
<h2> Bug

View File

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