diff options
author | Erlang/OTP <[email protected]> | 2015-10-05 11:01:01 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-10-05 11:01:01 +0200 |
commit | e0cdb50524c260ca96b67e9b1000d320bd8903c1 (patch) | |
tree | 5cf3bd508c72651f5f46c11067407301d06fa61f /lib/inets | |
parent | 192c247af496b6b33775cfad21b8cebdadd96823 (diff) | |
download | otp-e0cdb50524c260ca96b67e9b1000d320bd8903c1.tar.gz otp-e0cdb50524c260ca96b67e9b1000d320bd8903c1.tar.bz2 otp-e0cdb50524c260ca96b67e9b1000d320bd8903c1.zip |
Prepare release
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index eb1027b028..ef11fdc10c 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,38 @@ <file>notes.xml</file> </header> - <section><title>Inets 6.0.1</title> + <section><title>Inets 6.0.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Avoid crash in mod_auth_server and mod_security_server + due to using an atom instead of a string when creating a + name.</p> + <p> + Own Id: OTP-13022</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add function response_default_headers/0 to httpd + customize API, to allow user to specify default values + for HTTP response headers.</p> + <p> + Own Id: OTP-13013</p> + </item> + </list> + </section> + +</section> + +<section><title>Inets 6.0.1</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |