diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index 5d34100c1b2..4e78933ff2c 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -28,46 +28,19 @@
Platform Runtime is the minimum requirement for core RSE and Terminal.
Discovery needs EMF, and the RemoteCDT integration needs CDT.
Important Bug Fixes, Enhancements and API changes:
-- Permissions, Owner and Group of remote files on DStore, SSH and FTP connections
- can now be shown in the Property sheet and the Table view. There is also a new
- Property page to modify Permissions, Owner and Group if that is supported by the
- file service. New API was introduced to support this
- [209593].
-- Lazy Loading of Filter Pools accounts for improved RSE startup time
- and decreased memory footprint due to fewer plugins being loaded
- [197036].
-- The RSE "Link with Editor" action has been fixed. A new IViewLinker
- API as well as extensions to the ISystemTree API were made to get this done
- [187711].
-- Filters are now connection-private by default
- [160403].
-- SSH Keepalive added to avoid connections time out. The keepalive is
- hardcoded to 5 minutes for now and will be made user-configurable in the future
- [155026].
-- A Connection Timeout Preference has been added for dstore
- [216596].
-- In the optional Terminal Input Field, field assist (Ctrl+Space) has been
- added to easily access commands that were entered previously
- [211659].
-- API: SystemRegistry is now accessible for non-UI plugins without starting
- RSEUIPlugin before (there still is a dependency into SWT only, which we hope
- to remove with the next milestone)
- [215820].
-- API: Nested Property Sets are now supported for more complex descriptions
- of hosts
- [217715].
-- Several smaller bug fixes have been made for search results, archive
- handling, and thread-safety.
+- API: Several SystemMessages and Shared Resource Strings have been moved
+ from RSEUIPlugin to non-UI
+ [216252].
-At least 49 bugs were fixed: Use
-
-
-
+At least ?? bugs were fixed: Use
+
+
this query to show the list of bugs fixed since the last milestone,
-
- TM 3.0M4
- [build notes].
-For details on checkins, see the
+
+ TM 3.0M5
+ [build notes].
+For details on checkins, see
+ TM SearchCVS, the
RSE CVS changelog, and the
@@ -136,7 +109,22 @@ user attention. A short hint on what needs to change is given directly in the li
More information can be found in the associated bugzilla items.
-- TM @buildId@ Breaking API Changes [query]
+
- TM @buildId@ Breaking API Changes [query]
+
+- SystemFileTransferModeRegistry has been moved to internal class.
ISystemFileTransferModeRegistry
can now
+ be accessed by calling new API RemoteFileUtility.getSystemFileTransferModeRegistry()
+ instead
+ [220020].
+- Several SystemMessages and Shared Resource Strings have been moved to different packages in order
+ to allow better integration with other Eclipse projects and better UI/Non-UI splitting. A list of related
+ breaking API changes is attached to bug
+ [216252].
+- Some deprecated or not correctly working methods have been removed but should not have
+ been used by any clients anyways
+ [219975]
+ [220041].
+
+- TM 3.0M5 Breaking API Changes [query]
- Removed IServiceSubSystem and related types in order to simplify the code, and allow better lazy initialization.
ISubSystem.getServiceType() is now used to know whether a given subsystem
@@ -246,8 +234,8 @@ The following critical or major bugs are currently known.
We'll strive to fix these as soon as possible.
- bug 218387 - maj - [efs] Eclipse hangs on startup of a Workspace with a large efs-shared file system on a slow connection
- - bug 198395 - maj - [dstore] Can connect to DStore with expired password
- bug 208185 - maj - [terminal][serial] terminal can hang the UI when text is entered while the backend side is not reading characters
+ - bug 198395 - maj - [dstore] Can connect to DStore with expired password