This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch upstream-2.20.0 in repository https://gitbox.apache.org/repos/asf/couchdb-mochiweb.git
commit 0c68ac4bec4e0de866a9a47650692ee8b8e6cd2f Author: Bob Ippolito <[email protected]> AuthorDate: Sun Jul 14 21:39:43 2019 -0400 Update CHANGES and add OTP 21.3, 22 to travis matrix --- .travis.yml | 2 ++ CHANGES.md | 5 ++++- README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ecc72df..271323e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: erlang notifications: email: false otp_release: + - 22.0 + - 21.3 - 21.2.3 - 21.1 - 21.0 diff --git a/CHANGES.md b/CHANGES.md index e4f10d7..fdf306b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ -Version 2.20.0 released 2019-XX-XX +Version 2.20.0 released 2019-07-14 +* Expand testing matrix to include Erlang/OTP 22.0 and Erlang/OTP 21.3 +* Add support for SameSite=none in cookies + https://github.com/mochi/mochiweb/pull/225 * Fix parsing of certain unquoted cookie values https://github.com/mochi/mochiweb/pull/212 diff --git a/README.md b/README.md index 44e392b..dcd96f8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To create a new mochiweb using project in a specific directory: Information about Rebar (Erlang build tool) is available at https://github.com/rebar/rebar -MochiWeb is currently tested with Erlang/OTP R15B03 through 21.2.3. +MochiWeb is currently tested with Erlang/OTP R15B03 through 22.0. # OTP 21.2, 21.2.1, 21.2.2 warning
