Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-08-05 19:45:25 +0000
committerJean Michel-Lemieux2003-08-05 19:45:25 +0000
commit65cf3fc689e6d25fa3e9b5988ac20fd6339ac17a (patch)
tree693b16f316e65be79cc21403ea07ce9a17c07e66
parent66af8f94b7c9af0d86619dd687996a1e7cfaa659 (diff)
downloadeclipse.platform.team-65cf3fc689e6d25fa3e9b5988ac20fd6339ac17a.tar.gz
eclipse.platform.team-65cf3fc689e6d25fa3e9b5988ac20fd6339ac17a.tar.xz
eclipse.platform.team-65cf3fc689e6d25fa3e9b5988ac20fd6339ac17a.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.team.core/buildnotes_team.html35
-rw-r--r--bundles/org.eclipse.team.cvs.core/buildnotes_cvs.html39
2 files changed, 54 insertions, 20 deletions
diff --git a/bundles/org.eclipse.team.core/buildnotes_team.html b/bundles/org.eclipse.team.core/buildnotes_team.html
index 56dffdf50..26180585e 100644
--- a/bundles/org.eclipse.team.core/buildnotes_team.html
+++ b/bundles/org.eclipse.team.core/buildnotes_team.html
@@ -25,14 +25,33 @@ content="text/html; charset=iso-8859-1">
</td></tr>
<tr><td align="left" valign="top" colspan="2" bgcolor="#0080c0" width="100%"><b><font face="Arial,Helvetica"><font color="#ffffff">3.0 Builds</font></font></b></td>
-</tr><tr><td>
- <!-- ####### START OF 3.0 BUILD SUBMISSIONS BLOCK -->
- <h4><img src="http://dev.eclipse.org/images/Adarrow.gif" nosave="" border=0 height=16 width=16 alt="">
- July 29th 2003 - 3.0 (I20030729)</h4>
- <h5>No build submission</h5>
- <!-- ####### END OF 3.0 BUILD SUBMISSIONS BLOCK -->
-<br><br><br>
-</td></tr>
+</tr><tr>
+ <td>
+ <!-- ####### START OF 3.0 BUILD SUBMISSIONS BLOCK -->
+ <h4><img src="http://dev.eclipse.org/images/Adarrow.gif" nosave="" border=0 height=16 width=16 alt="">
+ August 6th 2003 - 3.0 (I20030806)</h4>
+ <h4>Interesting changes</h4>
+ <ul>
+ <li>The new Synchronize View now calculates all changes in a separate
+ thread. This improves startup times and provides better responsiveness
+ when synchronizing resources.</li>
+ <li>The Synchronize View API is starting to take shape. For an advanced
+ preview look at the <strong>org.eclipse.team.core.subscribers</strong>
+ and <strong>org.eclipse.team.ui.sync </strong>packages.</li>
+ <li>A Team Synchronize perspective has been created and is the default
+ when synchronizing. This can be configured via the Synchronize View
+ preferences. </li>
+ </ul>
+ <h4>Breaking API changes</h4>
+ <p>None</p>
+ <h4>Fixed bugs (27 fixed)</h4>
+ <p>See <a href="https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&product=Platform&component=VCM&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfield=resolution&chfieldfrom=2003-07-18&chfieldto=Now&chfieldvalue=&cmdtype=doit&namedcmd=3.0%2BM3%2BFixed&newqueryname=&order=Reuse%2Bsame%2Bsort%2Bas%2Blast%2Btime&field0-0-0=noop&type0-0-0=noop&value0-0-0=">this</a>
+ bugzilla query to list all fixed bugs in this build.</p>
+ <!-- ####### END OF 3.0 BUILD SUBMISSIONS BLOCK -->
+ <br>
+ <br>
+ </td>
+ </tr>
<tr><td align="left" valign="top" colspan="2" bgcolor="#0080c0" width="100%"><b><font face="Arial,Helvetica"><font color="#ffffff">
Archive for 2.0 and 2.1 Builds</font></font></b></td>
diff --git a/bundles/org.eclipse.team.cvs.core/buildnotes_cvs.html b/bundles/org.eclipse.team.cvs.core/buildnotes_cvs.html
index 1f8f2a7c9..70d5eb91f 100644
--- a/bundles/org.eclipse.team.cvs.core/buildnotes_cvs.html
+++ b/bundles/org.eclipse.team.cvs.core/buildnotes_cvs.html
@@ -25,18 +25,33 @@ content="text/html; charset=iso-8859-1">
</td></tr>
<tr><td align="left" valign="top" colspan="2" bgcolor="#0080c0" width="100%"><b><font face="Arial,Helvetica"><font color="#ffffff">3.0 Builds</font></font></b></td>
-</tr><tr><td>
- <!-- ####### START OF 3.0 BUILD SUBMISSIONS BLOCK -->
- <h4><img src="http://dev.eclipse.org/images/Adarrow.gif" nosave="" border=0 height=16 width=16 alt="">
- July 29th 2003 - 3.0 (I20030729)</h4>
- <h5>No build submission</h5>
- <h5>
- <!-- ####### END OF 3.0 BUILD SUBMISSIONS BLOCK -->
- <br>
- <br>
- <br>
- </h5>
- </td></tr>
+</tr><tr>
+ <td>
+ <!-- ####### START OF 3.0 BUILD SUBMISSIONS BLOCK -->
+ <h4><img src="http://dev.eclipse.org/images/Adarrow.gif" nosave="" border=0 height=16 width=16 alt="">
+ August 6th 2003 - 3.0 (I20030806)</h4>
+ <h4>Interesting changes</h4>
+ <ul>
+ <li>Annotate view action switches to the CVS perspective. This allows
+ the command to layout the views (history, editor, annotate) for linking.</li>
+ <li>Update and Commit actions in the new Synchronize View no longer
+ prompt for overwriting changes. Instead, an <strong>Override and Commit</strong>
+ action has been added. To override local changes use the <strong>Replace
+ With</strong> CVS actions.</li>
+ <li>The new Synchronize View can be activated via a <strong>CVS &gt;
+ Work In Progress</strong> preference. When this is enabled, the new
+ Synchronize View will restrict the resources it handles based on a
+ working set created when ever a <strong>Team &gt; Synchronize view
+ Repository</strong> is run. This will allow large workspaces with
+ many CVS projects to be responsive.</li>
+ </ul>
+ <h4>Fixed bugs (27 fixed)</h4>
+ <p>See <a href="https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&product=Platform&component=VCM&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfield=resolution&chfieldfrom=2003-07-18&chfieldto=Now&chfieldvalue=&cmdtype=doit&namedcmd=3.0%2BM3%2BFixed&newqueryname=&order=Reuse%2Bsame%2Bsort%2Bas%2Blast%2Btime&field0-0-0=noop&type0-0-0=noop&value0-0-0=">this</a>
+ bugzilla query to list all fixed bugs in this build.</p>
+ <!-- ####### END OF 3.0 BUILD SUBMISSIONS BLOCK -->
+ <br>
+ <br> </td>
+ </tr>
<tr><td align="left" valign="top" colspan="2" bgcolor="#0080c0" width="100%"><b><font face="Arial,Helvetica"><font color="#ffffff">
Archive for 2.0 and 2.1 Builds</font></font></b></td>

Back to the top