mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Smack 4.0.2
This commit is contained in:
parent
16ea073f4d
commit
a0564f2694
2 changed files with 12 additions and 1 deletions
|
@ -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')
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue