From f2424f6b4744d17e550a50874ad7ae5e02fcb5df Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Wed, 31 Oct 2007 16:41:53 +0000 Subject: [PATCH] Updated for 2.5.8 release. git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9402 b35dd754-fafc-0310-a699-88a17e54d16e --- build/build.xml | 2 +- documentation/README.html | 4 ++-- documentation/changelog.html | 7 ++++--- src/java/org/jivesoftware/sparkimpl/settings/JiveInfo.java | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/build/build.xml b/build/build.xml index 02c12a36..a55f8470 100644 --- a/build/build.xml +++ b/build/build.xml @@ -24,7 +24,7 @@ - + diff --git a/documentation/README.html b/documentation/README.html index 1567bd34..1816debe 100644 --- a/documentation/README.html +++ b/documentation/README.html @@ -166,11 +166,11 @@ hr { - + - +
version:2.5.8 Beta 12.5.8
released:October 5th, 2007October 31st, 2007
diff --git a/documentation/changelog.html b/documentation/changelog.html index 0934adde..26600d9a 100644 --- a/documentation/changelog.html +++ b/documentation/changelog.html @@ -178,14 +178,15 @@ hr {
-

2.5.8 Beta 1 -- October 5th, 2007

+

2.5.8 -- October 31st, 2007

Bugs

  • [SPARK-618] - Fixed multiple message issue with Broadcast.
  • [SPARK-857] - Fixed language selection menu is not displaying.
  • [SPARK-860] - Show offline users in broadcast window.
  • -
  • [SPARK-855] - Allow mainWindowHeight to have low values.
  • -
  • [SPARK-856] - Update avatar size in contact list.
  • +
  • [SPARK-855] - Allowed mainWindowHeight to have low values.
  • +
  • [SPARK-856] - Updated avatar size in contact list.
  • +
  • SIP Phone plugin is now open source.
diff --git a/src/java/org/jivesoftware/sparkimpl/settings/JiveInfo.java b/src/java/org/jivesoftware/sparkimpl/settings/JiveInfo.java index f0484d29..62950131 100644 --- a/src/java/org/jivesoftware/sparkimpl/settings/JiveInfo.java +++ b/src/java/org/jivesoftware/sparkimpl/settings/JiveInfo.java @@ -17,11 +17,11 @@ public class JiveInfo { } public static String getVersion() { - return "2.5.8.beta1"; + return "2.5.8"; } public static String getBuildNumber() { - return "2.5.8.beta1"; + return "2.5.8"; } public static String getOS() {