Smack 4.0.5

This commit is contained in:
Florian Schmaus 2014-10-22 22:11:07 +02:00
parent 674df78741
commit 04446e54db
2 changed files with 12 additions and 1 deletions

View File

@ -17,7 +17,7 @@ allprojects {
ext {
shortVersion = '4.0.5'
isSnapshot = true
isSnapshot = false
gitCommit = getGitCommit()
javadocAllDir = new File(buildDir, 'javadoc')
documentationDir = new File(buildDir, 'documentation')

View File

@ -141,6 +141,17 @@ hr {
<div id="pageBody">
<h2>4.0.5 -- <span style="font-weight: normal;">2014-10-22</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-609'>SMACK-609</a>] - PingManager.ping(String, long) does not respect timeout
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-613'>SMACK-613</a>] - Parsing exception causes infinite loop if the exception is not thrown
</li>
</ul>
<h2>4.0.4 -- <span style="font-weight: normal;">2014-09-05</span></h2>
<h2> Bug