summaryrefslogtreecommitdiff
path: root/lib/inets/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-12-14 19:04:01 +0100
committerErlang/OTP <otp@erlang.org>2021-12-14 19:04:01 +0100
commitb1077579af17260e5938dd5546392149e765bb94 (patch)
treeef8101a1379138c5e0d7e999e4252dcfc3ef42cc /lib/inets/doc/src/notes.xml
parentae46a3b12422ce01aeb023e2fbbac21774c30861 (diff)
downloaderlang-b1077579af17260e5938dd5546392149e765bb94.tar.gz
Prepare release
Diffstat (limited to 'lib/inets/doc/src/notes.xml')
-rw-r--r--lib/inets/doc/src/notes.xml37
1 files changed, 36 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index c848227131..34827a02da 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -33,7 +33,42 @@
<file>notes.xml</file>
</header>
- <section><title>Inets 7.4.2</title>
+ <section><title>Inets 7.5</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Correct HTTP server URI handling to fully rely on
+ uri_string. The server could mistreat some URI paths that
+ in turn could result in incorrect responses being
+ generated.</p>
+ <p>
+ Own Id: OTP-17818 Aux Id: ERIERL-731 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Extend header values to httpc:request/5 to allow binary()
+ as well. Make error detection of invalid arguments to
+ httpc:request/5 be more precise so an error is returned
+ in more cases instead of causing a hang or
+ function_clause. Be more precise in documentation
+ regarding the types of arguments being accepted.</p>
+ <p>
+ Own Id: OTP-17579 Aux Id: GH-5074 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Inets 7.4.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>