diff --git a/build/build.xml b/build/build.xml
index 94acbe76..2f66e5d8 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -24,7 +24,6 @@
-
diff --git a/documentation/changelog.html b/documentation/changelog.html
index daaa70a2..15a7b773 100644
--- a/documentation/changelog.html
+++ b/documentation/changelog.html
@@ -196,12 +196,16 @@ hr {
[SPARK-200] - Allow drag and drop out of the chat window before and after file transfer
[SPARK-517] - Simplified the viewing of users vCard information.
[SPARK-519] - Bookmarks are now located in the Spark main window menu bar.
- [SPARK-515] - Spar now has an Enhanced Look and Feel.
+ [SPARK-515] - Spark now has an Enhanced Look and Feel.
[SPARK-518] - Added new auto-grow send field box.
[SPARK-523] - Added support for chat and email options in contact tooltips.
[SPARK-524] - Spark now shows full address of conference room.
[SPARK-528] - Message history is now grouped by Day, Month, Year.
[SPARK-531] - Added the new "Buzz" feature, which allows users to give others a little nudge.
+ [SPARK-485] - Added preference to specify tabs on top or bottom of Chat Room.
+ [SPARK-562] - Added Workgroup to Workgroup transfer.
+ [SPARK-563] - Added in Queue To Queue transfer.
+ [SPARK-610] - Added OSX dock notification with new incoming messages.
Bug Fixes
@@ -270,12 +274,66 @@ hr {
[SPARK-424] - Fixed contact list error occuring on reconnect.
[SPARK-427] - Spark now allows for actions to occur on tooltips.
[SPARK-473] - Fixed presence issue in group chat rooms.
+ [SPARK-483] - Update logic in show/away actions on tray icon.
+ [SPARK-484] - Auto Login into conference rooms causes chat room buttons to not appear.
+ [SPARK-491] - Bookmarks are now persisted to the server.
[SPARK-492] - Spark now defaults presence priority to 1 rather than 0.
+ [SPARK-493] - Chat history broken
+ [SPARK-494] - Transcripts were being corrupted when persisting Unicode.
[SPARK-506] - Fixed send field resize issue when chat frame was resized.
[SPARK-507] - Fixed asterisks plugin. Asterisks is now fully functional.
[SPARK-530] - Improved performance of loading and persisting of transcripts.
+
+
+[SPARK-569] - Jingle doesn't detect when other client supports Jingle
+[SPARK-574] - Workgroup now accepts AgentSession status change.
+[SPARK-576] - Typing in chat window disabled after re-connect
+[SPARK-577] - Fixed softphone issue when preferecnes could not be loaded.
+[SPARK-578] - Available Contacts does not display properly in OSX.
+[SPARK-579] - Jingle UI will now show regardless of volume control settings.
+[SPARK-580] - MSI build now uses pack200 builds.
+[SPARK-582] - Growl notifications in OSX are now working properly.
+[SPARK-583] - Fixed Typing notification in ContactList
+[SPARK-584] - Ctrl-x and cut now work correctly in send area.
+[SPARK-585] - Fixed VCard viewer close button issue.
+[SPARK-587] - Update file pickers within Spark
+[SPARK-588] - Window controls will not go away
+[SPARK-589] - Fixed issue with fastpath tabs turning red without having any new messages.
+[SPARK-590] - Fixed layout setting of chat window.
+[SPARK-591] - Disconnected spark no longer attempts online activities.
+[SPARK-592] - Fixed stale chats.
+[SPARK-593] - Updated ringing sound file.
+[SPARK-594] - Added notification in Jingle rooms when negotiating call.
+[SPARK-595] - Fixed SIP Regsitration on computers with VMWare.
+[SPARK-596] - Removed contact info options in tooltip.
+[SPARK-597] - Added new icon to represent Jingle calls.
+[SPARK-599] - Gateways are no longer loaded on the event thread.
+[SPARK-600] - Broadcast button in wrong place
+[SPARK-601] - Ending SIP calls does not work properly
+[SPARK-602] - Last activity on unsupported clients is handled more gracefully.
+[SPARK-603] - SIP: Caller ID missing from incoming call notification
+[SPARK-604] - SIP: wrong icon in missed calls list
+[SPARK-605] - SIP: two bugs in call history
+[SPARK-606] - SIP: escape button doesn't work on dedicated call tab
+[SPARK-607] - SIP: voicemail button should always show number of messages
+[SPARK-611] - Fixed layout of command buttons on OSX.
+[SPARK-612] - Spark now displays notifications from Gateways.
+[SPARK-613] - Gateway icons now display disconnection from gateways.
+[SPARK-614] - Fixed issue with reconnection.
+[SPARK-616] - Fixed issue with redial in Soft Phone.
+[SPARK-617] - Send correct presence upon reconnection.,
+[SPARK-618] - Fixed multiple message issue with Broadcast.
+[SPARK-620] - Mute does not work
+[SPARK-621] - Clicking on a user's avatar, then view full profile brings up "edit profile information"
+[SPARK-622] - Error at reconnection - no users are connected
+[SPARK-628] - No room found answering a SIP call
+[SPARK-629] - Fixed incoming Jingle call ui when user has no vcard.
+[SPARK-630] - Updated Spark message icon.
+[SPARK-641] - Fix User Home Directory in Linux to ".Spark"
+[SPARK-646] - SIP Previous Conversations List is in reverse order
+
2.0.8 -- January 23rd, 2007
New Features
diff --git a/src/java/org/jivesoftware/sparkimpl/settings/JiveInfo.java b/src/java/org/jivesoftware/sparkimpl/settings/JiveInfo.java
index b7e6afbc..a07e4638 100644
--- a/src/java/org/jivesoftware/sparkimpl/settings/JiveInfo.java
+++ b/src/java/org/jivesoftware/sparkimpl/settings/JiveInfo.java
@@ -17,7 +17,7 @@ public class JiveInfo {
}
public static String getVersion() {
- return "2.5.0 Beta 5";
+ return "2.5.0";
}
public static String getBuildNumber(){