diff options
author | Lars Thorsen <[email protected]> | 2018-08-24 10:04:58 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2018-08-24 10:04:58 +0200 |
commit | d35d59cea514582817f1fc450885d6a060e542c0 (patch) | |
tree | 86e440439b5dcb2bd8b7a6fb16fde2fc9471ea72 /lib/inets/doc/src | |
parent | 487f0c12e8700d31161a3bbb9c36e360aff484ac (diff) | |
parent | 53b1e77ea7be8d90d652521a2326046b5d95c3e2 (diff) | |
download | otp-d35d59cea514582817f1fc450885d6a060e542c0.tar.gz otp-d35d59cea514582817f1fc450885d6a060e542c0.tar.bz2 otp-d35d59cea514582817f1fc450885d6a060e542c0.zip |
Merge branch 'maint-21' into maint
* maint-21:
Updated OTP version
Prepare release
Updated the engine load functionality
inets: Prepare for release
inets: Use status code 501 when no mod_* handles the request
ssl: Prepare for release
ssl: Make sure that a correct cipher suite is selected
ssl: Make sure that a correct cipher suite is selected
Diffstat (limited to 'lib/inets/doc/src')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index d1fbbfc2b5..6c4d4cb107 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,9 +33,25 @@ <file>notes.xml</file> </header> - <section><title>Inets 7.0</title> + <section><title>Inets 7.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Change status code for no mod found to handle request to + 501</p> + <p> + Own Id: OTP-15215</p> + </item> + </list> + </section> - <section><title>Fixed Bugs and Malfunctions</title> + </section> + + <section><title>Inets 7.0</title> + + <section><title>Fixed Bugs and Malfunctions</title> <list> <item> <p> |