Skip to content

Commit 2bc37e6

Browse files
authored
Merge pull request #1852 from guusdk/release_4_6_4
Release 4.6.4
2 parents 385f082 + f831ae8 commit 2bc37e6

File tree

9 files changed

+36
-9
lines changed

9 files changed

+36
-9
lines changed

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>org.igniterealtime.openfire</groupId>
8-
<version>4.6.4-SNAPSHOT</version>
8+
<version>4.6.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

i18n/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.igniterealtime.openfire</groupId>
7-
<version>4.6.4-SNAPSHOT</version>
7+
<version>4.6.4</version>
88
</parent>
99
<artifactId>i18n</artifactId>
1010
<name>Internationalization files for Openfire</name>

plugins/openfire-plugin-assembly-descriptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>plugins</artifactId>
66
<groupId>org.igniterealtime.openfire</groupId>
7-
<version>4.6.4-SNAPSHOT</version>
7+
<version>4.6.4</version>
88
</parent>
99
<groupId>org.igniterealtime.openfire.plugins</groupId>
1010
<artifactId>openfire-plugin-assembly-descriptor</artifactId>

plugins/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.igniterealtime.openfire</groupId>
5-
<version>4.6.4-SNAPSHOT</version>
5+
<version>4.6.4</version>
66
<artifactId>plugins</artifactId>
77
<packaging>pom</packaging>
88
<name>Openfire Plugins</name>
@@ -120,7 +120,7 @@
120120
<plugin.name>${project.artifactId}</plugin.name>
121121

122122
<!-- Versions -->
123-
<openfire.version>4.6.4-SNAPSHOT</openfire.version>
123+
<openfire.version>4.6.4</openfire.version>
124124
<!-- Note; the following jetty.version should be identical to the jetty.version in xmppserver/pom.xml -->
125125
<jetty.version>9.4.35.v20201120</jetty.version>
126126
</properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.igniterealtime.openfire</groupId>
66
<artifactId>parent</artifactId>
7-
<version>4.6.4-SNAPSHOT</version>
7+
<version>4.6.4</version>
88
<name>Parent</name>
99
<packaging>pom</packaging>
1010

starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.igniterealtime.openfire</groupId>
7-
<version>4.6.4-SNAPSHOT</version>
7+
<version>4.6.4</version>
88
</parent>
99
<artifactId>starter</artifactId>
1010
<name>Starter for Openfire</name>

xmppserver/changelog.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,33 @@ <h1>Openfire Changelog</h1>
162162

163163
<div id="pageBody">
164164

165+
<h2>4.6.4 -- <span style="font-weight: normal;">June 18, 2021</span></h2>
166+
167+
<h2>Bug</h2>
168+
<ul>
169+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2266'>OF-2266</a>] - Occasional test failure for LoginLimitManager</li>
170+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2265'>OF-2265</a>] - Websocket fails to deliver certain errors</li>
171+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2262'>OF-2262</a>] - Admin console does not show MUC rooms that are not in memory</li>
172+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2241'>OF-2241</a>] - IQVersionHandler fails to handle bosh/websocket clients</li>
173+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2240'>OF-2240</a>] - Self-presence status not added to kick presence</li>
174+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2190'>OF-2190</a>] - Inconsistent normalization of MUC room name</li>
175+
</ul>
176+
177+
<h2>Improvement</h2>
178+
<ul>
179+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2264'>OF-2264</a>] - Bump commons-io from 2.6 to 2.7</li>
180+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2263'>OF-2263</a>] - Do not list every page of MUC rooms</li>
181+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2261'>OF-2261</a>] - Re-word MUCs cleaned from memory option in admin console</li>
182+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2260'>OF-2260</a>] - Show (full) name of group members on admin console</li>
183+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2259'>OF-2259</a>] - Increase startup speed with large amounts of MUC rooms</li>
184+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2258'>OF-2258</a>] - Make thread pools configurable</li>
185+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2257'>OF-2257</a>] - Expose state of thread pools via JMX</li>
186+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2253'>OF-2253</a>] - Return IQ auth error when sending data before being authenticated</li>
187+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2243'>OF-2243</a>] - Version Check threads should not sleep in the TaskEngine</li>
188+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2083'>OF-2083</a>] - Do not store offline messages that are already stored</li>
189+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2082'>OF-2082</a>] - Consider using OfflineMessage instead of Message in OfflineMessageListener</li>
190+
</ul>
191+
165192

166193
<h2>4.6.3 -- <span style="font-weight: normal;">April 22, 2021</span></h2>
167194

xmppserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.igniterealtime.openfire</groupId>
66
<artifactId>parent</artifactId>
7-
<version>4.6.4-SNAPSHOT</version>
7+
<version>4.6.4</version>
88
</parent>
99
<artifactId>xmppserver</artifactId>
1010
<name>Core XMPP Server</name>

xmppserver/src/main/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
3939

4040
private final Date startDate;
4141

42-
public static final Version VERSION = new Version(4, 6, 4, Version.ReleaseStatus.Alpha, -1 );
42+
public static final Version VERSION = new Version(4, 6, 4, Version.ReleaseStatus.Release, -1 );
4343

4444
/**
4545
* Simple constructor

0 commit comments

Comments
 (0)