=============================================================================== == General Documentation == =============================================================================== This document contains release specific notes for the accompanying JumpBox. More general information and documentation can be found on the JumpBox Documentation Wiki at http://www.jumpbox.com/ == Description of the concept == JumpBox virtual appliances are the easiest path to running server based applications. A JumpBox bundles the operating system with the application and all its dependencies into a single ready to run bundle. This allows you to focus on working with the application while not having to worry about getting it installed. It also means that the application can be deployed on any x86 platform regardless of what platform the application is written for. All that is required is the JumpBox, some virtualization software like VMware, a network that assigns dynamic IP addresses (most do), and a computer with enough RAM and disk space. == System requirements == * Windows, Mac or Linux with Virtualization software including: * VMware (http://www.vmware.com) * You can also download the free VMware player. (http://www.vmware.com/products/player/) * Parallels (http://www.parallels.com) * Any Virtualization platform that can import OVFs or VMDK based virtual machines. * Up to 14GB Free disk space for growable disks. * Minimum 1GB RAM, 2GB recommended. * A network that assigns dynamic IP address (most do) == Accounts == When you first boot your JumpBox the console will display an IP address that you should open with a web browser. That will then guide you through the setup process to configure a user account. This account will grant you access to the JumpBox administration interface and it will also be the account you use to log into the application for the first time. Immediately after JumpBox configuration you will be directed to the "Welcome Page". The welcome page contains the username you need to login to the application bundled with the JumpBox. Typically, the username will be 'admin' but deviations from this are always noted on the welcome page. This welcome page should remain accessible at: http://IPADDRESS/jb/welcome.html == Account Passwords == In general, there are three accounts on a JumpBox to start with: * Application Administrator * Linux System 'admin' User * JumpBox Admin Portal User After initial configuration, all three users will have the password chosen during configuration. If, during the course of using the JumpBox, any of these passwords are changed the other ones are NOT changed with it. We do not keep these passwords in sync after the initial configuration. The only other situation where these passwords are modified is during a JumpBox Restore. == Backup Limitations == The JumpBox backup and restore utilities perform a FULL backup of the entire application state and any additional items you have specified as shown in the "Backup Customization" section of this document. By default, these backups run at 1:30 AM. While the backup is running, the application will be inaccessible to ensure a consistent application state in the backup. For users who have added large amounts of data to their JumpBoxes, our backup tool may be inadequate. The time it takes to backup could become disruptively long or the JumpBox could have insufficient disk space to perform a backup at all. Users with these issues should consider utilizing their existing backup infrastructure where available. JumpBox Engineers can help identify the data that needs backing up and might be able to provide advice when installing third party backup agents. Please ask on the JumpBox forums or via email if you have purchased support. Details on the size restrictions and backup times vary considerably between applications so please see the application specific part of this documentation for details. The S3 based backup mechanism currently has a 5GB limit on the backup file size. If your backup exceed this you will receive an error. We are working on a resolution to this problem, though this falls into the realm where you are encouraged to utilize a third party backup solution. == Backup Customization == The JumpBox now provides a way for users to specify additional files or directories on the JumpBox that need to be backed up by the JumpBox backup mechanism. This can be accomplished on a registered JumpBox by correctly specifying the additional items in the /jumpbox/etc/user.yml. SSH into the JumpBox and refer to this file for usage details. There is also a tool to validate the user.yml file, this tool is: /jumpbox/bin/validate_user_yml It will check the syntax of the file and indicate what will be backed up. NOTE: The user.yml file must be correctly indented with two spaces for each indent level. So a correct example of a complete user.yml file would look like the following: --- filebackup: # This is a comment /etc/php5/apache2/php5.ini: {} /usr/local: exclude_file: /admin/usr-local.exclude == Application Specific Documentation == This JumpBox Platform README may be accompanied by additional information in an application specific section below. Also found below is JumpBox platform and application specific Release Notes. These may contain important information so make sure to skim to those sections. Additional application information is available on the JumpBox Wiki: http://wiki.jumpbox.com/ == Virtual Machine Resources == This JumpBox has default settings that may be too low for some user's needs. You may consider raising the amount of RAM allocated to the JumpBox or adding a virtual CPU if your platform supports it. == Virtualization Platforms == For details on how to use your JumpBox on a specific virtualization platform please visit the JumpBox Documentation Wiki: http://wiki.jumpbox.com/doc/virtualization == JumpBox Help and Information == If you have trouble with your JumpBox please check our wiki for tutorials, FAQs and other important information: http://wiki.jumpbox.com/ If you are still experiencing difficulty post a question on our forums at: http://www.jumpbox.com/forums/ For details on purchasing support from JumpBox see: http://www.jumpbox.com/support/ To keep up to date with JumpBox see our blog at: http://www.jumpbox.com/blog/ == Notices == JumpBox is a registered trademark of JumpBox Inc. All other marks and names mentioned herein may be trademarks of their respective companies. =============================================================================== == JumpBox Runtime Release 1.7 == =============================================================================== Release 1.7-58 Notable Changes ------------------------------ - Many upstream updates from Ubuntu. - The kernel is now updated to the backported Natty kernel to resolve the ESX 4.1 issues some users were still experiencing. Release 1.6-41 Notable Changes ------------------------------ - Upstream updates from Ubuntu. This contains updates up to USN-1080-1. Release 1.6-39 Notable Changes ------------------------------ - Upstream updates from Ubuntu. This is now Ubuntu Lucid 10.04.2 and contains updates up to USN-1065-1. Release 1.6-31 Notable Changes ------------------------------ - This is still an Ubuntu Lucid based release, however a number of things have changed, these are outlined below. - This release now uses the linux-generic-pae kernel for compatibility with vmware ESX 4.1, this unfortunately breaks compatibility with older virtualization platforms that lack PAE support. - Non VMware disks and configuration files have been removed. This means that compatibility with other platforms can only be achieved by the use of those platforms VMDK import processes or through the use of OVFs. Please check the JumpBox Blog and Website for more information on these changes. - [Update] All JumpBoxes now have three disks. A two GB root disk, a two GB /usr disk and a 10GB /storage disk. Release 1.5-23 Notable Changes ------------------------------ - This has been a production release for at least several versions, our apologies for not indicating as much in these release notes. - All JumpBoxes now have a larger, 2GB, root disk by default. - The hostname is now displayed in the virtual console after setup. Release 1.5-17 Notable Changes ------------------------------- - *** THIS IS A BETA RELEASE, FOR EVALUATION USE ONLY *** - Has known issue with error handling when setting invalid email relay. - The default amount of RAM allocated to the JumpBox has been increased to a minimum of 512 MB, some JumpBoxes may use more. - Fixed intermittent NFS related backup issue from 1.5-13. - Time sync with the host has been disabled and replaced by the NTP time server, this requires that the JumpBox have network access. If outbound networking is not available you can use your own NTP server or reenable the virtual host based time sync on VMware based platforms. - We have fixed the "First Boot Method" for getting a larger storage disk as described here: http://wiki.jumpbox.com/doc/runtime/faq/larger_storage_disk Release 1.5-13 Notable Changes ------------------------------- - *** THIS IS A BETA RELEASE, FOR EVALUATION USE ONLY *** - This is the first Ubuntu Lucid Lynx 10.04 LTS based release of a JumpBox. - Has known intermittent issue with NFS based backups and restores. Retrying in the event of failure works. =============================================================================== == SugarCRM 6 Release Notes == =============================================================================== Fri May 24 12:34:34 MST 2013 - 1.8.2 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.5.13. - SugarCRM 6.5.13 is a general bugfix release. See the full release notes for detaili on the changes: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.13 - With this release Sugar has only made available updaters from prior Sugar versions 6.4 and 6.5. This means the JumpBox can upgrade directly from JumpBox version 1.7.2 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Fri Apr 12 10:51:07 MST 2013 - 1.8.1 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.5.12. - SugarCRM 6.5.12 is a general bugfix release. See the full release notes for detaili on the changes: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.12 - With this release Sugar has only made available updaters from prior Sugar versions 6.4 and 6.5. This means the JumpBox can upgrade directly from JumpBox version 1.7.2 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Fri Mar 15 11:59:54 MST 2013 - 1.8.0 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.5.11. - SugarCRM 6.5.11 is a general bugfix release with some feature enhancements to calendar, lead conversion and Email. See the full release notes for detaili on the changes: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.11 - With this release Sugar has only made available updaters from prior Sugar versions 6.4 and 6.5. This means the JumpBox can upgrade directly from JumpBox version 1.7.2 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Tue Feb 12 14:01:10 MST 2013 - 1.7.13 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.5.10. - SugarCRM 6.5.10 is a general bugfix release with some feature enhancements such as email reply-all, converting leads to existing contacts and a REST JSONP callback. See the full release notes for detaili on the changes: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.10 - With this release Sugar has only made available updaters from prior Sugar versions 6.4 and 6.5. This means the JumpBox can upgrade directly from JumpBox version 1.7.2 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Wed Dec 26 12:56:08 MST 2012 - 1.7.12 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.5.9. - SugarCRM 6.5.9 is a general bugfix release. See the full release notes for detaili on the changes: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.9 - With this release Sugar has only made available updaters from prior Sugar versions 6.4 and 6.5. This means the JumpBox can only upgrade directly from JumpBox version 1.7.2 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Wed Dec 5 15:25:12 MST 2012 - 1.7.11 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.5.8. - SugarCRM 6.5.8 is a general bugfix release. See the full release notes for detaili on the changes: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.8 - With this release Sugar has only made available updaters from prior Sugar versions 6.4 and 6.5. This means the JumpBox can only upgrade directly from JumpBox version 1.7.2 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Fri Oct 26 15:58:27 MST 2012 - 1.7.10 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.5.6. - SugarCRM 6.5.6 is a general bugfix release. See the full release notes for detaili on the changes: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.6 - With this release Sugar has only made available updaters from prior Sugar versions 6.4 and 6.5. This means the JumpBox can only upgrade directly from JumpBox version 1.7.2 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Thu Sep 27 10:04:29 MST 2012 - 1.7.9 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.5.5. - SugarCRM 6.5.5 is a general bugfix release. See the full release notes for detaili on the changes: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.5 - With this release Sugar has only made available updaters from prior Sugar versions 6.4 and 6.5. This means the JumpBox can only upgrade directly from JumpBox version 1.7.2 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Thu Aug 30 15:57:21 MST 2012 - 1.7.8 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.5.4. - SugarCRM 6.5.4 is a general bugfix release for issues in 6.5.3. See the full release notes for both 6.5.3 and 6.5.4 for detaili on the changes since the last JumpBox release: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.3 http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.4 - With this release Sugar has only made available updaters from prior Sugar versions 6.4 and 6.5. This means the JumpBox can only upgrade directly from JumpBox version 1.7.2 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Wed Jul 25 15:33:33 MST 2012 - 1.7.7 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.5.2. - SugarCRM 6.5.2 is a general bugfix release for issues in 6.5.1. See the full release notes for both 6.5.1 and 6.5.2 for detaili on the changes: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.1 http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.2 - With this release Sugar has only made available updaters from prior Sugar versions 6.4 and 6.5. This means the JumpBox can only upgrade directly from JumpBox version 1.7.2 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Thu Jun 14 14:42:25 MST 2012 - 1.7.6 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.5.0. - SugarCRM 6.5.0 includes enhancements to Calendar and many bugfixes. See the full release notes for detail: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.5/Sugar_Community_Edition_Release_Notes_6.5.0 - With this release Sugar has only made available updaters from prior Sugar versions 6.3 and 6.4. This means the JumpBox can only upgrade directly from JumpBox version 1.7.1 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Mon May 14 16:15:05 MST 2012 - 1.7.5 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.4.4. - SugarCRM 6.4.4 is a bugfix release for a long list of issues. See the full release notes for detail: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.4/Sugar_Community_Edition_Release_Notes_6.4.4 - With this release Sugar has only made available updaters from prior Sugar versions 6.3 and 6.4. This means the JumpBox can only upgrade directly from JumpBox version 1.7.1 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Wed Apr 11 16:10:42 MST 2012 - 1.7.4 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.4.3. - SugarCRM 6.4.3 is a bugfix release for a long list of issues. See the full release notes for detail: http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/05_Sugar_Community_Edition/Sugar_Community_Edition_6.4/Sugar_Community_Edition_Release_Notes_6.4.3 - With this release Sugar has only made available updaters from prior Sugar versions 6.3 and 6.4. This means the JumpBox can only upgrade directly from JumpBox version 1.7.1 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Wed Mar 7 09:32:58 MST 2012 - 1.7.3 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.4.1. - SugarCRM 6.4.1 is a bugfix release. http://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/6.4/-docs-Release_Notes-Sugar_CommunityEdition_ReleaseNotes_6.4.1-RN_Title_HTML.html - With this release Sugar has only made available updaters from prior Sugar versions 6.3 and 6.4. This means the JumpBox can only upgrade directly from JumpBox version 1.7.1 and newer. If upgrading from an older version you'll have to upgrade through intermediate versions. See the release notes below for information on the other versions available. Thu Feb 16 16:11:23 MST 2012 - 1.7.2 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.4.0. - SugarCRM 6.4.0 brings enhancements to the Calendar, Administrator section and many bug fixes. See the full release notes for details: http://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/6.4/-docs-Release_Notes-Sugar_CommunityEdition_ReleaseNotes_6.4.0-RN_Title_HTML.html - With this update it is possible to upgrade on restore from JumpBox version 1.6.2 or newer. If upgrading from an older version you should first upgrade to 1.6.2 and then upgrade again to 1.7.2. Thu Dec 15 15:02:46 MST 2011 - 1.7.1 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.3.0. - SugarCRM 6.3.0 brings enhancements to the user import wizard, activities handling during lead conversion and many bug fixes. See the full release notes for details: http://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/6.3/-docs-Release_Notes-Sugar_CommunityEdition_ReleaseNotes_6.3.0-RN_Title_HTML.html - With this update it is possible to upgrade on restore from JumpBox version 1.6.0 or newer. If upgrading from an older version you should first upgrade to 1.6.0 and then upgrade again to 1.7.0. - When upgrading from Sugar version 6.1 to 6.3 some users are seeing AJAX loading issues. This is a bug in the SugarCRM upgrader, if you encounter this issue see this thread for more information: http://www.sugarcrm.com/forums/f115/silent-upgrade-sugar-6-3-causes-ajax-loading-issues-76291/ Mon Aug 22 15:33:51 MST 2011 - 1.7.0 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.2.1. - SugarCRM 6.2.1 is primarity a bugfix update for about 20 issues but also adds a connector for the InsideView business data service. See the full release notes for details: http://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/6.2/-docs-Release_Notes-Sugar_CommunityEdition_ReleaseNotes_6.2.1-Sugar_Release_Notes_6.2.1.html - With this update it is possible to upgrade on restore from JumpBox version 1.6.0 or newer. If upgrading from an older version you should first upgrade to 1.6.0 and then upgrade again to 1.7.0. Mon Jun 27 16:13:21 MST 2011 - 1.6.2 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.2.0. - This is a significant update to SugarCRM with changes to the Home page, Adminstration tools and Sugar Studio. Please review the complete SugarCRM release notes for details: http://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/6.2/-docs-Release_Notes-Sugar_CommunityEdition_ReleaseNotes_6.2.0-RN_Title_HTML.html - It should be possible to restore from backups created by version 1.5.x or higher of the JumpBox for SugarCRM 6.x. - With this release it is no longer possible to upgrade directly from a JumpBox for SugarCRM 5.x install. If you need to do that you must first update to the prior release of this JumpBox (1.6.1) and then upgrade again to this release. Tue Feb 22 11:41:45 MST 2011 - 1.6.1 - The JumpBox for SugarCRM 6 has been updated to SugarCRM version 6.1.2. - This release has a number of bug fixes. Please review the complete SugarCRM release notes for details: http://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/6.1/-docs-Release_Notes-Sugar_CommunityEdition_ReleaseNotes_6.1.2-RN_Title_HTML.html - It should be possible to restore from backups created by version 1.5.x of this JumpBox, and version 1.1.18 and 1.1.17 of the JumpBox for SugarCRM 5. - If upgrading from the SugarCRM 5.x JumpBox you should run a database repair after restoring the backup. To do this: Login to Sugar, Click Admin in upper right, find System section, Click on Repair, Click Quick Repair and Rebuild then scroll down and click the Execute button if there is one. If there isn't an Execute button then no repairs are required. Fri Dec 10 17:10:35 MST 2010 - 1.6.0 - The JumpBox for SugarCRM 6 has been updated to version 6.1.0. - This release has a number of minor enhancements and bug fixes. Please review the complete SugarCRM release notes for details: http://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/6.1/-docs-Release_Notes-Sugar_CommunityEdition_ReleaseNotes_6.1.0-RN_Title_HTML.html - It should be possible to restore from backups created by version 1.5.x of this JumpBox, and version 1.1.18 of the JumpBox for SugarCRM 5. - If upgrading from the SugarCRM 5.x JumpBox you should run a database repair after restoring the backup. To do this: Login to Sugar, Click Admin in upper right, find System section, Click on Repair, Click Quick Repair and Rebuild then scroll down and click the Execute button if there is one. If there isn't an Execute button then no repairs are required. Mon Nov 15 11:07:40 MST 2010 - 1.5.3 - The JumpBox for SugarCRM 6 has been updated to version 6.0.3. - It should be possible to restore from backups created by version 1.5.x of this JumpBox, and version 1.1.18 of the JumpBox for SugarCRM 5. - If upgrading from the SugarCRM 5.x JumpBox you should run a database repair after restoring the backup. To do this: Login to Sugar, Click Admin in upper right, find System section, Click on Repair, Click Quick Repair and Rebuild then scroll down and click the Execute button if there is one. If there isn't an Execute button then no repairs are required. - This is a minor update. Complete release notes are available here: http://developers.sugarcrm.com/docs/OS/6.0/-docs-Release_Notes-Sugar_Community_ReleaseNotes_6.0.3-RN_Title_HTML.html Thu Oct 14 10:53:48 MST 2010 - 1.5.2 - The JumpBox for SugarCRM 6 has been updated to version 6.0.2. - It should be possible to restore from backups created by version 1.5.x of this JumpBox, and version 1.1.18 of the JumpBox for SugarCRM 5. - If upgrading from the SugarCRM 5.x JumpBox you should run a database repair after restoring the backup. To do this: Login to Sugar, Click Admin in upper right, find System section, Click on Repair, Click Quick Repair and Rebuild then scroll down and click the Execute button if there is one. If there isn't an Execute button then no repairs are required. - This is a minor update. Complete release notes are available here: http://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/6.0/-docs-Release_Notes-Sugar_CommunityEdition_ReleaseNotes_6.0.2-RN_Title_HTML.html Thu Sep 2 10:06:35 MST 2010 - 1.5.1 - The JumpBox for SugarCRM 6 has been updated to version 6.0.1. - It should be possible to restore from backups created by version 1.5.0 of this JumpBox, and version 1.1.18 of the JumpBox for SugarCRM 5. - This is a minor update. Complete release notes are available at the following URL: http://www.sugarcrm.com/crm/support/documentation/SugarCommunityEdition/6.0/-docs-Release_Notes-Sugar_CommunityEdition_ReleaseNotes_6.0.1-RN_Title_HTML.html Fri Jul 23 16:41:36 MST 2010 - 1.5.0 - Initial BETA release of this application. - This JumpBox includes SugarCRM 6.0.0. - This JumpBox should not be used in a production environment, and backups generated with this JumpBox are not guaranteed to be compatible with future versions of this JumpBox. Do not store critical data in this release!