From 1d654719f5fa6be67d2c95145872068665702cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 24 Jan 2018 11:55:22 +0100 Subject: Update docs --- _build/data/projects/ranch.toml | 2 +- docs/en/cowboy/2.2/guide/getting_started.asciidoc | 2 +- docs/en/cowboy/2.2/guide/getting_started/index.html | 2 +- docs/en/cowboy/2.2/guide/migrating_from_2.2.asciidoc | 6 ++++++ docs/en/cowboy/2.2/guide/migrating_from_2.2/index.html | 14 ++++++++++++++ docs/index.xml | 2 +- index.xml | 2 +- 7 files changed, 25 insertions(+), 5 deletions(-) diff --git a/_build/data/projects/ranch.toml b/_build/data/projects/ranch.toml index 559276ed..d772d398 100644 --- a/_build/data/projects/ranch.toml +++ b/_build/data/projects/ranch.toml @@ -4,7 +4,7 @@ description = "Ranch is a socket acceptor pool for building awesome TCP and TLS name = "ranch" repository = "https://github.com/ninenines/ranch" versions = ["1.4", "1.3", "1.2"] -branches = ["master", "1.3.2", "1.2.1"] +branches = ["1.4.0", "1.3.2", "1.2.1"] has_source = true has_guide = true has_manual = true diff --git a/docs/en/cowboy/2.2/guide/getting_started.asciidoc b/docs/en/cowboy/2.2/guide/getting_started.asciidoc index 6e263348..156a94f9 100644 --- a/docs/en/cowboy/2.2/guide/getting_started.asciidoc +++ b/docs/en/cowboy/2.2/guide/getting_started.asciidoc @@ -69,7 +69,7 @@ fetch and compile Cowboy: PROJECT = hello_erlang DEPS = cowboy -dep_cowboy_commit = 2.2.1 +dep_cowboy_commit = 2.2.2 DEP_PLUGINS = cowboy diff --git a/docs/en/cowboy/2.2/guide/getting_started/index.html b/docs/en/cowboy/2.2/guide/getting_started/index.html index f43e726d..2a2f077a 100644 --- a/docs/en/cowboy/2.2/guide/getting_started/index.html +++ b/docs/en/cowboy/2.2/guide/getting_started/index.html @@ -145,7 +145,7 @@ http://www.gnu.org/software/src-highlite -->
PROJECT = hello_erlang
 
 DEPS = cowboy
-dep_cowboy_commit = 2.2.1
+dep_cowboy_commit = 2.2.2
 
 DEP_PLUGINS = cowboy
 
diff --git a/docs/en/cowboy/2.2/guide/migrating_from_2.2.asciidoc b/docs/en/cowboy/2.2/guide/migrating_from_2.2.asciidoc
index ed8ba2a2..f0b995be 100644
--- a/docs/en/cowboy/2.2/guide/migrating_from_2.2.asciidoc
+++ b/docs/en/cowboy/2.2/guide/migrating_from_2.2.asciidoc
@@ -3,6 +3,12 @@
 
 The following patch versions were released since Cowboy 2.2:
 
+=== Cowboy 2.2.2
+
+* While fixing the miscount in the previous patch release an
+  issue was introduced where HTTP/2 bodies could be sent out
+  of orders when using iolists. This has been corrected.
+
 === Cowboy 2.2.1
 
 * Colons are now allowed within path segments in routes provided
diff --git a/docs/en/cowboy/2.2/guide/migrating_from_2.2/index.html b/docs/en/cowboy/2.2/guide/migrating_from_2.2/index.html
index 962ef587..d91a53db 100644
--- a/docs/en/cowboy/2.2/guide/migrating_from_2.2/index.html
+++ b/docs/en/cowboy/2.2/guide/migrating_from_2.2/index.html
@@ -69,6 +69,20 @@
 
 

The following patch versions were released since Cowboy 2.2:

+

Cowboy 2.2.2

+
+
    +
  • +

    +While fixing the miscount in the previous patch release an + issue was introduced where HTTP/2 bodies could be sent out + of orders when using iolists. This has been corrected. +

    +
  • +
+
+
+

Cowboy 2.2.1

    diff --git a/docs/index.xml b/docs/index.xml index c3cab0cf..fee0d7fd 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -1437,7 +1437,7 @@ https://ninenines.eu/docs/en/cowboy/2.2/guide/migrating_from_2.2/ The following patch versions were released since Cowboy 2.2: - Cowboy 2.2.1 Colons are now allowed within path segments in routes provided to cowboy_router:compile/1 as long as they are not the first character of the path segment. The cowboy_req:delete_resp_header/2 function will no longer crash when no response header was set before calling it. A miscount of the output HTTP/2 flow control window has been fixed. + Cowboy 2.2.2 While fixing the miscount in the previous patch release an issue was introduced where HTTP/2 bodies could be sent out of orders when using iolists. This has been corrected. Cowboy 2.2.1 Colons are now allowed within path segments in routes provided to cowboy_router:compile/1 as long as they are not the first character of the path segment. diff --git a/index.xml b/index.xml index 476a2264..249eb1ab 100644 --- a/index.xml +++ b/index.xml @@ -1438,7 +1438,7 @@ https://ninenines.eu/docs/en/cowboy/2.2/guide/migrating_from_2.2/ The following patch versions were released since Cowboy 2.2: - Cowboy 2.2.1 Colons are now allowed within path segments in routes provided to cowboy_router:compile/1 as long as they are not the first character of the path segment. The cowboy_req:delete_resp_header/2 function will no longer crash when no response header was set before calling it. A miscount of the output HTTP/2 flow control window has been fixed. + Cowboy 2.2.2 While fixing the miscount in the previous patch release an issue was introduced where HTTP/2 bodies could be sent out of orders when using iolists. This has been corrected. Cowboy 2.2.1 Colons are now allowed within path segments in routes provided to cowboy_router:compile/1 as long as they are not the first character of the path segment. -- cgit v1.2.3