diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index feff0930890..7d5652ddc40 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -37,10 +37,25 @@
This allows for fine-tuning the environment on the remote machine, in which the program is supposed to run
[181517]
Locating an item in the RSE Tree is now possible from the scratchpad, monitor, and remote details
- table views. This allows for easily finding related items in case one item is already known
- [160105]
+ table views, as well as the project explorer and resource navigator. This allows for easily finding related
+ items in case one item is already known; and doing RSE operations such as browsing into an archive based
+ on the context in a normal project explorer workspace.
+ [160105]
+ [218227]
+ A new Preference has been added: Remote Systems > Files > Share cached files between different connections to the same host.
+ By default, this setting is on, but it can be turned off to support different virtual
+ file systems being retrieved for different kinds of connections (such as different
+ users for FTP connections, or different ports for SSH-tunneled connections). For
+ supporting such cases, the setting should be turned off
+ [245260].
+ API: DStore Products can now register their own keystores
+ [259905].
+ API: A PropertyTester is now available for the properties served
+ by ISystemViewElementAdapter, in order to support declaratively registering
+ menus with the org.eclipse.ui.menus extension point.
+ [245039].
-At least 8 bugs were fixed: Use
+At least 21 bugs were fixed: Use
this query to show the list of bugs fixed since
@@ -115,7 +130,25 @@ More information can be found in the associated bugzilla items.
- TM @buildId@ API Specification Updates
-- None
+- The TerminalState.OPENED state has been removed. This was provisional "internal" API,
+ so this change does not constitute an official API change. Still, in order to properly
+ support all update scenarios for consumers of the previous provisional API, the bundle
+ version of org.eclipse.tm.terminal has been moved up to 3.0.0
+ [262996].
+- The SshShellService, SshHostShell, TelnetShellService, TelnetHostShell and related
+ classes have been removed and replaced by a generic Terminal-to-HostShell adapter which can
+ re-use the functionality across the Telnet and SSH plugins.
+ In order to ensure proper version computing on update, the following plugin versinos were changed:
+
+ - org.eclipse.rse.services.ssh changed from 2.1.0 to 3.0.0
+ - org.eclipse.rse.services.telnet changed from 1.1.0 to 2.0.0
+
+ These changes do not indicate breaking public API since the removed classes were
+ actually never API, but consumers should be aware of the probably unexpected
+ major version bump, which was required due to the internal version dependency
+ structure
+ [261478].
+
@@ -144,10 +177,7 @@ Use
The following critical or major bugs are currently known.
We'll strive to fix these as soon as possible.
-
- - bug 255390 - maj - [dstore] Remote search with a large number of results causes an OutOfMemoryError on the server side and crashes the server.
- bug 248913 - maj - [ssh] SSH subsystem loses connection
- - bug 245260 - maj - Different user's connections on a single ftp host are mapped to the same temp files cache
- bug 244070 - maj - [dstore] DStoreHostShell#exit() does not terminate child processes
- bug 238156 - maj - Export/Import Connection doesn't create default filters for the specified connection
- bug 236443 - maj - [releng] Using P2 to install "remotecdt" only from update site creates an unusable installation