summaryrefslogtreecommitdiffstats
path: root/docs/en
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-04-05 11:14:16 +0200
committerLoïc Hoguin <[email protected]>2019-04-05 11:14:16 +0200
commit6c17bcc5ecd1ab7f26fad8e280d782bd5f3965d6 (patch)
treea9e86ccfc75f949822158343e2007e24b186db1e /docs/en
parent8b84abfeb42f664f838def3708838e5ac7275443 (diff)
downloadninenines.eu-6c17bcc5ecd1ab7f26fad8e280d782bd5f3965d6.tar.gz
ninenines.eu-6c17bcc5ecd1ab7f26fad8e280d782bd5f3965d6.tar.bz2
ninenines.eu-6c17bcc5ecd1ab7f26fad8e280d782bd5f3965d6.zip
Cowboy 2.6.3
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/cowboy/2.6/guide/getting_started.asciidoc2
-rw-r--r--docs/en/cowboy/2.6/guide/getting_started/index.html2
-rw-r--r--docs/en/cowboy/2.6/guide/migrating_from_2.6.asciidoc6
-rw-r--r--docs/en/cowboy/2.6/guide/migrating_from_2.6/index.html2
4 files changed, 10 insertions, 2 deletions
diff --git a/docs/en/cowboy/2.6/guide/getting_started.asciidoc b/docs/en/cowboy/2.6/guide/getting_started.asciidoc
index 97f2b205..3e80532a 100644
--- a/docs/en/cowboy/2.6/guide/getting_started.asciidoc
+++ b/docs/en/cowboy/2.6/guide/getting_started.asciidoc
@@ -69,7 +69,7 @@ fetch and compile Cowboy:
PROJECT = hello_erlang
DEPS = cowboy
-dep_cowboy_commit = 2.6.2
+dep_cowboy_commit = 2.6.3
DEP_PLUGINS = cowboy
diff --git a/docs/en/cowboy/2.6/guide/getting_started/index.html b/docs/en/cowboy/2.6/guide/getting_started/index.html
index 75787e02..62dfb886 100644
--- a/docs/en/cowboy/2.6/guide/getting_started/index.html
+++ b/docs/en/cowboy/2.6/guide/getting_started/index.html
@@ -109,7 +109,7 @@ http://www.gnu.org/software/src-highlite -->
<pre><tt><font color="#009900">PROJECT =</font> hello_erlang
<font color="#009900">DEPS =</font> cowboy
-<font color="#009900">dep_cowboy_commit =</font> 2.6.2
+<font color="#009900">dep_cowboy_commit =</font> 2.6.3
<font color="#009900">DEP_PLUGINS =</font> cowboy
diff --git a/docs/en/cowboy/2.6/guide/migrating_from_2.6.asciidoc b/docs/en/cowboy/2.6/guide/migrating_from_2.6.asciidoc
index 14ce5d5a..1e85f14a 100644
--- a/docs/en/cowboy/2.6/guide/migrating_from_2.6.asciidoc
+++ b/docs/en/cowboy/2.6/guide/migrating_from_2.6.asciidoc
@@ -3,6 +3,12 @@
The following patch versions were released since Cowboy 2.6:
+=== Cowboy 2.6.3
+
+This release updates Cowlib to 2.7.3 to fix the `vsn`
+value in the 'cowlib.app' file that was causing issues
+to Elixir users.
+
=== Cowboy 2.6.2
This release updates Cowlib to 2.7.2.
diff --git a/docs/en/cowboy/2.6/guide/migrating_from_2.6/index.html b/docs/en/cowboy/2.6/guide/migrating_from_2.6/index.html
index aa293d5c..3dcc5502 100644
--- a/docs/en/cowboy/2.6/guide/migrating_from_2.6/index.html
+++ b/docs/en/cowboy/2.6/guide/migrating_from_2.6/index.html
@@ -63,6 +63,8 @@
<h1 class="lined-header"><span>Changes since Cowboy 2.6</span></h1>
<p>The following patch versions were released since Cowboy 2.6:</p>
+<h2 id="_cowboy_2_6_3">Cowboy 2.6.3</h2>
+<p>This release updates Cowlib to 2.7.3 to fix the <code>vsn</code> value in the <em>cowlib.app</em> file that was causing issues to Elixir users.</p>
<h2 id="_cowboy_2_6_2">Cowboy 2.6.2</h2>
<p>This release updates Cowlib to 2.7.2.</p>
<p>A bug in the HTTP/2 code that resulted in the failure to fully send iolist response bodies has been fixed. Cowboy would just wait indefinitely in those cases.</p>