From daf5ef478340c0f9d88dd43768d11f119f88c608 Mon Sep 17 00:00:00 2001 From: akrherz Date: Thu, 5 Oct 2017 08:59:44 -0500 Subject: [PATCH] Denote Openfire 4.1.6 Release --- build/build.xml | 2 +- documentation/dist/changelog.html | 60 +++++++++++++++++++ .../openfire/spi/XMPPServerInfoImpl.java | 2 +- 3 files changed, 62 insertions(+), 2 deletions(-) diff --git a/build/build.xml b/build/build.xml index 68b50ac44b..7aa86eb005 100644 --- a/build/build.xml +++ b/build/build.xml @@ -26,7 +26,7 @@ - + diff --git a/documentation/dist/changelog.html b/documentation/dist/changelog.html index 7f02c6945e..06fe22cbbd 100644 --- a/documentation/dist/changelog.html +++ b/documentation/dist/changelog.html @@ -161,6 +161,66 @@

Openfire Changelog

+

4.1.6 -- Oct 5, 2017

+ +

Sub-task +

+
    +
  • [OF-1020] - Admin Console Remote File Inclusion (RFI) Vulnerability +
  • +
+ +

Bug +

+
    +
  • [OF-1304] - SQL syntax error with monitoring plugin IQ Query Handler +
  • +
  • [OF-1362] - Websocket plugin fails when trying to use connection configuration +
  • +
  • [OF-1363] - NPE when displaying properties for non-existing user +
  • +
  • [OF-1366] - NullPointerException in Group lookup +
  • +
  • [OF-1374] - Pubsub publish NullPointerException +
  • +
  • [OF-1381] - User enumeration possible by SCRAM +
  • +
+ +

New Feature +

+
    +
  • [OF-1354] - Add option to Client Control plugin to disable Start a chat in Spark +
  • +
+ +

Task +

+
    +
  • [OF-1320] - Update bundled JRE with the latest version +
  • +
+ +

Improvement +

+
    +
  • [OF-1340] - Create x64 Windows Installer +
  • +
  • [OF-1349] - Create separate Windows installer with and without JRE +
  • +
  • [OF-1359] - Elevate webclients to top level menu in openfire admin UI +
  • +
  • [OF-1360] - Update inVerse plugin to match upstream Converse 3.1.0 release. +
  • +
  • [OF-1365] - Some caches should not be purgeable. +
  • +
  • [OF-1367] - BOSH URL should be based on FQDN, not XMPP domain. +
  • +
  • [OF-1369] - Don't advertise in-band registration for read-only user providers +
  • +
+ +

4.1.5 -- Jun 30, 2017

Bug

diff --git a/src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java b/src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java index ae9cb0181b..61d9141c1c 100644 --- a/src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java +++ b/src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java @@ -42,7 +42,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo { private final Date startDate; - public static final Version VERSION = new Version(4, 1, 6, Version.ReleaseStatus.Alpha, -1 ); + public static final Version VERSION = new Version(4, 1, 6, Version.ReleaseStatus.Release, -1 ); /** * Simple constructor