| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| saros-dropin-11.1.7.r2897.zip | 2011-01-07 | 10.9 MB | |
| de.fu_berlin.inf.dpp_11.1.7.r2897.jar | 2011-01-07 | 11.5 MB | |
| de.fu_berlin.inf.dpp.feature_11.1.7.r2897.jar | 2011-01-07 | 7.4 kB | |
| README | 2011-01-07 | 3.2 kB | |
| Totals: 4 Items | 22.4 MB | 0 | |
Saros - Distributed Party Programming for Eclipse ================================================= The Saros team is proud to announce the release of version 11.1.7. This release brings new features, improvements, and fixes. The integration of version control support (VCS) into Saros has been given its final consolidation. Developers can now collectively work on a project under version control and Saros will manage the co-ordination between the participants whether they have VCS software or not. We have also improved the perceived latency of Saros by lowering the interval time between which your updates are sent to your collaborators. In the unlikely event that this causes overload problems for the XMPP server, it can now be configured to a higher value. Install and update from Eclipse: http://dpp.sf.net/update. For more information on Saros, visit: http://www.saros-project.org Many thanks to users who participated in our survey and to everyone who helped us improve our plugin! Changelog --------- [FEATURE] (ahaferburg) Removed "Share with VCS support..." action, added a setting "Disable VCS support" in the Prefs, default is false. This setting can also be set in the incoming invitation dialog. If the local user has VCS support disabled, VCS operations are completely ignored by Saros (local or remote), whether she's the host or not. If e.g. just one of three participants in a session has problems with the repository, the others could still use it with no real disadvantage. [FEATURE] (k_beecher) Duration between sending of edits is now configurable via the advanced prefs. It has also been reduced to 300ms, which should greatly improve perceived latency. [FEATURE] (ahaferburg) Saros now displays an warning when the user tries to delete a shared project. [FIX] (ahaferburg) Use the actual revision (last changed revision) of resources, instead of the latest revision. [FIX] (Arbosh) #3115698. Only send to observers if there are any. [FIX] (k_beecher) The discovery manager is called when inviting to check if the user supports Saros. If we're not connected, we just quit that check before going to the discovery service. [FIX] (k_beecher) #3121271: it was possible to rename/delete contacts when disconnected (this failed of course). Now, those options are only enabled when the roster is connected. [FIX] (ahaferburg) Only need the additional \t (or @) when calling Action#setText(). This fixes these weird box characters that were displayed in the account list. [FIX] (ahaferburg) EncodingManipulator error "Could not set encoding on project", PreferenceManager bug. [FIX] (donut87) Bug #3133023 Disable "Remove all driver roles" when no driver exists. [FIX] (Arbosh) #3098992 - Inconsistency when concurrently writing at same position. This patch fixes the broken operational transformation. A bunch of received activities was not executed consecutively anymore in the SWT thread and local actions could be executed in between - milliseconds after the transformation but before the execution of the transformation.