Subclipse Changelog
This file documents all of the changes that have been made to Subclipse beginning with the 1.1.0 release process.
Please visit
http://subclipse.tigris.org/ for the latest information on Subclipse.
The latest version of this file can be viewed directly from our
website at
http://subclipse.tigris.org/subclipse_1.2.x/changes.html. Please
note that the file on the website may contain information about changes
that have not yet been made available in a release. Generally, these changes
will be available in the next release but it is also possible that a change
will be pulled out due to testing problems.
The log of changes leading up to the 1.1.0 release can be viewed here.
NOTE: As of Subclipse 1.1.0, the minimum Eclipse requirement is now 3.2.0. Subclipse
1.1.0 was built on Eclipse 3.2 RC6. Presumably it will work with most earlier releases of 3.2.
NOTE: Subclipse 1.1.0 removed the SVN Resource History view as we now use the common Team
History view. You will likely get an Eclipse error message if you use an existing workspace that had
that view open. This is normal and is not a problem. You will get the error the first time you open
each perspective that had the view open.
Version 1.1.5
8 August 2006
from: /trunk
http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.1.5
- Performance improvement when retrieving svn info on item. Mainly happened when
using svn:externals.
- Fixed a refactoring error that could occur when renaming package and subpackages.
- Improved the default internal sizing of the commit dialog to accomodate the
bugtraq properties and the possible addition of a bug tracking field on the dialog.
- JavaSVN 1.1.0 Beta4 + latest fixes. NTLM authentication, SSH username etc.
- Performance improvements in status cache maintenance. Especially in dealing with
large refreshes and ignored items. (530)
Version 1.1.4
26 July 2006
from: /trunk
http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.1.4
- License changed to the Eclipse Public License (EPL)
- JavaSVN library updated to 1.1.0 Beta4
- Error trying to refresh internal cache for resource that does not exist. (522)
- Override and Update should update to HEAD
- Fixed problems in History view when preference was set to get all messages.
- Corrected typos on preference page.
Version 1.1.3
25 July 2006
from: /trunk
http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.1.3
- License changed to the Eclipse Public License (EPL)
- JavaSVN library updated to 1.1.0 Beta3
- Added some missing dependencies to feature.xml for correctness.
- Corrected some resource strings.
- Implement new Eclipse 3.2-required method for linked resources. We still
only ignore them, but this at least allows them to exist in the project.
- SVN menu will not appear in perspective by default. Can be added by user
using Customize Perspective.
- Fixed minor issue where Next button was not initialy enabled on checkout
wizard when it could be.
- Fixed Compare with options when there was space in path name. (512)
- Implement new Eclipse 3.2 getSubscriber() method. (513)
- Performance improvement on startup with large number of projects in
workspace.
- Better control over when Team menu actions are activated.
- Restore support for tsvn:logtemplate property.
Version 1.1.2
13 June 2006
from: /trunk
http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.1.2
- Fixed refactoring problem when moving more than one class
to a new folder.
- Key binding support for commit, update and synchronize. (394)
- Do not enable Finish button on Sharing Wizard until the page where
you specify the folder name.
- Fixed problem where History view did not refresh the current revision.
- Fixed some possible NPE's in Synch view when using svn:externals.
- Fixed handling of commit from Synch view so that it respects the view
settings, such as ChangeSets or items removed from the view. (506)
- When committing a change set, if the proposed comment was not edited, then
the change set was being committed with a null comment.
Version 1.1.1
06 June 2006
from: /trunk
http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.1.1
- Fix NPE in Revert action on an outgoing changeset.
- Disable Add to Version Control action for an outgoing changeset.
- Potentially significant performance improvement when using JavaSVN and workspace contains build
artifacts produced by an external tool, such as an Ant script.
- Ctrl-Enter activates OK in Lock dialog.
- Repository browser/Choose URL dialog is now resizable.
- Configure Tags dialog is now resizable.
- History dialog is now resizable and has a sash form to resize sections.
- Commit dialog remembers resizes to sash layout.
- Override and Update is enabled on all outgoing files and will delete file
if it is unversioned.
- Unversioned files are shown in the Revert dialog and will be deleted if selected.
- Compressed folders layout will not always use a tree. (500)
- Added column sorting to affected paths viewer in history. (476)
- Replace with options will delete unversioned files, although that is controllable
by a new preference
- Do not show ignored items in Compare with Base. (498)
- Project name not being set in Checkout Wizard.
- Allow repository root to be selected in checkout wizard. Also added a Refresh option. (481)
Version 1.1.0
01 June 2006
from: /trunk
http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.1.0
- JavaHL 1.3.2 Windows binaries.
- JavaSVN 1.1.0 Beta 2. Includes support for file:// protocol.
- Improvements to Console view, taking advantage of new Eclipse features from 3.1.
Includes some new preferences.
- File names that are output to Console are now hyperlinks to the local workspace file
- Help/documentation packaged in separate plugin from UI.
- Plugins now install as JAR's instead of being unpacked. Removed feature plugin as it
was not really needed. Branding was moved to the core plugin.
- Improve error reporting in Lock/Unlock actions.
- Show lock info from server on SVN Resource property page.
- Support for outgoing changesets in Synchronize view.
- Support for in-line/live annotation feature.
- Replaced SVN Resource History view with usage of new common Team History view.
- Removed checks and messages for workspace case. Eclipse problem was fixed in 3.2.
- All dialogs now extend new Eclipse 3.2 TrayDialog class. This better integrates help with dialog.
- Icons for Show History and Show Annotation changes to match CVS/Team icon.
- URL's in History view are opened using the Eclipse browser framework.
- SVN Repositories are included in Eclipse Import/Export Preferences wizard. However, only repositories
created after version 1.1.0 is installed are included.