diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index 83ad98b896f..b128dde0500 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -27,6 +27,8 @@
Other components should work with Eclipse 3.3M6 or later.
Platform Runtime is the minimum requirement for core RSE and Terminal.
Discovery needs EMF, and the Remotecdt integration needs CDT.
+
If you use the dstore server, the version number has been updated. You should use
+ the new server with this build.
-At least ? API changes and ? bugs were fixed: use
+At least 2 API changes were made and 25 bugs were resolved: use
this query to show the list of bugs fixed since the last milestone,
@@ -120,12 +122,20 @@ More information can be found in the associated bugzilla items.
- TM @buildId@ Breaking API Changes
-- SystemResourceManager - removed two methods getRemoteSystemsProject() and getProfileFolder(String).
-getRemoteSystemsProject() was a convenience method that was equivalent to getRemoteSystemsProject(true) and it forced the
-creation of RemoteSystemConnections project in the workspace. This was undesirable given the current persistence provider
-defaults.
-getProfileFolder(String) returned a IFolder for a profile under the old persistence provider scheme. The method was obsolete and
-should not be being used at all.
+- ISystemResourceManager - removed two methods getRemoteSystemsProject()
+ and getProfileFolder(String).
+ The method getRemoteSystemsProject() was a convenience method that was
+ equivalent to getRemoteSystemsProject(true) and it forced the
+ creation of RemoteSystemConnections project in the workspace.
+ This was undesirable given the current persistence provider defaults.
+ The method getProfileFolder(String) returned a IFolder for a profile under the
+ old persistence provider scheme. The method was obsolete and
+ should not be being used at all.
+ [191130]
+
- The version number of the dstore server was updated from 8.0.0 to 9.0.0 - running this build against an
+ older dstore server will likely work, but will receive an incompatibility message on connection.
+ [188365]
+
- TM 2.0RC2 Breaking API Changes
@@ -321,8 +331,6 @@ Use
The following critical or major bugs are currently known.
We'll strive to fix these as soon as possible.
- - bug 189543 - blo - License and about file errors
- - bug 190803 - cri - [dstore] Canceling a long-running dstore job makes all Eclipse freeze UI
- bug 187301 - maj - [telnet] Telnet does not allow multiple shells