Skip to content

Commit 9b35e20

Browse files
akrherzFishbowler
authored andcommitted
denote Openfire 4.6.3 release
1 parent 27aac13 commit 9b35e20

File tree

9 files changed

+34
-9
lines changed

9 files changed

+34
-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.3-SNAPSHOT</version>
8+
<version>4.6.3</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.3-SNAPSHOT</version>
7+
<version>4.6.3</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.3-SNAPSHOT</version>
7+
<version>4.6.3</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.3-SNAPSHOT</version>
5+
<version>4.6.3</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.3-SNAPSHOT</openfire.version>
123+
<openfire.version>4.6.3</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.3-SNAPSHOT</version>
7+
<version>4.6.3</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.3-SNAPSHOT</version>
7+
<version>4.6.3</version>
88
</parent>
99
<artifactId>starter</artifactId>
1010
<name>Starter for Openfire</name>

xmppserver/changelog.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,31 @@ <h1>Openfire Changelog</h1>
163163
<div id="pageBody">
164164

165165

166+
<h2>4.6.3 -- <span style="font-weight: normal;">April 22, 2021</span></h2>
167+
168+
<h2>Bug</h2>
169+
<ul>
170+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2214'>OF-2214</a>] - DbConnectionManager should not default to DB2 for unknown database types.</li>
171+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2210'>OF-2210</a>] - Session Destroyed event is not triggered</li>
172+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2207'>OF-2207</a>] - Creating new room on cluster generates exception on one node</li>
173+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2205'>OF-2205</a>] - Race-condition in EntityCapabilitiesManager when deleting user</li>
174+
</ul>
175+
176+
<h2>Improvement</h2>
177+
<ul>
178+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2217'>OF-2217</a>] - Enable Result Set scroll support for Oracle</li>
179+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2216'>OF-2216</a>] - Enable SQL transaction support for MySQL</li>
180+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2215'>OF-2215</a>] - Use MySQL database scripts for MariaDB</li>
181+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2201'>OF-2201</a>] - Better error when LDAP fails due to missing HTTP session</li>
182+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2192'>OF-2192</a>] - Add Client Version column to Sessions page</li>
183+
</ul>
184+
185+
<h2>New Feature</h2>
186+
<ul>
187+
<li>[<a href='https://igniterealtime.atlassian.net/browse/OF-2209'>OF-2209</a>] - MUC 'ghost' users should be detected/removed</li>
188+
</ul>
189+
190+
166191
<h2>4.6.2 -- <span style="font-weight: normal;">February 5, 2021</span></h2>
167192
<h2> Bug
168193
</h2>

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.3-SNAPSHOT</version>
7+
<version>4.6.3</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, 3, Version.ReleaseStatus.Alpha, -1 );
42+
public static final Version VERSION = new Version(4, 6, 3, Version.ReleaseStatus.Release, -1 );
4343

4444
/**
4545
* Simple constructor

0 commit comments

Comments
 (0)