diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index 26009df3043..04de21c7d41 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -28,17 +28,31 @@
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:
+- 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: An extension point has been added to specify the default file transfer mode (binary/ascii) for a specific filetype
+ [208951].
+- Remote file encoding now defaults to the parent folder encoding
+ [209660].
+- 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].
-- API: An extension point has been added to specify file transfer mode (binary/ascii) for a specific filetype
- [208951].
-- Remote file encoding now defaults to the parent folder encoding
- [209660].
-At least 10 bugs were fixed: Use
+At least 28 bugs were fixed: Use
@@ -117,6 +131,11 @@ More information can be found in the associated bugzilla items.
- TM @buildId@ Breaking API Changes
+- Removed the now obsolete IFileService.list(...) methods in favor of the new API
+ from bug 207178.
+ Clients of IRemoteFileSubSystem and IFileService need to be changed, though the change
+ is simple and compiler will mark error positions
+ [209552].
- Archive Handler API has been changed to support background operation and cancellation.
To facilitate this, an additional ISystemOperationMonitor interface was added as last parameter
of most method calls in