Skip to content

Commit a770995

Browse files
akrherzguusdk
authored andcommitted
Denote Openfire 4.3.1 Release
1 parent 34a206b commit a770995

File tree

9 files changed

+47
-9
lines changed

9 files changed

+47
-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.3.1-SNAPSHOT</version>
8+
<version>4.3.1</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.3.1-SNAPSHOT</version>
7+
<version>4.3.1</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.3.1-SNAPSHOT</version>
7+
<version>4.3.1</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.3.1-SNAPSHOT</version>
5+
<version>4.3.1</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.3.1-SNAPSHOT</openfire.version>
123+
<openfire.version>4.3.1</openfire.version>
124124
<!-- Note; the following jetty.version should be identical to the jetty.version in xmppserver/pom.xml -->
125125
<jetty.version>9.4.12.v20180830</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.3.1-SNAPSHOT</version>
7+
<version>4.3.1</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.3.1-SNAPSHOT</version>
7+
<version>4.3.1</version>
88
</parent>
99
<artifactId>starter</artifactId>
1010
<name>Starter for Openfire</name>

xmppserver/changelog.html

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

163163
<div id="pageBody">
164164

165+
<h2>4.3.1 -- <span style="font-weight: normal;">Jan 24, 2019</span></h2>
166+
167+
<h2> Bug
168+
</h2>
169+
<ul>
170+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1672'>OF-1672</a>] - BOSH debug logging should consistently log to one location
171+
</li>
172+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1676'>OF-1676</a>] - Openfire not logging in the logs on Linux systems
173+
</li>
174+
</ul>
175+
176+
<h2> New Feature
177+
</h2>
178+
<ul>
179+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1667'>OF-1667</a>] - Allow for Servlet Context interaction pre-session/auth
180+
</li>
181+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1670'>OF-1670</a>] - Allow (system) administrators to join a password-protected room
182+
</li>
183+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1677'>OF-1677</a>] - Add support for XEP-0410: MUC Self-Ping (Schrödinger&#39;s Chat)
184+
</li>
185+
</ul>
186+
187+
<h2> Improvement
188+
</h2>
189+
<ul>
190+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1285'>OF-1285</a>] - Create a simple option of resetting admin password
191+
</li>
192+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1669'>OF-1669</a>] - Do not specify exact versions of MySQL in the database installation guide
193+
</li>
194+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1671'>OF-1671</a>] - Openfire should be able to recognize plugins with longer version numbers
195+
</li>
196+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1673'>OF-1673</a>] - Add support for XEP-0359: Unique and Stable Stanza IDs.
197+
</li>
198+
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1675'>OF-1675</a>] - Add a step about removing old files to tar.gz/zip upgrade guide
199+
</li>
200+
</ul>
201+
202+
165203
<h2>4.3.0 -- <span style="font-weight: normal;">Jan 11, 2019</span></h2>
166204

167205
<p>With this release, the Openfire property <code>xmpp.pubsub.create.anyone</code> was updated to properly reflect its name. Setting it

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.3.1-SNAPSHOT</version>
7+
<version>4.3.1</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
@@ -38,7 +38,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
3838

3939
private final Date startDate;
4040

41-
public static final Version VERSION = new Version(4, 3, 1, Version.ReleaseStatus.Alpha, -1 );
41+
public static final Version VERSION = new Version(4, 3, 1, Version.ReleaseStatus.Release, -1 );
4242

4343
/**
4444
* Simple constructor

0 commit comments

Comments
 (0)