Update site
diff --git a/changelogs/changelog.txt b/changelogs/changelog.txt
index 194e9c3..956d6d5 100644
--- a/changelogs/changelog.txt
+++ b/changelogs/changelog.txt
@@ -8,6 +8,40 @@
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 0.7.8.I20090428-1500 [28 April 2009]
+
+Features:
+ * Support for files in svn:externals (bug 269155)
+
+ * Detection of tree conflicts (bug 269156)
+
+ * Configuration alternative of a diff viewer for MS-WORD documents (bug 260236)
+
+Fixes:
+ * Compare view on right side is empty (bug 272265)
+
+ * Call commit dialog for svn:externals (for directory) causes error (bug 272025)
+
+ * svn:externals definition for a sub-sub-directory breaks after running svn update (bug 270022)
+
+ * All svn:log property values should be normalized to LF endings only (bug 271616)
+
+ * Create branch doesn't work in Package Explorer (bug 271656)
+
+ * Synchronize permanently fails with org.eclipse.team.core.TeamException: Resource ?...? does not exist. (bug 267624)
+
+ * Sorting by user, date or comment does not work for SVN Changeset model in Synchronize view (bug 264331)
+
+ * SVN Change sets model: Incoming changes are duplicated to a "Unassiged" node (bug 261185)
+
+ * NPE when activating Mylyn task (bug 266826)
+
+ * Mylyn Context actions are missing from Team Synchronize view if logical models are enabled (bug 264344)
+
+ * Synchronization empties outgoing changes if SVN Changesets model is selected (bug 264772)
+
+--------------------------------------------------------------------------------
+
Version 0.7.7.I20090224-1900 [24 February 2009]
Features:
diff --git a/changelogs/releasenotes.txt b/changelogs/releasenotes.txt
index 27af062..fa16e64 100644
--- a/changelogs/releasenotes.txt
+++ b/changelogs/releasenotes.txt
@@ -5,40 +5,44 @@
* See details at http://www.eclipse.org/subversive *
********************************************************************************
-Version 0.7.7.I20090224-1900 release date: 24 February 2009
+Version 0.7.8.I20090428-1500 release date: 28 April 2009
1. What's New
- The version is 0.7.7 service release.
+ The version is 0.7.8 service release.
Changes comparatively to the previous version are listed below. The full list of
changes you can find in Change Log.
Features:
- * Add a pre-commit check for files with errors and warnings (bug 263442)
-
- * Add ability to output resources comparison in unified diff format (bug 263657)
-
- * Add ability to create SVN repository (bug 263951)
+ * Support for files in svn:externals (bug 269155)
+
+ * Detection of tree conflicts (bug 269156)
+
+ * Configuration alternative of a diff viewer for MS-WORD documents (bug 260236)
Fixes:
- * Compare with Branches/Tags action problem (bug 263790)
+ * Compare view on right side is empty (bug 272265)
- * Extract bug (bug 264192)
+ * Call commit dialog for svn:externals (for directory) causes error (bug 272025)
+
+ * svn:externals definition for a sub-sub-directory breaks after running svn update (bug 270022)
- * o.e.team.svn.core has hard dependency to com.ibm.icu bundle (bug 261413)
+ * All svn:log property values should be normalized to LF endings only (bug 271616)
+
+ * Create branch doesn't work in Package Explorer (bug 271656)
+
+ * Synchronize permanently fails with org.eclipse.team.core.TeamException: Resource ?...? does not exist. (bug 267624)
+
+ * Sorting by user, date or comment does not work for SVN Changeset model in Synchronize view (bug 264331)
+
+ * SVN Change sets model: Incoming changes are duplicated to a "Unassiged" node (bug 261185)
- * Bugtraq properties problem (bug 261857)
+ * NPE when activating Mylyn task (bug 266826)
- * Problems with relocating project (bug 259626)
+ * Mylyn Context actions are missing from Team Synchronize view if logical models are enabled (bug 264344)
- * Share Projects menu item disabled when multiple projects selected (bug 263003)
-
- * Resources list isn't updated in "Override and Update..." (bug 254900)
-
- * Add key shortcuts to controls (bug 254726)
-
- * Revisions Range dialog isn't correctly resized (bug 261328)
+ * Synchronization empties outgoing changes if SVN Changesets model is selected (bug 264772)
2. Information
@@ -48,8 +52,8 @@
* 3.3 (tested with 3.3.2)
* 3.4 (tested with 3.4)
- Subversive supports Subversion versions 1.1-1.4 with SVN Kit 1.1.7 and JavaHL 1.4.5,
- Subversion version 1.5 with SVN Kit 1.2.0 and JavaHL 1.5.x
+ Subversive supports Subversion version 1.5 with SVN Kit 1.2.x and JavaHL 1.5.x,
+ Subversion version 1.6 with SVN Kit 1.3.x and JavaHL 1.6.x
2.2 Known issues
diff --git a/downloads.php b/downloads.php
index 5eaa04f..5c0d9f7 100644
--- a/downloads.php
+++ b/downloads.php
@@ -53,10 +53,10 @@
<h3>Latest Release - Recommended</h3>
<ul>
<li>
- <b>Version</b>: 0.7.7.I20090224-1900 | <b>Date</b>: 24 February 2009 | 0.7.7 Release<br/>
+ <b>Version</b>: 0.7.8.I20090428-1500 | <b>Date</b>: 28 April 2009 | 0.7.8 Release<br/>
<img src="/subversive/images/arrow.gif"></img> <a href="/subversive/changelogs/changelog.txt">Change Log</a><br/>
<img src="/subversive/images/arrow.gif"></img> <a href="/subversive/changelogs/releasenotes.txt">Release Notes</a><br/>
- This is most up-to-date stable version. It includes SVN 1.5 features support.
+ This is most up-to-date stable version. It includes SVN 1.6 features support.
</li>
<li>
<b>Important:</b> Subversive installation includes Subversive plug-in and Subversive SVN Connectors plug-in. In order to start work with Subversive you should install both of them.