1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

Update build notes and download page for TM 2.0

This commit is contained in:
Martin Oberhuber 2007-06-27 11:10:08 +00:00
parent 8f09e2ac69
commit 5a658c7473
2 changed files with 37 additions and 30 deletions

View file

@ -23,26 +23,28 @@
</table> </table>
<table><tbody><tr><td> <table><tbody><tr><td>
<ul> <ul>
<li>TM @buildId@ <b>requires Eclipse 3.3RC3 or later for the SSH component</b>. <li>TM @buildId@ <b>requires Eclipse 3.3 later for the SSH component</b>.
Other components should work with Eclipse 3.3M6 or later. Other components may work with earlier Eclipse versions, but these have not been tested.
Platform Runtime is the minimum requirement for core RSE and Terminal. Platform Runtime is the minimum requirement for core RSE and Terminal.
Discovery needs EMF, and the RemoteCDT integration needs CDT.</li> Discovery needs EMF, and the RemoteCDT integration needs CDT.</li>
<li>If you use the dstore server, the version number was updated in RC3. You should use an RC3 or later server with this build.</li> <li>If you use the dstore server, the protocol version number as well as the
default daemon port were updated. You should use an RSE 2.0 dstore server
with this build.</li>
<li>See also the <a href="http://www.eclipse.org/dsdp/tm/development/relnotes/2.0/tm-news-2.0.html">Official TM 2.0 New and Noteworthy</a>
for a summary of interesting changes since RSE 1.0.
<!-- <!--
<li><b>Split the Terminal Telnet connector from the core Terminal widget</b>.
This allows embedding a terminal widget in RCPs without having the unnecessary
code for the Telnet connector
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=174162">174162</a>].</li>
<li><b>Apache Commons.Net and ORO</b> are now distributed as verbatim compies <li><b>Apache Commons.Net and ORO</b> are now distributed as verbatim compies
from the Orbit project, so they will not be changed any more.</li> from the Orbit project, so they will not be changed any more.</li>
--> -->
<li>No API changes were made. 17 bugs were resolved (1 was critical, the rest were documentation). Use <li>No API changes were made in this build. 8 bugs were resolved (P1 bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=194442">194442</a> to
<!-- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&resolution=WONTFIX&resolution=INVALID&resolution=WORKSFORME&chfieldfrom=2007-06-06&chfieldto=2007-06-14&chfield=resolution&cmdtype=doit"> --> improve migration of dstore daemons to the 2.0 version, and P1 bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=187301">187301</a>
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&target_milestone=2.0+RC4&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&resolution=WONTFIX&resolution=INVALID&resolution=WORKSFORME&cmdtype=doit"> to support multiple RSE shells with Telnet; the rest were documentation). Use
<!-- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&resolution=WONTFIX&resolution=INVALID&resolution=WORKSFORME&chfieldfrom=2007-06-21&chfieldto=2007-06-28&chfield=resolution&cmdtype=doit"> -->
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&target_milestone=2.0&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&resolution=WONTFIX&resolution=INVALID&resolution=WORKSFORME&cmdtype=doit">
this query</a> to show the list of bugs fixed since the last milestone, this query</a> to show the list of bugs fixed since the last milestone,
<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-2.0RC3-200706140914/index.php"> <a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-2.0RC4-200706201718/index.php">
TM 2.0RC3</a> TM 2.0RC4</a>
[<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-2.0RC3-200706140914/buildNotes.php">build notes</a>].</li> [<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-2.0RC4-200706201718/buildNotes.php">build notes</a>].</li>
<li>For details on checkins, see the <li>For details on checkins, see the
<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/N-changelog/index.html"> <a href="http://download.eclipse.org/dsdp/tm/downloads/drops/N-changelog/index.html">
RSE CVS changelog</a>, and the RSE CVS changelog</a>, and the
@ -89,18 +91,16 @@ are the best places for you to get started.
is to harden the APIs which were provisional by RSE 1.0. Naturally, this requires is to harden the APIs which were provisional by RSE 1.0. Naturally, this requires
API changes, and especially moving lots of classes which we cannot guarantee to API changes, and especially moving lots of classes which we cannot guarantee to
support in the future into internal packages.</p> support in the future into internal packages.</p>
<p>As of TM 2.0 M6, most of this work has been completed, and the list of breaking <p>The list of breaking API changes is found below with migration info.
API changes is found below with migration info. But although we had planned for See also the release notes as well as migration docs on the Wiki for
API freeze with M6, there are still few more cleanup changes that we would like more information.</p>
to take the opportunity and bring into TM 2.0. Most of these will be made shortly <p>Although we completed a great deal of API cleanup for TM 2.0, we decided
after M6, or they will be introduced in a backward compatible manner. to still mark all API as <i>provisional</i> since we expect more work to do.
At any rate, we will avoid breaking API changes after M7, or the earliest If anyhow possible, we will avoid breaking API changes after TM 2.0, but please
possible integration build up to M7. But please be prepared for future changes, be prepared for future changes, and especially take care of API marked as
and especially take care of API marked as <b>@deprecated</b> in the Javadoc. <b>@deprecated</b> in the Javadoc.
Such API is prime candidate to be removed for TM 2.0.</p> Such API is prime candidate to be removed in the future. All
<p><b>Use <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=%5Bapi%5D&classification=DSDP&product=Target+Management&target_milestone=2.0&target_milestone=2.0+M7&target_milestone=2.0+RC1&target_milestone=2.0+RC2&target_milestone=2.0+RC3&cmdtype=doit"> API changes will be voted by committers on the
this query</a> to show the list of API changes planned or done after M6</b>. All
such API changes are voted by committers on the
<a href="https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev"> <a href="https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. Early migration information can also be found right for future releases. Early migration information can also be found right
@ -332,14 +332,14 @@ Use
</tr> </tr>
</table> </table>
<table><tbody><tr><td> <table><tbody><tr><td>
<!--
The following critical or major bugs are currently known. The following critical or major bugs are currently known.
We'll strive to fix these as soon as possible. We'll strive to fix these as soon as possible.
<ul> <ul>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=187301">bug 187301</a> - maj - [telnet] Telnet does not allow multiple shells</li> <li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=187301">bug 187301</a> - maj - [telnet] Telnet does not allow multiple shells</li>
</ul> </ul>
<!--
<p>No major or critical bugs are known at the time of release.
--> -->
<p>No major or critical bugs are known at the time of release.
Use Use
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&cmdtype=doit">this query</a> <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&cmdtype=doit">this query</a>
for an up-to-date list of major or critical bugs.</p> for an up-to-date list of major or critical bugs.</p>

View file

@ -18,7 +18,12 @@
User Agreement</a>.</p> User Agreement</a>.</p>
<p><font size="+1"><strong> <p><font size="+1"><strong>
<!--
<a href="buildNotes.php">New and Noteworthy / Build Notes</a> <a href="buildNotes.php">New and Noteworthy / Build Notes</a>
-->
<p><a href="http://www.eclipse.org/dsdp/tm/development/relnotes/2.0/tm-news-2.0.html">New and Noteworthy</a></p>
<p><a href="http://www.eclipse.org/dsdp/tm/development/relnotes/2.0/readme_tm_2.0.html">TM 2.0 Readme / Release Notes</a></p>
<p><a href="buildNotes.php">Build Notes</a></p>
</strong></font></p> </strong></font></p>
<!-- <p>To get started, see the <a href="buildNotes.php">build notes</a>.<br> <!-- <p>To get started, see the <a href="buildNotes.php">build notes</a>.<br>
@ -49,10 +54,10 @@
<tbody> <tbody>
<tr><td><b>TM @buildId@ requires <tr><td><b>TM @buildId@ requires
<a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.3RC3-200706011539/index.php"> <a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.3RC3-200706011539/index.php">
Eclipse 3.3RC3</a> or later for the SSH component. Eclipse 3.3</a> or later for the SSH component.
</b></td></tr> </b></td></tr>
<tr><td> <tr><td>
Other components should be able to do with Eclipse 3.3M6 or later. Other components may work with earlier Eclipse versions, but these have not been tested.<br/>
For core RSE and TM-Terminal, the For core RSE and TM-Terminal, the
<a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.3RC3-200706011539/index.php#PlatformRuntime"> <a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.3RC3-200706011539/index.php#PlatformRuntime">
Eclipse Platform Runtime Binary</a> is sufficient. Of course you can also use the popular Eclipse Platform Runtime Binary</a> is sufficient. Of course you can also use the popular
@ -62,9 +67,11 @@
Prerequisites for the remotecdt and discovery add-ons (CDT, EMF) can be retrieved from the Prerequisites for the remotecdt and discovery add-ons (CDT, EMF) can be retrieved from the
<a href="http://download.eclipse.org/releases/europa/">Europa Discovery Site</a>. <a href="http://download.eclipse.org/releases/europa/">Europa Discovery Site</a>.
</td></tr> </td></tr>
<!--
<tr><td> <tr><td>
Earlier versions (e.g. Eclipse 3.2.x, Eclipse 3.3M5) will <b>not</b> work! Earlier versions (e.g. Eclipse 3.2.x, Eclipse 3.3M5) will <b>not</b> work!
</td></tr> </td></tr>
-->
</tbody> </tbody>
</table> </table>
</table> </table>