diff options
Diffstat (limited to 'lib/cosFileTransfer/doc/src/notes.xml')
-rw-r--r-- | lib/cosFileTransfer/doc/src/notes.xml | 211 |
1 files changed, 211 insertions, 0 deletions
diff --git a/lib/cosFileTransfer/doc/src/notes.xml b/lib/cosFileTransfer/doc/src/notes.xml new file mode 100644 index 0000000000..e3b7e4819a --- /dev/null +++ b/lib/cosFileTransfer/doc/src/notes.xml @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="latin1" ?> +<!DOCTYPE chapter SYSTEM "chapter.dtd"> + +<chapter> + <header> + <copyright> + <year>2000</year><year>2009</year> + <holder>Ericsson AB. All Rights Reserved.</holder> + </copyright> + <legalnotice> + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + </legalnotice> + + <title>cosFileTransfer Release Notes</title> + <prepared></prepared> + <docno></docno> + <checked></checked> + <date>2000-08-24</date> + <rev>A</rev> + <file>notes.xml</file> + </header> + + <section> + <title>cosFileTransfer 1.1.9</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p> + The documentation is now built with open source tools (xsltproc and fop) + that exists on most platforms. One visible change is that the frames are removed.</p> + <p> + Own Id: OTP-8201 Aux Id:</p> + </item> + </list> + </section> + </section> + + <section> + <title>cosFileTransfer 1.1.8</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p>Obsolete guards, e.g. record vs is_record, has been changed + to avoid compiler warnings.</p> + <p>Own id: OTP-7987</p> + </item> + </list> + </section> + </section> + + <section> + <title>cosFileTransfer 1.1.7</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p>Updated file headers.</p> + <p>Own id: OTP-7837</p> + </item> + </list> + </section> + </section> + + <section> + <title>cosFileTransfer 1.1.6</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p>Documentation source included in open source releases.</p> + <p>Own id: OTP-7595</p> + </item> + </list> + </section> + <section> + <title>Fixed Bugs and Malfunctions</title> + <list type="bulleted"> + <item> + <p>When using predefined native file copy the return values from + file operation was not handled correctly.</p> + <p>Own id: OTP-7599</p> + </item> + </list> + </section> + </section> + + <section> + <title>cosFileTransfer 1.1.5</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p>CosFileTransfer now uses the changed Inets API.</p> + <p>Own id: OTP-7020</p> + </item> + </list> + </section> + </section> + + <section> + <title>cosFileTransfer 1.1.4</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p>The documentation source has been converted from SGML to XML.</p> + <p>Own id: OTP-6754</p> + </item> + </list> + </section> + </section> + + <section> + <title>cosFileTransfer 1.1.3</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p>Minor Makefile changes.</p> + <p>Own id: OTP-6701</p> + </item> + </list> + </section> + </section> + + <section> + <title>cosFileTransfer 1.1.2</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p>Due to changed behavior of the ftp client a few changes + has been made.</p> + <p>Own id: OTP-5135</p> + </item> + </list> + </section> + </section> + + <section> + <title>cosFileTransfer 1.1.1</title> + + <section> + <title>Fixed Bugs and Malfunctions</title> + <list type="bulleted"> + <item> + <p>Depending on which ftp server is used, the operation + CosFileTransfer::Directory::list could fail.</p> + <p>Own id: OTP-4954</p> + </item> + </list> + </section> + </section> + + <section> + <title>cosFileTransfer 1.1</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p>The stub/skeleton-files generated by IC have been improved, + i.e., depending on the IDL-files, reduced the size of the + erl- and beam-files and decreased dependencies off Orber's + Interface Repository. It is necessary to re-compile all IDL-files + and use COS-applications, including Orber, compiled with + IC-4.2.</p> + <p>Own id: OTP-4576</p> + </item> + </list> + </section> + </section> + + <section> + <title>cosFileTransfer 1.0.2</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p>First release of the cosFileTransfer application. Please note that + the OMG specification was not finalized when this version + was released. Hence, the API may be changed in way which is not + compatible with this version. Contact support if you are in doubt.</p> + <p>Own Id: -</p> + </item> + </list> + </section> + </section> +</chapter> + |