From 8b8c2c6402e396d36a552f91eed6bfd04eba9b87 Mon Sep 17 00:00:00 2001 From: akrherz Date: Tue, 17 Nov 2015 11:58:11 -0600 Subject: [PATCH] Denote Openfire 3.10.3 Release --- build/build.xml | 2 +- documentation/dist/changelog.html | 35 +++++++++++++++++++ .../org/jivesoftware/openfire/XMPPServer.java | 2 +- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/build/build.xml b/build/build.xml index 18b8c7ec51..62e32f2ca2 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 0604388d68..c20f7fdc67 100644 --- a/documentation/dist/changelog.html +++ b/documentation/dist/changelog.html @@ -162,6 +162,41 @@

Openfire Changelog

+

3.10.3 -- Nov 17, 2015

+

Bug +

+
    +
  • [OF-332] - ldap.connect.timeout not working with SSL connection +
  • +
  • [OF-477] - SASL server in OF creates digest-uri based on xmpp.fqdn but it sends xmpp.domain to the client +
  • +
  • [OF-881] - NIOConnection Thread Deadlock when two clients in each others roster simultaneously disconnect +
  • +
  • [OF-887] - ldap.readTimeout not used when LDAP getContext() is called for queries +
  • +
  • [OF-903] - ISE attempting to write data to a closed/closing session +
  • +
  • [OF-918] - Character encoding issue in BOSH +
  • +
  • [OF-926] - Clients can't authenticate using LDAP SSL +
  • +
  • [OF-938] - BOSH packet namespace issue +
  • +
  • [OF-949] - Offline message delivery failures +
  • +
  • [OF-954] - Openfire clustering fails to correctly sync MUC room occupants +
  • +
  • [OF-966] - failure tag not closed for TLS Negotiation Failure +
  • +
+ +

New Feature +

+
    +
  • [OF-933] - Update websocket support per RFC 7395 +
  • +
+

3.10.2 -- Jun 22, 2015

Bug

    diff --git a/src/java/org/jivesoftware/openfire/XMPPServer.java b/src/java/org/jivesoftware/openfire/XMPPServer.java index 9ab82d1925..8f16584421 100644 --- a/src/java/org/jivesoftware/openfire/XMPPServer.java +++ b/src/java/org/jivesoftware/openfire/XMPPServer.java @@ -362,7 +362,7 @@ private void initialize() throws FileNotFoundException { host = "127.0.0.1"; } - version = new Version(3, 10, 3, Version.ReleaseStatus.Alpha, -1); + version = new Version(3, 10, 3, Version.ReleaseStatus.Release, -1); if ("true".equals(JiveGlobals.getXMLProperty("setup"))) { setupMode = false; }