update CHANGES and bump to 2.8.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/7dac0cbb Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/7dac0cbb Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/7dac0cbb Branch: refs/heads/1843-feature-bigcouch Commit: 7dac0cbba3c9e0e1d1817d9883b2ba39b29b3d83 Parents: 7932aa3 Author: Bob Ippolito <[email protected]> Authored: Wed Dec 25 13:38:02 2013 -0800 Committer: Bob Ippolito <[email protected]> Committed: Wed Dec 25 13:38:17 2013 -0800 ---------------------------------------------------------------------- CHANGES.md | 8 ++++++++ src/mochiweb.app.src | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/7dac0cbb/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 0b7059e..41abc7d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +Version 2.8.0 released 2013-12-XX + +* Websocket support + https://github.com/mochi/mochiweb/pull/120 +* Force files named "crossdomain.xml" to have MIME type + text/x-cross-domain-policy. + https://github.com/mochi/mochiweb/pull/118 + Version 2.7.0 released 2013-08-01 * Fix 0-length range responses http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/7dac0cbb/src/mochiweb.app.src ---------------------------------------------------------------------- diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index 8d75a3a..3a28e98 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.7.0"}, + {vsn, "2.8.0"}, {modules, []}, {registered, []}, {env, []},
