From a047a03ac89d206bb20b58fea3dacd857c6b7aef Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 25 May 2007 13:15:53 +0000 Subject: [PATCH] Prepare build notes for 2.0 RC1 --- releng/org.eclipse.rse.build/template/buildNotes.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php index 828db97d8c4..4ea9f778185 100755 --- a/releng/org.eclipse.rse.build/template/buildNotes.php +++ b/releng/org.eclipse.rse.build/template/buildNotes.php @@ -52,7 +52,7 @@
  • Apache Commons.Net and ORO are now distributed as verbatim compies from the Orbit project, so they will not be changed any more.
  • --> -
  • At least 4 API changes and 28 bugs were fixed: use +
  • At least 6 API changes and 28 bugs were fixed: use this query to show the list of bugs fixed since the last milestone, @@ -153,6 +153,10 @@ More information can be found in the associated bugzilla items.
  • ISystemRegistry.fireEvent() now switches to the Display thread automatically. This may be relevant for event listeners to know [176601].
  • +
  • Moved SystemIFileProperties from UI to Core, in preparation of moving + SystemRegistry into non-UI in the future. + For migration, just organize imports + [189130].
  • Moved three methods from ISystemRegistry into ISystemRegistryUI in preparation of moving SystemRegistry into non-UI in the future: showRSEPerspective(), expandHost(), expandSubSystem() are now @@ -160,7 +164,6 @@ More information can be found in the associated bugzilla items. ISystemResourceChangeEvents.EVENT_SELECT_EXPAND. Migration notes: use the methods from their new home. For details, see bug [189123].
  • -
  • TM 2.0M7 Breaking API Changes