diff options
author | Ingela Anderton Andin <[email protected]> | 2017-11-02 12:36:22 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2017-11-02 12:36:22 +0100 |
commit | 21b920e38078412f3d47442b27b40b3601a1c7d7 (patch) | |
tree | 482ff1bca79bbd2bade20fa89414c18b343c3dd7 /lib | |
parent | 230798a4231397ddae2f46594a4123e666c41ef6 (diff) | |
parent | 3f09864488e77655c9bcb5c70a9b4aead46b3a36 (diff) | |
download | otp-21b920e38078412f3d47442b27b40b3601a1c7d7.tar.gz otp-21b920e38078412f3d47442b27b40b3601a1c7d7.tar.bz2 otp-21b920e38078412f3d47442b27b40b3601a1c7d7.zip |
Merge branch 'maint'
Conflicts:
OTP_VERSION
Diffstat (limited to 'lib')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 34 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
2 files changed, 34 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 10ef84d7cf..1ff6aefaa7 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,39 @@ <file>notes.xml</file> </header> - <section><title>Inets 6.4.2</title> + <section><title>Inets 6.4.3</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Fix broken handling of POST requests</p> + <p> + New chunk mechanism of body data in POST requests added + in 5d01c70ca399edf28e99dc760506329689fab6ba broke + handling of POST body data not using the new mechanism.</p> + <p> + Own Id: OTP-14656</p> + </item> + <item> + <p> + Make sure ints:stop/2 of the service httpd is synchronous</p> + <p> + Own Id: OTP-14696</p> + </item> + <item> + <p> + Honor status code returned by ESI script and modernize + "location" header handling.</p> + <p> + Own Id: OTP-14716</p> + </item> + </list> + </section> + +</section> + +<section><title>Inets 6.4.2</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 34b6902747..108d259823 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.4.2 +INETS_VSN = 6.4.3 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |