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() {