From c689f1576d210f5c288aebd860d9c0531fe6a78d Mon Sep 17 00:00:00 2001 From: daryl herzmann Date: Fri, 24 Feb 2017 14:30:51 -0600 Subject: [PATCH] Denote Openfire 4.1.3 Release (#756) --- build/build.xml | 2 +- documentation/dist/changelog.html | 14 ++++++++++---- .../openfire/spi/XMPPServerInfoImpl.java | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/build/build.xml b/build/build.xml index b52b8f21a7..63466dae8b 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 dafd169011..e123014854 100644 --- a/documentation/dist/changelog.html +++ b/documentation/dist/changelog.html @@ -161,14 +161,22 @@

Openfire Changelog

+

4.1.3 -- Feb 24, 2017

+

Bug +

+
    +
  • [OF-1263] - Contact List sharing shows stale data +
  • +
  • [OF-1269] - Admin Console shows wrong group affiliation information for some users +
  • +
+

4.1.2 -- Feb 18, 2017

Bug

  • [OF-1195] - JDBCAuthProvider does not play nice with SCRAM
  • -
  • [OF-1263] - Contact List sharing shows stale data -
  • [OF-1271] - MUC History doesn't replay copy complex elements correctly after restart
  • [OF-1278] - Recursive Loop in SCRAM salt generation @@ -266,8 +274,6 @@

    Bug

  • [OF-817] - ofMucConversationLog only persists body of groupchat stanzas
  • -
  • [OF-867] - Inconsistent use of keys in groupMetaCache -
  • [OF-927] - Pressing enter should trigger Continue button on admin password setup page
  • [OF-942] - CVE-2015-6972 CVE-2015-6973 Admin Console Security Improvements diff --git a/src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java b/src/java/org/jivesoftware/openfire/spi/XMPPServerInfoImpl.java index daaa7f511f..f3bab11d7c 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, 3, Version.ReleaseStatus.Alpha, -1 ); + public static final Version VERSION = new Version(4, 1, 3, Version.ReleaseStatus.Release, -1 ); /** * Simple constructor