diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php index 217ceee0992..594eb64675a 100755 --- a/releng/org.eclipse.rse.build/template/buildNotes.php +++ b/releng/org.eclipse.rse.build/template/buildNotes.php @@ -23,17 +23,31 @@
+ + + + +
+ Getting Started
+
+

The RSE User Documentation now has a + +Getting Started Tutorial that guides you through installation, first steps, +connection setup and important tasks.

+
+ + + + + +
+ API Status
+
+

As per the Target Management +plan, +we reached API Freeze for RSE 1.0M4.

+

In fact we have reviewed and documented all relevant APIs, and they +have proven useful in earlier proprietary versions of RSE.
+Yet, due to a lack of public feedback so far we still want to +declare the APIs provisional for now.

+

This means, that we reserve the right to change any API after RSE 1.0 +in a not backward compatible way. All such API changes will be voted on +by committers on the +dsdp-tm-dev developer mailing list, and documented in a migration guide +for future releases.

+

Currently, we see the following areas for potential API changes: +

    +
  • Classes and Interfaces that are not meant for public use will be + moved to packages tagged as internal. This will apply + particularly to the "implementation" plugins for the ssh, ftp and + local subsystems (these do not define any new APIs anyways).
  • +
  • The IConnectorService interface may be slightly modified + in order to allow for better UI / Non-UI separation.
  • +
  • Some more RSE Model classes may be moved from the UI plugin to the + non-UI core plugin.
  • +
+If you want to start programming against RSE APIs now, best let us know +about your endeavours and keep yourself up-to-date. Stay in contact with +the +dsdp-tm-dev developer mailing list, and give feedback to make the +APIs better. +
+
@@ -122,48 +191,6 @@ these methods, such as listFiles(), now includes an IProgressMonitor as the last
- - - - -
- Getting Started
-
-

The RSE User Documentation now has a - -Getting Started Tutorial that guides you through installation, first steps, -connection setup and important tasks.

-
- - - - - -
- API Freeze
-
-

As per the Target Management -plan, -we reached API Freeze for RSE M4.

-

In fact we have reviewed and documented all relevant APIs, but just like most -Eclipse projects, we'll still reserve the right to make API improvements when -committers vote on them. Votes will be held publicly, such that everyone will -be informed in case the APIs should change.

-

Currently, we see the following areas for potential API changes: -

    -
  • Classes and Interfaces that are not meant for public use will be - moved to packages tagged as internal. This will apply - particularly to the "implementation" plugins for the ssh, ftp and - local subsystems (these do not define any new APIs anyways).
  • -
  • The IConnectorService interface may be slightly modified - in order to allow for better UI / Non-UI separation.
  • -
  • Some more RSE Model classes may be moved from the UI plugin to the - non-UI core plugin.
  • -
-If you want to start programming against RSE APIs now, best let us know -about your endeavours and keep yourself up-to-date. -
-
@@ -176,20 +203,21 @@ deliverables did not make it into this build:
  • User Actions, and Import/Export were deferred with M3 already. A new plan has been published with M3 already.
  • -
  • JUnit tests did not make it into the build due to pending IP legal review. - They are available from Bugzilla +
  • JUnit tests did not make it into the build because IP legal review was + not completed in time. The Unit Test Framework is available from Bugzilla bug 149080 - instead. Due to the missing Unit Test Framework, automated tests could also - not yet be added to this build.
  • + instead. Most of this has been committed into the CVS Repository already, + but actual Unit Tests making use of the framework do not exist yet. +
The following critical or major bugs are currently known. We'll strive to fix these as soon as possible.
  • bug 162883 - maj - [shell updating] No prompt on Solaris local shell
  • -
  • bug 163267 - maj - After a period of not using the Windows dstore connectio gets unusable
  • -
  • bug 163381 - cri - refresh doesn't refresh when browsing the same folder on 2 connections
  • -
  • bug 163264 - maj - FTP Only can not delete first subfolder
  • bug 162993 - maj - ssh connection gets confused
  • +