From a9d9e015efe244a4352f6c3a4c6ed6b5c24d0d82 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 25 May 2007 12:18:37 +0000 Subject: [PATCH] Prepare build notes for 2.0 RC1 --- .../template/buildNotes.php | 46 +++++++++++++------ 1 file changed, 33 insertions(+), 13 deletions(-) diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php index 69c6e2456a7..828db97d8c4 100755 --- a/releng/org.eclipse.rse.build/template/buildNotes.php +++ b/releng/org.eclipse.rse.build/template/buildNotes.php @@ -26,17 +26,6 @@
  • TM @buildId@ requires Eclipse 3.3M6 or later. Platform Runtime is the minimum requirement for core RSE and Terminal. Discovery needs EMF, and the Remotecdt integration needs CDT.
  • -
  • Added a milestone update site for TM 2.0 milestone builds at - http://download.eclipse.org/dsdp/tm/updates/milestones. - In case any critical updates are announced on the dsdp-tm-dev mailing list, - "Check for updates" will automatically get the patches from there - [175241].
  • -
  • Digital Signing of plugins has been re-enabled now that the Platform - issues with it are fixed. All TM stuff on the update sites is digitally - signed with the Eclipse certificate.
  • -
  • Added Import/Export to downloadable builds - - User Actions needs to be deferred to after TM 2.0 - [170909].
  • Added a Telnet Subsystem. It can be activated by selecting the new system type "Telnet Only (Experimental)". The telnet subsystem is currently still experimental because of problems when passing invalid credentials, or @@ -48,6 +37,13 @@ allow products configure the policy for mnemonic generation [178768] [187860].
  • +
  • Persistence of RSE objects is now done in .metadata by default. + This fixes problems with workspace locking. Existing connection definitions + in the old format are still read and understood. The old default behavior + can be restored by a Preference setting. For details, see bug + [187647].
  • +
  • Fixed many problems with externalized Strings relevant for translated + versions of RSE with NL packs.
  • -
  • At least 2 API changes and 13 bugs were fixed: use +
  • At least 4 API changes and 28 bugs were fixed: use this query to show the list of bugs fixed since the last milestone, @@ -144,11 +140,35 @@ More information can be found in the associated bugzilla items. +
  • Created API for default encoding of a connection on the IHost level. + Existing IRemoteCmdSubSystem.getEncoding() is to be replaced by + IRemoteCmdSubSystem.getHost().getDefaultEncoding(true). + For details, see bug + [179937].
  • Moved RSESystemTypeAdapter.createNewHostInstance() to IRSESystemType.createNewHostInstance(). This was necessary in order to support moving SystemHostPool from UI to Core, which is a blocking prerequisite for future enhanced UI/Non-UI separation. Migration: Extenders of RSESystemTypeAdapter will need to change their code - [176211].
  • + [176211]. +
  • ISystemRegistry.fireEvent() now switches to the Display thread automatically. + This may be relevant for event listeners to know + [176601].
  • +
  • Moved three methods from ISystemRegistry into ISystemRegistryUI + in preparation of moving SystemRegistry into non-UI in the future: + showRSEPerspective(), expandHost(), expandSubSystem() are now + UI-only methods. Note that for non-UI expand, an event exists in + ISystemResourceChangeEvents.EVENT_SELECT_EXPAND. Migration notes: use the + methods from their new home. For details, see bug + [189123].
  • +
  • TM 2.0M7 Breaking API Changes