diff options
author | Erlang/OTP <otp@erlang.org> | 2019-09-17 11:17:55 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2019-09-17 11:17:55 +0200 |
commit | b13c0308e13c023f6de32b6b5f6aa647b7d1ce49 (patch) | |
tree | ed58b6c279efb4017098424de209d6560c6e19cd /lib/inets | |
parent | d277de6e4d21724f778e264359dae264ce0edd75 (diff) | |
download | erlang-b13c0308e13c023f6de32b6b5f6aa647b7d1ce49.tar.gz |
Prepare release
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 25 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
2 files changed, 25 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index e3981265af..da670bb1c9 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,30 @@ <file>notes.xml</file> </header> - <section><title>Inets 7.0.9</title> + <section><title>Inets 7.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + httpd - Accept singel LF as line terminator</p> + <p> + Own Id: OTP-15893 Aux Id: PR-2206 </p> + </item> + <item> + <p> + mod_esi will now always propagate the actual HTTP status + code that it answered with, to later mod-modules, and not + in some cases hardcode 200.</p> + <p> + Own Id: OTP-16049 Aux Id: ERIERL-395 </p> + </item> + </list> + </section> + +</section> + +<section><title>Inets 7.0.9</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index d948204618..afc02f2038 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.0.9 +INETS_VSN = 7.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |