Skip to content

Commit

Permalink
Denote Openfire 4.2.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz authored and guusdk committed Jan 18, 2019
1 parent 1dd53bc commit 41b1a6c
Show file tree
Hide file tree
Showing 46 changed files with 84 additions and 46 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<property name="version.major" value="4"/>
<property name="version.minor" value="2"/>
<property name="version.revision" value="4"/>
<property name="version.extra" value="alpha"/> <!-- For 'beta' or 'alpha' -->
<property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' -->

<property name="javac.source" value="1.7"/>
<property name="javac.target" value="1.7"/>
Expand Down
2 changes: 1 addition & 1 deletion dbutil/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.4-SNAPSHOT</version>
<version>4.2.4</version>
</parent>
<artifactId>dbutil</artifactId>
<name>Database Utilities</name>
Expand Down
38 changes: 38 additions & 0 deletions documentation/dist/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,44 @@ <h1>Openfire Changelog</h1>
<div id="pageBody">


<h2>4.2.4 -- <span style="font-weight: normal;">Jan 17, 2019</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1497'>OF-1497</a>] - Server appears to drop client session (sends &#39;unavailable&#39;)
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1586'>OF-1586</a>] - CPU peaks when using BOSH
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1642'>OF-1642</a>] - PrivateStorage can fail to persist items
</li>
</ul>

<h2> New Feature
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1667'>OF-1667</a>] - Allow for Servlet Context interaction pre-session/auth
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1670'>OF-1670</a>] - Allow (system) administrators to join a password-protected room
</li>
</ul>

<h2> Task
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1538'>OF-1538</a>] - Update bundled JRE with the latest version
</li>
</ul>

<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1563'>OF-1563</a>] - Make Stream Management disabled by default
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1671'>OF-1671</a>] - Openfire should be able to recognize plugins with longer version numbers
</li>
</ul>


<h2>4.2.3 -- <span style="font-weight: normal;">Mar 23, 2018</span></h2>
<h2> Bug
</h2>
Expand Down
2 changes: 1 addition & 1 deletion i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.4-SNAPSHOT</version>
<version>4.2.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>i18n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.igniterealtime.openfire</groupId>
<artifactId>parent</artifactId>
<version>4.2.4-SNAPSHOT</version>
<version>4.2.4</version>
<name>Parent</name>
<packaging>pom</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {

private final Date startDate;

public static final Version VERSION = new Version(4, 2, 4, Version.ReleaseStatus.Alpha, -1 );
public static final Version VERSION = new Version(4, 2, 4, Version.ReleaseStatus.Release, -1 );

/**
* Simple constructor
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/bookmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>bookmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/broadcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>broadcast</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/callbackOnOffline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>callbackOnOffline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/candy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>candy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/clientControl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>clientControl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/contentFilter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>contentFilter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/dbaccess/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>dbaccess</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/emailListener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>emailListener</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/emailOnAway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>emailOnAway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/fastpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>fastpath</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/gojara/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>gojara</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>hazelcast</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/inverse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>inverse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/jmxweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>jmxweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/justmarried/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>justmarried</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/loadStats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>loadStats</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>monitoring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/motd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>motd</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/mucservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>mucservice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/nodejs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>nodejs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/nonSaslAuthentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>nonSaslAuthentication</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/openfire-plugin-assembly-descriptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.4-SNAPSHOT</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>openfire-plugin-assembly-descriptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/packetFilter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>packetFilter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.4-SNAPSHOT</version>
<version>4.2.4</version>
<artifactId>plugins</artifactId>
<packaging>pom</packaging>
<name>Openfire Plugins</name>
Expand Down Expand Up @@ -162,7 +162,7 @@
<plugin.name>${project.artifactId}</plugin.name>

<!-- Versions -->
<openfire.version>4.2.4-SNAPSHOT</openfire.version>
<openfire.version>4.2.4</openfire.version>
</properties>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/presence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>presence</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/registration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>registration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/restAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>restAPI</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/stunserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>stunserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/subscription/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>subscription</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/tikitoken/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>tikitoken</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/userCreation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>userCreation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/userImportExport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.2.3</version>
<version>4.2.4</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>userImportExport</artifactId>
Expand Down
Loading

0 comments on commit 41b1a6c

Please sign in to comment.