Update CHANGES.md and version to v2.15.1
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/62eac24c Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/62eac24c Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/62eac24c Branch: refs/heads/master Commit: 62eac24c69e0704ea5ee1a439f1d4992a21d2a9a Parents: c583c5f Author: Bob Ippolito <[email protected]> Authored: Fri Jun 24 15:02:40 2016 -0700 Committer: Bob Ippolito <[email protected]> Committed: Fri Jun 24 15:02:40 2016 -0700 ---------------------------------------------------------------------- CHANGES.md | 5 +++++ src/mochiweb.app.src | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/62eac24c/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index fddd3cb..a11b4a7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +Version 2.15.1 released 2016-06-24 + +* Fixed deprecation warnings in Erlang/OTP 19.0 + https://github.com/mochi/mochiweb/pull/177 + Version 2.15.0 released 2016-05-08 * mochiweb_request now normalizes paths such that duplicate slashes are http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/62eac24c/src/mochiweb.app.src ---------------------------------------------------------------------- diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index 3bab78f..0628189 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.0"}, + {vsn, "2.15.1"}, {modules, []}, {registered, []}, {env, []},
