From a31a6cee02bfa93fdf055bcb0f97be157bb342ca Mon Sep 17 00:00:00 2001 From: akrherz Date: Tue, 6 May 2014 13:50:58 -0500 Subject: [PATCH] Create Openfire 3.9.3 Release! --- build/build.xml | 2 +- documentation/dist/changelog.html | 39 ++++++++++++++++++- .../org/jivesoftware/openfire/XMPPServer.java | 2 +- 3 files changed, 39 insertions(+), 4 deletions(-) diff --git a/build/build.xml b/build/build.xml index 79950784e6..3bb711d2da 100644 --- a/build/build.xml +++ b/build/build.xml @@ -58,7 +58,7 @@ - + diff --git a/documentation/dist/changelog.html b/documentation/dist/changelog.html index 4fddde16ba..f5755dbcdf 100644 --- a/documentation/dist/changelog.html +++ b/documentation/dist/changelog.html @@ -162,12 +162,47 @@

Openfire Changelog

-

3.9.2 -- May 1, 2014

- +

3.9.3 -- May 6, 2014

+

Bug

  • [OF-2] - LocalOutgoingServerSession logs connection failures over verbosely
  • +
  • [OF-746] - Use update-alternatives to set JAVA_HOME on debian +
  • +
  • [OF-779] - fetching from LDAP should escape results +
  • +
  • [OF-780] - Update reCaptcha for HTTPS +
  • +
  • [OF-781] - ConcurrentModificationException in kickPresence +
  • +
  • [OF-782] - Wrong URL generated for editing groups with space in the names +
  • +
  • [OF-783] - Apply encryption to secure properties during setup +
  • +
  • [OF-784] - Possible NullPointerException in MessageRouter logic +
  • +
  • [OF-787] - TLS server to server connections are not working with 3.9.2 +
  • +
  • [OF-788] - UserService plugin should not reset group properties when adding user to group +
  • +
  • [OF-789] - Invalid token in Pubsub item purge SQL +
  • +
  • [OF-791] - Joining new MUC room results in a 404 error +
  • +
+ +

Improvement

+
    +
  • [OF-744] - Replace package.html with package-info.java +
  • +
+ + +

3.9.2 -- May 1, 2014

+ +

Bug

+
  • [OF-24] - "Issue with IQ subscription="remove"
  • [OF-114] - Clearing cache can lock up MUC diff --git a/src/java/org/jivesoftware/openfire/XMPPServer.java b/src/java/org/jivesoftware/openfire/XMPPServer.java index 47f4b471ff..ebcfceeb09 100644 --- a/src/java/org/jivesoftware/openfire/XMPPServer.java +++ b/src/java/org/jivesoftware/openfire/XMPPServer.java @@ -343,7 +343,7 @@ private void initialize() throws FileNotFoundException { host = "127.0.0.1"; } - version = new Version(3, 9, 3, Version.ReleaseStatus.Alpha, -1); + version = new Version(3, 9, 3, Version.ReleaseStatus.Release, -1); if ("true".equals(JiveGlobals.getXMLProperty("setup"))) { setupMode = false; }