From 0e9fe94b51939bf253573bdb7db6371f07828b97 Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Fri, 18 May 2007 23:52:29 +0000
Subject: [PATCH] Update build notes for M7
---
releng/org.eclipse.rse.build/template/buildNotes.php | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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].