diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index 996bd48c4cc..69c6e2456a7 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -42,38 +42,27 @@
still experimental because of problems when passing invalid credentials, or
opening multiple telnet shells simultaneously.
[178201].
-
System Type Labels are now translatable, and methods have been added
- for checking properties of system types like isWindows(), in order to simplify
- working with them
- [180688]
- [186640].
-Fixed some Encoding Issues, most prominently with BIDI support
- [179939].
-Terminal now provides an optional input line for dumb systems
- [173730].
-FTP now supports an ftpListingParser extension point to contribute
- custom listing parsers
- [176216].
+Added ability to show translatable property set names
+ [188284].
+Fixed automatic creation of Mnemonics, added a Policy API to
+ allow products configure the policy for mnemonic generation
+ [178768]
+ [187860].
-At least 32 API changes and 74 bugs were fixed: use
-
-
+At least 2 API changes and 13 bugs were fixed: use
+
+
this query to show the list of bugs fixed since the last milestone,
-
- TM 2.0M6a
- [build notes].
+
+ TM 2.0M7
+ [build notes].
For details on checkins, see the
RSE CVS changelog, and the
@@ -150,11 +139,19 @@ 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@ API Changes
+
- TM @buildId@ Breaking API Changes
+- Moved RSESystemTypeAdapter.createNewHostInstance() to IRSESystemType.createNewHostInstance().
+ This was necessary in order to support moving SystemHostPool from UI to Core,
+ which is a blocking prerequisite for future enhanced UI/Non-UI separation.
+ Migration: Extenders of RSESystemTypeAdapter will need to change their code
+ [176211].
+
+- TM 2.0M7 Breaking API Changes
+
- Moved some more classes, like the dstore miners, ISubSystemConfigurationAdapter,
or Terminal API classes (which have been marked provisional).
These changes can simply be picked up by running "organize imports" on client code