Update CHANGES.md for v2.17.0
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/399eacdc Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/399eacdc Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/399eacdc Branch: refs/heads/master Commit: 399eacdc9f21608e76f11f6cdfd3f46bc60b065f Parents: b78a262 Author: Bob Ippolito <b...@redivi.com> Authored: Sat Aug 12 16:31:29 2017 -0700 Committer: Bob Ippolito <b...@redivi.com> Committed: Sat Aug 12 16:31:29 2017 -0700 ---------------------------------------------------------------------- CHANGES.md | 9 +++++++++ src/mochiweb.app.src | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/399eacdc/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 37e0bf4..6653723 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Version 2.17.0 released 2017-08-12 + +* Fix deprecation warnings for Erlang/OTP 20.0 + https://github.com/mochi/mochiweb/pull/186 +* Updated mochiweb_html singleton tag heuristic for HTML5 + https://github.com/mochi/mochiweb/pull/190 +* Send 400 Bad Request if request line exceeds recbuf (regression fix) + https://github.com/mochi/mochiweb/pull/191 + Version 2.16.0 released 2016-12-19 * Added support for encoding maps to mochijson2 (where available) http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/399eacdc/src/mochiweb.app.src ---------------------------------------------------------------------- diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index eb3cac1..6bcdd5a 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.16.0"}, + {vsn, "2.17.0"}, {modules, []}, {registered, []}, {env, []},