diff options
author | Micael Karlberg <[email protected]> | 2011-03-09 17:41:05 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-03-09 17:41:05 +0100 |
commit | 4f42486c2f94860c1aa8152562760b6a2aa7c5cb (patch) | |
tree | c2383c2cf7f82cf8d9144b5a08b65077b0602618 /lib/inets/doc | |
parent | 62e056af8c4fa058faa5087614c6b837a07f06e6 (diff) | |
download | otp-4f42486c2f94860c1aa8152562760b6a2aa7c5cb.tar.gz otp-4f42486c2f94860c1aa8152562760b6a2aa7c5cb.tar.bz2 otp-4f42486c2f94860c1aa8152562760b6a2aa7c5cb.zip |
Added (type) specs for all "public" functions in the ftp module.
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 5da9d98002..72807a27fa 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,6 +32,44 @@ <file>notes.xml</file> </header> + <section><title>Inets 5.6</title> + + <section><title>Improvements and New Features</title> +<!-- + <p>-</p> +--> + + <list> + <item> + <p>[ftp] Added (type) spec for all exported functions.</p> + <p>Own Id: OTP-9114 Aux Id: seq11799</p> + </item> + </list> + + </section> + + <section><title>Fixed Bugs and Malfunctions</title> + <p>-</p> + +<!-- + <list> + <item> + <p>[httpd] httpd_response:send_chunk handles empty list and + empty binary - i.e. no chunk is sent, but it does + not handle a list with an empty binary [<<>>]. + This will be sent as an empty chunk - which in turn + will be encoded by http_chunk to the same as a final + chunk, which will make the http client believe that + the end of the page is reached.</p> + <p>Own Id: OTP-8906</p> + </item> + </list> +--> + </section> + + </section> <!-- 5.6 --> + + <section><title>Inets 5.5.2</title> <section><title>Improvements and New Features</title> |