aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-08-09 10:08:30 +0200
committerLukas Larsson <[email protected]>2016-08-09 10:08:30 +0200
commit1db9e32445dc368c6073e3b412567d81a2b5eeb2 (patch)
tree3df47a3d3c741d76198f85c55c410f5958fea1d1 /lib/inets/doc/src
parente23bc1c5705c07735cb87183f6e7409b40613d74 (diff)
parent020d38d4c9062f255b52eeb35542152c7cff1598 (diff)
downloadotp-1db9e32445dc368c6073e3b412567d81a2b5eeb2.tar.gz
otp-1db9e32445dc368c6073e3b412567d81a2b5eeb2.tar.bz2
otp-1db9e32445dc368c6073e3b412567d81a2b5eeb2.zip
Merge branch 'maint-19' into maint
Conflicts: lib/ssl/src/ssl.appup.src
Diffstat (limited to 'lib/inets/doc/src')
-rw-r--r--lib/inets/doc/src/mod_esi.xml2
-rw-r--r--lib/inets/doc/src/notes.xml17
2 files changed, 17 insertions, 2 deletions
diff --git a/lib/inets/doc/src/mod_esi.xml b/lib/inets/doc/src/mod_esi.xml
index 8279fdc824..006fca1bdf 100644
--- a/lib/inets/doc/src/mod_esi.xml
+++ b/lib/inets/doc/src/mod_esi.xml
@@ -61,7 +61,7 @@
<tag><c>{server_port, integer()}</c></tag>
<item><p>Servers port number.</p></item>
- <tag><c>{request_method, "GET | "PUT" | "DELETE | "POST" | "PATCH"}</c></tag>
+ <tag><c>{request_method, "GET | "PUT" | "DELETE" | "POST" | "PATCH"}</c></tag>
<item><p>HTTP request method.</p></item>
<tag><c>{remote_adress, inet:ip_address()} </c></tag>
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index 2f071f049f..caa5a083a3 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -33,7 +33,22 @@
<file>notes.xml</file>
</header>
- <section><title>Inets 6.3.1</title>
+ <section><title>Inets 6.3.2</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ PUT and DELETE support has been added to mod_esi</p>
+ <p>
+ Own Id: OTP-13688 Aux Id: seq13149 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Inets 6.3.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>