diff options
author | Erlang/OTP <[email protected]> | 2018-06-19 08:24:54 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-19 08:24:54 +0200 |
commit | bb19e24a485e9ef43bcca3fbe9757da83f70c3a0 (patch) | |
tree | a19c71208a9cb9e98cb83fddab2fb63f5bd3436e /lib/inets/doc/src/notes.xml | |
parent | fab4839df8dbf6ee394278893382abd9800236a1 (diff) | |
download | otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.tar.gz otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.tar.bz2 otp-bb19e24a485e9ef43bcca3fbe9757da83f70c3a0.zip |
Prepare release
Diffstat (limited to 'lib/inets/doc/src/notes.xml')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 62 |
1 files changed, 61 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 6adb1bdfd6..f4bf4b1e1f 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,67 @@ <file>notes.xml</file> </header> - <section><title>Inets 6.5.2</title> + <section><title>Inets 7.0</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed HTTP content injection bug in httpc (ERL-456).</p> + <p> + Own Id: OTP-14726</p> + </item> + <item> + <p> + Fixed support for URI-references in HTTP 'Location' + header (ERL-333).</p> + <p> + Own Id: OTP-14729</p> + </item> + <item> + <p> + Fix broken 'Content-Type' handling in httpc (ERL-536).</p> + <p> + Own Id: OTP-15006</p> + </item> + <item> + <p> + Fix handling of relative paths in the script_alias + property of httpd (ERL-574).</p> + <p> + Own Id: OTP-15021</p> + </item> + <item> + <p> + Fix httpd:reload_config/2 with path() as the first + argument (ERL-578).</p> + <p> + Own Id: OTP-15025</p> + </item> + <item> + <p> + Improved gracefulness.</p> + <p> + Own Id: OTP-15042</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Split inets and create separate ftp and tftp apps.</p> + <p> + Own Id: OTP-14113</p> + </item> + </list> + </section> + +</section> + +<section><title>Inets 6.5.2</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |