From 500acf0d5121ec09c3531d91ae9e1735958eb832 Mon Sep 17 00:00:00 2001 From: akrherz Date: Mon, 20 Apr 2015 11:36:54 -0500 Subject: [PATCH] Denote Openfire 3.10.0 GA Release! --- build/build.xml | 2 +- documentation/dist/changelog.html | 99 +++++++++---------- .../org/jivesoftware/openfire/XMPPServer.java | 2 +- 3 files changed, 49 insertions(+), 54 deletions(-) diff --git a/build/build.xml b/build/build.xml index e19ef67fbd..1c723bf626 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 653f6e39f9..886d682943 100644 --- a/documentation/dist/changelog.html +++ b/documentation/dist/changelog.html @@ -162,58 +162,7 @@

Openfire Changelog

-

3.10.0 Release Candidate -- April 10, 2015

- - -

Bug -

-
    -
  • [OF-405] - Openfire fails to verify chained certificates -
  • -
  • [OF-474] - OpenFire still provides entry forms for already-registered room users -
  • -
  • [OF-822] - If a non-occupant sends a request to an occupant, a MUC service MUST return a <bad-request/> error. -
  • -
  • [OF-866] - Unexpected "session not found" errors under load -
  • -
  • [OF-869] - Update Jetty to 9.2.x version -
  • -
  • [OF-870] - stanza with multiple "to" attributes generated after restart -
  • -
  • [OF-874] - disco#items request SHOULD return connected or available resources -
  • -
  • [OF-875] - Roster requests to bare JID of the user are not responded -
  • -
  • [OF-876] - IQRosterHandler does not respect error cases in RFC 6121 § 2.3.3. -
  • -
  • [OF-877] - BOSH connector does not properly restart after a configuration change -
  • -
  • [OF-878] - NPE in MINAStatCollector -
  • -
  • [OF-884] - Auditor uses wrong hour for file rotation -
  • -
  • [OF-885] - Use non-blocking, async API for BOSH servlet -
  • -
  • [OF-886] - Openfire fails to parse CDATA when it ends with sequence ]]]> -
  • -
  • [OF-888] - s2s locks up with gmail -
  • -
  • [OF-893] - Mutual Authentication Broken for BOSH -
  • -
  • [OF-894] - Openfire tries to close a closing session over and over. -
  • -
  • [OF-895] - Update postgresql driver to support PostgreSQL 9.4 -
  • -
  • [OF-896] - Default client compression inconsistency -
  • -
  • [OF-897] - GZipFilter fails on Async BOSH servlet -
  • -
  • [OF-901] - Update bundled JREto 1.7.0_76 -
  • - -
- -

3.10.0 Beta -- January 20, 2015

+

3.10.0 -- April 20, 2015

Bug

@@ -222,10 +171,14 @@

Bug
  • [OF-397] - Do not deliver offline messages to clients with negative priority
  • +
  • [OF-405] - Openfire fails to verify chained certificates +
  • [OF-444] - Jingle Nodes plugin should use lowercase in i18n file's name
  • [OF-460] - Debug log is not saving its state between restarts
  • +
  • [OF-474] - OpenFire still provides entry forms for already-registered room users +
  • [OF-560] - Restore or drop support for Pack200 compression
  • [OF-565] - ConnectionHandler has parsing problems due to use of hashcode under heavy load. @@ -274,6 +227,8 @@

    Bug

  • [OF-819] - IQs (e.g. XMPP Pings) of type error get falsely routed to IQ.createResult() which results in an Exception and connection termination
  • +
  • [OF-822] - If a non-occupant sends a request to an occupant, a MUC service MUST return a <bad-request/> error. +
  • [OF-823] - Numeric overflow in MUCPersistenceManager when loading history older than 24 days.
  • [OF-830] - LDAP shared groups disappear after some time @@ -306,6 +261,40 @@

    Bug

  • [OF-864] - Cleanup routes from defunct cluster member servers
  • +
  • [OF-866] - Unexpected "session not found" errors under load +
  • +
  • [OF-870] - stanza with multiple "to" attributes generated after restart +
  • +
  • [OF-874] - disco#items request SHOULD return connected or available resources +
  • +
  • [OF-875] - Roster requests to bare JID of the user are not responded +
  • +
  • [OF-876] - IQRosterHandler does not respect error cases in RFC 6121 § 2.3.3. +
  • +
  • [OF-877] - BOSH connector does not properly restart after a configuration change +
  • +
  • [OF-878] - NPE in MINAStatCollector +
  • +
  • [OF-881] - NIOConnection Thread Deadlock when two clients in each others roster simultaneously disconnect +
  • +
  • [OF-884] - Auditor uses wrong hour for file rotation +
  • +
  • [OF-885] - Use non-blocking, async API for BOSH servlet +
  • +
  • [OF-886] - Openfire fails to parse CDATA when it ends with sequence ]]]> +
  • +
  • [OF-888] - s2s locks up with gmail +
  • +
  • [OF-890] - BOSH client connections sometimes failing +
  • +
  • [OF-894] - Openfire tries to close a closing session over and over. +
  • +
  • [OF-895] - Update postgresql driver to support PostgreSQL 9.4 +
  • +
  • [OF-896] - Default client compression inconsistency +
  • +
  • [OF-897] - GZipFilter fails on Async BOSH servlet +
  • Improvement @@ -333,6 +322,10 @@

    Improvement
  • [OF-850] - Improve initialization state for JiveGlobals
  • +
  • [OF-869] - Update Jetty to 9.2.x version +
  • +
  • [OF-893] - Mutual Authentication Broken for BOSH +
  • New Feature @@ -361,6 +354,8 @@

    Task
  • [OF-831] - A typo on Database Settings page during setup
  • +
  • [OF-901] - Update bundled JRE to 1.7.0_76 +
  • 3.9.3 -- May 6, 2014

    diff --git a/src/java/org/jivesoftware/openfire/XMPPServer.java b/src/java/org/jivesoftware/openfire/XMPPServer.java index ba5f41e037..49581be8c0 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, 0, Version.ReleaseStatus.Release_Candidate, -1); + version = new Version(3, 10, 0, Version.ReleaseStatus.Release, -1); if ("true".equals(JiveGlobals.getXMLProperty("setup"))) { setupMode = false; }