version change
git-svn-id: https://dev.eclipse.org/svnroot/technology/org.eclipse.subversive/trunk@21521 ee007c2a-0a25-0410-9ab9-bf268980928c
diff --git a/org.eclipse.team.svn-feature/changelog.txt b/org.eclipse.team.svn-feature/changelog.txt
index b0decb6..2f492f7 100644
--- a/org.eclipse.team.svn-feature/changelog.txt
+++ b/org.eclipse.team.svn-feature/changelog.txt
@@ -8,6 +8,23 @@
Now the Subversive project was moved to Eclipse.org and new version numbers was introduced.
Change Log's for older versions still present in this file.
+Version 3.0.3.I20151228-1700 [28 December 2015]
+
+Fixes:
+ * Compare with another branch shows files with no difference [SVN 1.7 or older] (bug 326694)
+ * Weird behavior of the "Compare with branch" feature (bug 484929)
+ + special thanks to Florent Angebault
+ * Deadlock is possible within RelocatedProjectHelper (bug 483402)
+ * Prompt that asks what to do after project relocation shown in a loop forever (bug 482565)
+ * IConnectedProjectInformation is an unneeded interface (bug 483232)
+ * Remove unused code in the InaccessibleLocationDataHelper class (bug 483231)
+ * FindRelatedProjectsOperation should not activate project initialization (bug 483230)
+ * Remove outdated project-to-location management code (bug 483229)
+ * NPE in CreatePatchWizard [ID-AW5HY] (bug 481725)
+ * Unhandled event loop exception org.eclipse.team.svn.ui.panel.local.EditTreeConflictsHelper.getSrcUrl (bug 480521)
+
+--------------------------------------------------------------------------------
+
Version 3.0.2.I20151028-1700 [28 October 2015]
Features:
diff --git a/org.eclipse.team.svn-feature/feature.xml b/org.eclipse.team.svn-feature/feature.xml
index bfece94..29c8a34 100644
--- a/org.eclipse.team.svn-feature/feature.xml
+++ b/org.eclipse.team.svn-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.team.svn"
label="%featureName"
- version="3.0.2.I20151028-1700"
+ version="3.0.3.I20151228-1700"
provider-name="%providerName"
plugin="org.eclipse.team.svn">
<install-handler/>
@@ -50,21 +50,21 @@
id="org.eclipse.team.svn"
download-size="4"
install-size="4"
- version="3.0.2.I20151028-1700"
+ version="3.0.3.I20151228-1700"
unpack="false"/>
<plugin
id="org.eclipse.team.svn.core"
download-size="900"
install-size="900"
- version="3.0.2.I20151028-1700"
+ version="3.0.3.I20151228-1700"
unpack="false"/>
<plugin
id="org.eclipse.team.svn.ui"
download-size="1600"
install-size="1600"
- version="3.0.2.I20151028-1700"
+ version="3.0.3.I20151228-1700"
unpack="false"/>
<plugin
diff --git a/org.eclipse.team.svn-feature/releasenotes.txt b/org.eclipse.team.svn-feature/releasenotes.txt
index 892f1bb..1932f43 100644
--- a/org.eclipse.team.svn-feature/releasenotes.txt
+++ b/org.eclipse.team.svn-feature/releasenotes.txt
@@ -5,24 +5,27 @@
* See details at http://www.eclipse.org/subversive *
********************************************************************************
-Version 3.0.2.I20151028-1700 release date: 28 October 2015
+Version 3.0.3.I20151228-1700 release date: 28 December 2015
1. What's New
- The version 3.0.2 is a service release.
+ The version 3.0.3 is a service release.
Changes comparatively to the previous release version are listed below. The full list of
changes you can find in Change Log.
- Features:
- * Provide interface to use SVN 1.8 diff output options (bug 476177)
-
Fixes:
- * NPE in CompareWithLatestRevisionAction [ID-D9JJ1] (bug 480129)
- * Attempted to beginRule: P/xxxx, does not match outer scope rule in SVNRemoteStorage [ID-HTT9T] (bug 325407)
- * NPE in SVNRepositoryLocation.asRepositoryContainer [ID-W6HFD] (bug 477111)
- * Grammatical error (bug 476637)
- * Unversioned deleted files may reappear in patch dialog if called from Synchronize View (bug 476171)
+ * Compare with another branch shows files with no difference [SVN 1.7 or older] (bug 326694)
+ * Weird behavior of the "Compare with branch" feature (bug 484929)
+ + special thanks to Florent Angebault
+ * Deadlock is possible within RelocatedProjectHelper (bug 483402)
+ * Prompt that asks what to do after project relocation shown in a loop forever (bug 482565)
+ * IConnectedProjectInformation is an unneeded interface (bug 483232)
+ * Remove unused code in the InaccessibleLocationDataHelper class (bug 483231)
+ * FindRelatedProjectsOperation should not activate project initialization (bug 483230)
+ * Remove outdated project-to-location management code (bug 483229)
+ * NPE in CreatePatchWizard [ID-AW5HY] (bug 481725)
+ * Unhandled event loop exception org.eclipse.team.svn.ui.panel.local.EditTreeConflictsHelper.getSrcUrl (bug 480521)
2. Information
diff --git a/org.eclipse.team.svn.core-feature/feature.xml b/org.eclipse.team.svn.core-feature/feature.xml
index da15be9..106bf37 100644
--- a/org.eclipse.team.svn.core-feature/feature.xml
+++ b/org.eclipse.team.svn.core-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.team.svn.core"
label="%featureName"
- version="3.0.2.I20151028-1700"
+ version="3.0.3.I20151228-1700"
provider-name="%providerName"
plugin="org.eclipse.team.svn.core">
<install-handler/>
@@ -34,7 +34,7 @@
id="org.eclipse.team.svn.core"
download-size="900"
install-size="900"
- version="3.0.2.I20151028-1700"
+ version="3.0.3.I20151228-1700"
unpack="false"/>
<plugin
diff --git a/org.eclipse.team.svn.core.update-site/site.xml b/org.eclipse.team.svn.core.update-site/site.xml
index 78fe351..f3851e4 100644
--- a/org.eclipse.team.svn.core.update-site/site.xml
+++ b/org.eclipse.team.svn.core.update-site/site.xml
@@ -4,7 +4,7 @@
<description url="http://download.eclipse.org/technology/subversive/1.1/headless-update-site/">
Eclipse Subversive - SVN Team Provider Core
</description>
- <feature url="features/org.eclipse.team.svn.core_3.0.2.I20151028-1700.jar" id="org.eclipse.team.svn.core" version="3.0.2.I20151028-1700">
+ <feature url="features/org.eclipse.team.svn.core_3.0.3.I20151228-1700.jar" id="org.eclipse.team.svn.core" version="3.0.3.I20151228-1700">
<category name="Subversive Core"/>
</feature>
<category-def name="Subversive Core" label="Subversive SVN Team Provider Core">
diff --git a/org.eclipse.team.svn.core/META-INF/MANIFEST.MF b/org.eclipse.team.svn.core/META-INF/MANIFEST.MF
index d77fa93..07baa01 100644
--- a/org.eclipse.team.svn.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.team.svn.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.team.svn.core;singleton:=true
-Bundle-Version: 3.0.2.I20151028-1700
+Bundle-Version: 3.0.3.I20151228-1700
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.team.svn.core.SVNTeamPlugin
Bundle-Vendor: %providerName
diff --git a/org.eclipse.team.svn.source-feature/feature.xml b/org.eclipse.team.svn.source-feature/feature.xml
index 5c8c3c7..7bd3ed5 100644
--- a/org.eclipse.team.svn.source-feature/feature.xml
+++ b/org.eclipse.team.svn.source-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.team.svn.source"
label="%featureName"
- version="3.0.2.I20151028-1700"
+ version="3.0.3.I20151228-1700"
provider-name="%providerName"
colocation-affinity="org.eclipse.team.svn">
@@ -21,7 +21,7 @@
<includes
id="org.eclipse.team.svn.sources"
- version="3.0.2.I20151028-1700"/>
+ version="3.0.3.I20151228-1700"/>
<includes
id="org.eclipse.team.svn.nl1.sources"
diff --git a/org.eclipse.team.svn.ui/META-INF/MANIFEST.MF b/org.eclipse.team.svn.ui/META-INF/MANIFEST.MF
index 10e5889..0211f9c 100644
--- a/org.eclipse.team.svn.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.team.svn.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.team.svn.ui;singleton:=true
-Bundle-Version: 3.0.2.I20151028-1700
+Bundle-Version: 3.0.3.I20151228-1700
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.team.svn.ui.SVNTeamUIPlugin
Bundle-Vendor: %providerName
diff --git a/org.eclipse.team.svn.update-site/site.xml b/org.eclipse.team.svn.update-site/site.xml
index 9462c46..78d576d 100644
--- a/org.eclipse.team.svn.update-site/site.xml
+++ b/org.eclipse.team.svn.update-site/site.xml
@@ -4,7 +4,7 @@
<description url="http://download.eclipse.org/technology/subversive/3.0/update-site/">
Eclipse Subversive - SVN Team Provider
</description>
- <feature url="features/org.eclipse.team.svn_3.0.2.I20151028-1700.jar" id="org.eclipse.team.svn" version="3.0.2.I20151028-1700">
+ <feature url="features/org.eclipse.team.svn_3.0.3.I20151228-1700.jar" id="org.eclipse.team.svn" version="3.0.3.I20151228-1700">
<category name="Subversive"/>
</feature>
<feature url="features/org.eclipse.team.svn.nl1_3.0.0.I20150529-1700.jar" id="org.eclipse.team.svn.nl1" version="3.0.0.I20150529-1700">
@@ -22,7 +22,7 @@
<feature url="features/org.eclipse.team.svn.revision.graph_3.0.0.I20150529-1700.jar" id="org.eclipse.team.svn.revision.graph" version="3.0.0.I20150529-1700">
<category name="Subversive"/>
</feature>
- <feature url="features/org.eclipse.team.svn.source_3.0.2.I20151028-1700.jar" id="org.eclipse.team.svn.source" version="3.0.2.I20151028-1700">
+ <feature url="features/org.eclipse.team.svn.source_3.0.3.I20151228-1700.jar" id="org.eclipse.team.svn.source" version="3.0.3.I20151228-1700">
<category name="Subversive Sources"/>
</feature>
<category-def name="Subversive" label="Subversive SVN Team Provider Plugin">
diff --git a/org.eclipse.team.svn/META-INF/MANIFEST.MF b/org.eclipse.team.svn/META-INF/MANIFEST.MF
index f110b2f..fafcf1c 100644
--- a/org.eclipse.team.svn/META-INF/MANIFEST.MF
+++ b/org.eclipse.team.svn/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.team.svn;singleton:=true
-Bundle-Version: 3.0.2.I20151028-1700
+Bundle-Version: 3.0.3.I20151228-1700
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui.intro,