Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PTP/new and noteworthy/9.2.0"

(Created page with "The following are new features that are available in PTP 9.2, Photran 9.2, and Remote 3.0. === Rename Package === The Parallel package has been renamed "Eclipse IDE for Scie...")
 
 
Line 5: Line 5:
 
The Parallel package has been renamed "Eclipse IDE for Scientific Computing"
 
The Parallel package has been renamed "Eclipse IDE for Scientific Computing"
  
[[File:download.png|800px]]
+
[[File:downloads.png|800px]]
  
 
=== Remote support available for secure sites ===
 
=== Remote support available for secure sites ===

Latest revision as of 16:12, 7 June 2018

The following are new features that are available in PTP 9.2, Photran 9.2, and Remote 3.0.

Rename Package

The Parallel package has been renamed "Eclipse IDE for Scientific Computing"

Downloads.png

Remote support available for secure sites

Some sites limit the number of SSH channels that are available. These sites often do not enable SFTP either. To enable remote operations in these environments, a new java-based agent has been provided. This agent provides a multiplexed communications channel and emulates all file operations directly from the java agent. The agent is downloaded and launched automatically via a single SSH connection.

Bug fixes

In addition to the bug fixes listed on the 9.2 release Issues page, the following bugs have been fixed in this release:

472329 RemoteResourceBrowserWidget fails to use IRemoteFileService.toPath(URI) for converting URIs to paths
475609 Add support for telnet
478544 SWTException in ConnectionsPreferencePage.addConnection (253)
478549 NullPointerException in ConnectionsPreferencePage.addConnection (246)
480259 Up button converts path to local file system in RemoteResourceBrowserWidget
480314 RemoteResourceBrowserWidget should have traverse listener on remote path text
483923 Opening ssh connection (terminal) should not depend on sftp
485549 ArrayIndexOutOfBoundsException in ConnectionsPreferencePage.createWidgets
485789 Canceling a connection in browser displays empty reason
486593 Remote connections with whitespace in the name are not handled correctly in the preferences page
488419 Make the NewSerialPortConnectionWizard public/extendable
488959 Allow other plugins to contribute Actions to TerminalConsole toolbar
494206 The JSch getProcessBuilder() should return null if the connection is not open
494207 "Remote" button for proxy connections doesn't enable combo
494429 Console shell does not set terminal size correctly

Back to the top