You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/01/13 19:42:07 UTC

[couchdb-mochiweb] 08/37: Update vsn and CHANGES in prep for a release (waiting for an OTP maint release that fixes SSL)

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch upstream
in repository https://gitbox.apache.org/repos/asf/couchdb-mochiweb.git

commit 1991194df4a2aa95b53627877d448fe9fc70d8ff
Author: Bob Ippolito <bo...@redivi.com>
AuthorDate: Tue Jan 15 15:18:11 2019 -0800

    Update vsn and CHANGES in prep for a release (waiting for an OTP maint release that fixes SSL)
---
 CHANGES.md           | 13 +++++++++++++
 src/mochiweb.app.src |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 7fd273e..b5d77be 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,16 @@
+Version 2.19.0 released 2019-XX-XX
+
+* Erlang/OTP 21 compatibility
+  https://github.com/mochi/mochiweb/pull/198
+  https://github.com/mochi/mochiweb/pull/204
+* New `{buffer, Buffer}` socket server option
+  https://github.com/mochi/mochiweb/pull/208
+* New `{format, map}` option for mochijson2:decode/2
+  https://github.com/mochi/mochiweb/pull/206
+* No longer crash when a socket is closed server-side
+  https://github.com/mochi/mochiweb/pull/205
+* Support for SameSite cookie setting
+
 Version 2.18.0 released 2018-05-12
 
 * Add the 100.64.0.0/10 private IP shared address range
diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src
index 60f15f5..70c7165 100644
--- a/src/mochiweb.app.src
+++ b/src/mochiweb.app.src
@@ -1,7 +1,7 @@
 %% This is generated from src/mochiweb.app.src
 {application, mochiweb,
  [{description, "MochiMedia Web Server"},
-  {vsn, "2.18.0"},
+  {vsn, "2.19.0"},
   {modules, []},
   {registered, []},
   {env, []},