Skip to content

Commit

Permalink
denote Openfire 4.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz authored and guusdk committed Nov 1, 2019
1 parent ada531a commit 8d975c8
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 9 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>
<artifactId>i18n</artifactId>
<name>Internationalization files for Openfire</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>openfire-plugin-assembly-descriptor</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.4.3-SNAPSHOT</version>
<version>4.4.3</version>
<artifactId>plugins</artifactId>
<packaging>pom</packaging>
<name>Openfire Plugins</name>
Expand Down Expand Up @@ -120,7 +120,7 @@
<plugin.name>${project.artifactId}</plugin.name>

<!-- Versions -->
<openfire.version>4.4.3-SNAPSHOT</openfire.version>
<openfire.version>4.4.3</openfire.version>
<!-- Note; the following jetty.version should be identical to the jetty.version in xmppserver/pom.xml -->
<jetty.version>9.4.18.v20190429</jetty.version>
</properties>
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.4.3-SNAPSHOT</version>
<version>4.4.3</version>
<name>Parent</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion starter/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.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>
<artifactId>starter</artifactId>
<name>Starter for Openfire</name>
Expand Down
45 changes: 45 additions & 0 deletions xmppserver/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,51 @@ <h1>Openfire Changelog</h1>
<div id="pageBody">


<h2>4.4.3 -- <span style="font-weight: normal;">November 1, 2019</span></h2>
<h2> Bug
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1885'>OF-1885</a>] - SSRF vulnerability in favicon servlet
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1886'>OF-1886</a>] - Plugin servlet should not provide access to all files on the host
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1897'>OF-1897</a>] - maxLifetime settings of a cache take effect on runtime
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1899'>OF-1899</a>] - Pubsub subscribing while subscription pending should cause error.
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1900'>OF-1900</a>] - Should not advertise pubsub#multi-subscribe when disabled
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1901'>OF-1901</a>] - Pubsub node unsubscription permission model failing
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1904'>OF-1904</a>] - Roster Group Sharing Degraded
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1910'>OF-1910</a>] - Potential NPE in AuditorImpl
</li>
</ul>

<h2> New Feature
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1909'>OF-1909</a>] - Make Certificate Store Watching optional
</li>
</ul>

<h2> Improvement
</h2>
<ul>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1894'>OF-1894</a>] - Allow caches to have keys/values not display on admin UI
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1905'>OF-1905</a>] - Apply pagination to Security Audit Log Viewer
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1906'>OF-1906</a>] - Shutdown ConnectionManagerImpl module first
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1907'>OF-1907</a>] - Limit max duration of Module shutdown
</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1908'>OF-1908</a>] - Add JiveGlobals getDoubleProperty
</li>
</ul>


<h2>4.4.2 -- <span style="font-weight: normal;">September 25, 2019</span></h2>
<h2> Bug
</h2>
Expand Down
2 changes: 1 addition & 1 deletion xmppserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.igniterealtime.openfire</groupId>
<artifactId>parent</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>
<artifactId>xmppserver</artifactId>
<name>Core XMPP Server</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {

private final Date startDate;

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

/**
* Simple constructor
Expand Down

0 comments on commit 8d975c8

Please sign in to comment.