diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index 0401ce7ee31..0aee3a7e495 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -27,17 +27,24 @@
Other components may work with earlier Eclipse versions, but these have not been tested.
Platform Runtime is the minimum requirement for core RSE and Terminal.
Discovery needs EMF, and the RemoteCDT integration needs CDT.
+
Highlights of bug fixes:
+
- Use
+- Several EFS related bugs have been fixed, and the EFS provider works reliably now.
+- Some deadlocks have been discovered and fixed.
+- Initial startup and initialization, as well as reading saved profiles, have been made more reliable.
+- FTP passive mode has been fixed.
+
+Use
this query to show the list of bugs fixed since the last milestone,
-
- TM 2.0
- [build notes].
+
+ TM 2.0.0.1
+ [build notes].
For details on checkins, see the
RSE CVS changelog, and the
@@ -137,8 +144,12 @@ Use
The following critical or major bugs are currently known.
We'll strive to fix these as soon as possible.
- - bug 192741 - cri - [Archives] Move a folder from within an Archive doesn't work if > 1 level deep
- - bug 192610 - maj - [efs] Create a link to an RSE folder makes eclipse freeze
+ - bug 187739 - maj - [refresh] Sub Directories are collapsed when Parent Directory is Refreshed on Remote Systems
+ - bug 196662 - maj - [refresh] Refresh performs queries in the Dispatch thread
+ - 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 199773 - maj - [ftp][regression] FTP always uploads remote files as binary
+ - bug 202866 - maj - ArrayIndexOutOfBounds in RSEFileSystemContributor.browseFileSystem()