v2.16.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/aacb8f2e Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/aacb8f2e Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/aacb8f2e Branch: refs/heads/master Commit: aacb8f2e2fd98a729bd4f54e028c6b742bfb9dcb Parents: b79c692 Author: Bob Ippolito <[email protected]> Authored: Mon Dec 19 10:44:11 2016 -0800 Committer: Bob Ippolito <[email protected]> Committed: Mon Dec 19 10:44:11 2016 -0800 ---------------------------------------------------------------------- CHANGES.md | 7 +++++++ src/mochiweb.app.src | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/aacb8f2e/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index a11b4a7..37e0bf4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +Version 2.16.0 released 2016-12-19 + +* Added support for encoding maps to mochijson2 (where available) + https://github.com/mochi/mochiweb/pull/184 +* Added missing RFC1918 address spaces to the allowed x-forwarded-for header + https://github.com/mochi/mochiweb/pull/183 + Version 2.15.1 released 2016-06-24 * Fixed deprecation warnings in Erlang/OTP 19.0 http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/aacb8f2e/src/mochiweb.app.src ---------------------------------------------------------------------- diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index 0628189..eb3cac1 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.15.1"}, + {vsn, "2.16.0"}, {modules, []}, {registered, []}, {env, []},
