Skip to content

Commit 8831961

Browse files
committed
Smack 4.3.4
1 parent 2ceadc0 commit 8831961

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

resources/releasedocs/changelog.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,32 @@ <h1>Smack Changelog</h1>
141141

142142
<div id="pageBody">
143143

144+
<h2>4.3.4 -- <span style="font-weight: normal;">2019-05-27</span></h2>
145+
146+
<h2> Bug
147+
</h2>
148+
<ul>
149+
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-861'>SMACK-861</a>] - Potential NPE in Roster.getPresencesInternal(BareJid)
150+
</li>
151+
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-863'>SMACK-863</a>] - ServiceDiscoveryManger does not use the main identity, causing setIdentity() to have no effect
152+
</li>
153+
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-864'>SMACK-864</a>] - Potential Denial of Service (DOS) by remote entities caused by unlimited threads for asynchronous operations
154+
</li>
155+
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-865'>SMACK-865</a>] - Some Manager.getInsanceFor() methods are missing the &#39;synchronized&#39; keyword
156+
</li>
157+
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-868'>SMACK-868</a>] - XHTMLText.appendOpenBodyTag() produces invalid XML
158+
</li>
159+
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-870'>SMACK-870</a>] - TLS X.509 certificate verification should be performed with the ACE representation of the XMPP service domain when possible
160+
</li>
161+
</ul>
162+
163+
<h2> Improvement
164+
</h2>
165+
<ul>
166+
<li>[<a href='https://issues.igniterealtime.org/browse/SMACK-869'>SMACK-869</a>] - Exceptions in async tasks should not go uncaught to the call stack to avoid program termination
167+
</li>
168+
</ul>
169+
144170
<h2>4.3.3 -- <span style="font-weight: normal;">2019-03-14</span></h2>
145171

146172
<h2> Bug

version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
allprojects {
22
ext {
33
shortVersion = '4.3.4'
4-
isSnapshot = true
4+
isSnapshot = false
55
// When using dynamic versions for those, do *not* use [1.0,
66
// 2.0), since this will also pull in 2.0-alpha1. Instead use
77
// [1.0, 1.0.99].

0 commit comments

Comments
 (0)