1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

[releng] Fix dstore.core version 3.2

This commit is contained in:
Martin Oberhuber 2010-03-19 23:32:45 +00:00
parent b5dee61f25
commit fe1a062e3e

View file

@ -30,35 +30,25 @@
Discovery needs EMF.</li>
<li>Highlights of Bugs fixed since <a href="http://download.eclipse.org/dsdp/tm/downloads/drops/R-3.1.1-200909160905/index.php">TM 3.1.1</a>:
<ul>
<li>A local terminal connector was added - Thanks to Mirko Raner for this contribution
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=196337">196337</a>].</li>
<li>API: File types can now be specified as "XML", in addition to the existing "binary"
<li>TBD</li>
<!--
<li>API: The IServerLogger interface File types can now be specified as "XML", in addition to the existing "binary"
and "text" file types. The special property of XML files is that they are transferred
in binary mode, but the local character encoding is determined by looking at the XML
magic inside the file. The XML filetype association can be configured by the
<tt>remoteFileTypes</tt> extension point, or in the Remote Files Preference Page.
This feature required new API to be added, for details see
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=283033">283033</a>].</li>
<li>A regression in the Terminal widget was fixed, which made initial output after login
invisible above the initial viewport
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=294327">294327</a>].</li>
<li>FTP performance was strongly improved and made more reliable, by eliminating
potential race conditions and lockups due to excessive sending of NOOP commands
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=269171">269171</a>]
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=300394">300394</a>].</li>
<li>EFS provider performance was improved, and multiple connections to a host can
now be disambiguated by name
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=291738">291738</a>]
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=287185">287185</a>].</li>
-->
</ul>
</li>
<li>At least 32 bugs were resolved: Use
<!-- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?negate0=1;field0-0-0=target_milestone;type0-0-1=regexp;field0-0-1=target_milestone;resolution=FIXED;resolution=WONTFIX;resolution=WORKSFORME;classification=DSDP;chfieldto=2010-03-20;chfield=resolution;query_format=advanced;chfieldfrom=2009-09-10;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;value0-0-1=3.2%20M[7];type0-0-0=regexp;value0-0-0=[23]\.[01].*;component=Core;component=RSE;component=Terminal;product=Target%20Management"> -->
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED;resolution=WONTFIX;resolution=WORKSFORME;classification=DSDP;query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;component=Core;component=RSE;component=Terminal;target_milestone=3.2%20M6;product=Target%20Management">
<li>At least 2 bugs were resolved: Use
<!-- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?negate0=1;field0-0-0=target_milestone;type0-0-1=regexp;field0-0-1=target_milestone;resolution=FIXED;resolution=WONTFIX;resolution=WORKSFORME;classification=DSDP;chfieldto=2010-03-20;chfield=resolution;query_format=advanced;chfieldfrom=2010-03-16;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;value0-0-1=3.2%20M[6];type0-0-0=regexp;value0-0-0=[23]\.[01].*;component=Core;component=RSE;component=Terminal;product=Target%20Management"> -->
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED;resolution=WONTFIX;resolution=WORKSFORME;classification=DSDP;query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;component=Core;component=RSE;component=Terminal;target_milestone=3.2%20M7;product=Target%20Management">
this query</a> to show the list of bugs fixed since
<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/R-3.1.1-200909160905/">
TM 3.1.1</a>
[<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/R-3.1.1-200909160905/buildNotes.php">build notes</a>].</li>
<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.2M6-201003160452/">
TM 3.2M6</a>
[<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/S-3.2M6-201003160452/buildNotes.php">build notes</a>].</li>
<li>For details on checkins, see
<a href="http://dsdp.eclipse.org/dsdp/tm/searchcvs.php">TM SearchCVS</a>, the
<a href="http://download.eclipse.org/dsdp/tm/downloads/drops/N-changelog/index.html">
@ -126,6 +116,17 @@ More information can be found in the associated bugzilla items.
<ul>
<li>TM @buildId@ API Specification Updates
<ul>
<li>The <code><a href="http://dsdp.eclipse.org/help/latest/topic/org.eclipse.dstore.doc.isv/reference/api/org/eclipse/dstore/core/server/IServerLogger.html">IServerLogger</a></code>
interface was marked as <b>@noimplement</b> in order to allow adding a new method. Clients must extend the
default <a href="http://dsdp.eclipse.org/help/latest/topic/org.eclipse.dstore.doc.isv/reference/api/org/eclipse/dstore/core/server/ServerLogger.html">ServerLogger</a></code>
class in order to contribute a valid custom server logger. We believe that any useful server logger would have done that
already, so the API specification update seems acceptable
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=305272">305272</a>].</li>
</ul></li>
</ul>
</li>
<li>TM 3.2M6 API Specification Updates
<ul>
<li>The <code><a href="http://dsdp.eclipse.org/help/latest/topic/org.eclipse.rse.doc.isv/reference/api/org/eclipse/rse/services/clientserver/ISystemFileTypes.html">ISystemFileTypes</a></code>,
<code><a href="http://dsdp.eclipse.org/help/latest/topic/org.eclipse.rse.doc.isv/reference/api/org/eclipse/rse/subsystems/files/core/model/ISystemFileTransferModeMapping.html">ISystemFileTransferModeMapping</a></code>