diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index 29f4313a109..1cf18448e56 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -28,49 +28,18 @@
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:
-- A new Synchronize Cache action now allows to check all locally cached files
- and open editors for their update status with a single action. Select one or more
- remote folders in the RSE System View, and choose "Synchronize Cache" from the context
- menu
- [143503].
-- Archive Handling has been improved to run outside the dispatch thread on the
- Local and DStore subsystems. Several API changes were made to support a cancelable
- progress monitor with the archive operations
- [160775].
-- The File Transfer Mode Preference Page has been improved for better usability.
- Transfer mode preferences are now decoupled from Eclipse Platform Editor File Types
- [203114];
- Upload and Download do honor the preference such that in text mode, encoding conversions
- are performed to ensure that remote text files are always locally stored in the local
- default encoding. This allows for external tools to easily perform operations on remote
- files which are in uncommon encodings
- [210812].
-- API: The
- remoteFileTypes extension point has been added to specify the default file transfer mode
- (binary/ascii) for a specific file type
- [208951].
-- Remote file encoding now defaults to the parent folder encoding
- [209660].
-- API: A new
- codePageConverters extension point has been added to support services
- that need to perform special additional conversions on encodings
- [209704].
-- API: The Select Input Dialog now supports setting a viewer filter such that unwanted kinds of items
- can not e selected [187543].
-- API: The new uploadMulti(), downloadMulti() API has been renamed in
- IFileService.
- [162195].
- Also, the new multi-API is now being leveraged in UniversalFileTransferUtility
- [209375].
+- 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].
-At least 53 bugs were fixed: Use
-
-
-
+At least 4 bugs were fixed: Use
+
+
+
this query to show the list of bugs fixed since the last milestone,
-
- TM 3.0M3
- [build notes].
+
+ TM 3.0M4
+ [build notes].
For details on checkins, see the
RSE CVS changelog, and the
@@ -142,6 +111,9 @@ More information can be found in the associated bugzilla items.
- TM @buildId@ Breaking API Changes
+- TM 3.0M4 Breaking API Changes
+
+
TM 3.0M3 Breaking API Changes
- Optimized IFileService for multi-queries. This is not a breaking API change for clients
@@ -224,7 +196,6 @@ We'll strive to fix these as soon as possible.
- bug 198143 - maj - [dstore][performance] Refresh a big directory takes very long time, and freezes workbench
- bug 198395 - maj - [dstore] Can connect to DStore with expired password
- - bug 203501 - maj - NPE in PFMetadataLocation when saving RSEDOM
- bug 208185 - maj - [terminal][serial] terminal can hang the UI when text is entered while the backend side is not reading characters