diff options
author | fburton | 2009-07-28 18:19:33 +0000 |
---|---|---|
committer | fburton | 2009-07-28 18:19:33 +0000 |
commit | 619b10b25a86815bd2b0d3578c865abaee3fb850 (patch) | |
tree | 41cd72f2bac79659f77c757a95c2985e7435be5c /docs/TCF Service - File System.html | |
parent | 1d267b0228acd369a8ca3436908f0c800bf6a43f (diff) | |
download | org.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.tar.gz org.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.tar.xz org.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.zip |
Added version history for specifications
Diffstat (limited to 'docs/TCF Service - File System.html')
-rw-r--r-- | docs/TCF Service - File System.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/TCF Service - File System.html b/docs/TCF Service - File System.html index a55db4ccc..8bef5f3f6 100644 --- a/docs/TCF Service - File System.html +++ b/docs/TCF Service - File System.html @@ -9,6 +9,8 @@ <h1>Target Communication Framework Services - File System</h1> <ul> + <li><a href='#VersionHistory'>Version History</a> + <li><a href='#Overview'>Overview</a> <li><a href='#ReqSync'>Request Synchronization and Reordering</a> <li><a href='#FileNames'>File Names</a> <li><a href='#FileModes'>File Open Modes</a> @@ -43,6 +45,21 @@ <h1>File System Service</h1> +<h2><a name='VersionHistory'>Version History</a></h2> + +<table border=1 cellpadding=8> + <tr> + <th>Version + <th>Date + <th>Change + <tr> + <td>0.1 + <td>2008-01-10 + <td>Initial contribution +</table> + +<h2><a name='Overview'>Overview</a></h2> + <p>File System service provides file transfer (and more generally file system access) functionality in TCF. The service design is derived from SSH File Transfer Protocol specifications.</p> |