diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php index b9ebf75b255..6b6ed88ffc0 100755 --- a/releng/org.eclipse.rse.build/template/buildNotes.php +++ b/releng/org.eclipse.rse.build/template/buildNotes.php @@ -23,24 +23,26 @@
    -
  • TM @buildId@ requires Eclipse 3.4 or later. +
  • TM @buildId@ requires Eclipse 3.4 (Ganymede) or later. Import/Export, Telnet and FTP require Java 1.5, the rest of RSE runs on Java 1.4. Platform Runtime is the minimum requirement for core RSE and Terminal. - Local Terminal needs CDT Core.
  • + Local Terminal needs CDT Core 7.0 (Helios) or later.
  • Highlights of Fixes and Features since TM 3.3.1: - -
  • At least 2 bugs were resolved: Use - - +
  • At least 57 bugs were resolved: Use + + this query to show the list of bugs fixed since TM 3.3.1 @@ -112,7 +114,13 @@ More information can be found in the associated bugzilla items.
    • TM @buildId@ API Specification Updates
        -
      • None.
      • +
      • TM Terminal Preference Page has been moved from terminal.view into terminal. + Clients which adopt the TM Terminal widget in a view other than the TM Terminal View + can now choose whether they want to leverage the Terminal widget's Preferences for + "invert colors", "line buffer" and "font" or not. By default, Preferences are not + adopted; clients elect adoption by running makeTerminalView(...true). Clients + which don't want to see the Preference page need to hide it by means of a Capability + [bug 378691].