mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Smack 4.0.5
This commit is contained in:
parent
674df78741
commit
04446e54db
2 changed files with 12 additions and 1 deletions
|
@ -17,7 +17,7 @@ allprojects {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '4.0.5'
|
shortVersion = '4.0.5'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
gitCommit = getGitCommit()
|
gitCommit = getGitCommit()
|
||||||
javadocAllDir = new File(buildDir, 'javadoc')
|
javadocAllDir = new File(buildDir, 'javadoc')
|
||||||
documentationDir = new File(buildDir, 'documentation')
|
documentationDir = new File(buildDir, 'documentation')
|
||||||
|
|
|
@ -141,6 +141,17 @@ hr {
|
||||||
|
|
||||||
<div id="pageBody">
|
<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>4.0.4 -- <span style="font-weight: normal;">2014-09-05</span></h2>
|
||||||
|
|
||||||
<h2> Bug
|
<h2> Bug
|
||||||
|
|
Loading…
Reference in a new issue