Smack 4.0.2

This commit is contained in:
Florian Schmaus 2014-07-27 23:34:55 +02:00
parent 16ea073f4d
commit a0564f2694
2 changed files with 12 additions and 1 deletions

View File

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

View File

@ -141,6 +141,17 @@ hr {
<div id="pageBody">
<h2>4.0.2 -- <span style="font-weight: normal;">2014-07-27</span></h2>
<h2> Improvement
</h2>
<ul>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-576'>SMACK-576</a>] - smack-resolver-javax should become a OSGi ServiceComponent
</li>
<li>[<a href='https://igniterealtime.org/issues/browse/SMACK-586'>SMACK-586</a>] - Extend API to configure a HostnameVerifier
</li>
</ul>
<h2>4.0.1 -- <span style="font-weight: normal;">2014-07-20</span></h2>
<h2> Sub-task