diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php index d5a10d29686..74d3fe0720c 100755 --- a/releng/org.eclipse.rse.build/template/buildNotes.php +++ b/releng/org.eclipse.rse.build/template/buildNotes.php @@ -40,7 +40,8 @@
  • Added a Telnet Subsystem. It can be activated by selecting the new system type "Telnet Only", or by choosing it from the available services on Linux, Unix or AIX. The telnet subsystem is currently still experimental - because of problems when passing invalid credentials. + because of problems when passing invalid credentials, or opening multiple + telnet shells simultaneously. [178201].
  • System Type Labels are now translatable [180688].
  • @@ -48,6 +49,9 @@ [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].