update CHANGES
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/7a7cefae Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/7a7cefae Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/7a7cefae Branch: refs/heads/1843-feature-bigcouch Commit: 7a7cefaea2be9ae562c86e3cea27ec5f95162bb4 Parents: a6c2281 Author: Bob Ippolito <[email protected]> Authored: Fri Jan 3 09:00:52 2014 -0800 Committer: Bob Ippolito <[email protected]> Committed: Fri Jan 3 09:00:52 2014 -0800 ---------------------------------------------------------------------- CHANGES.md | 7 ++++++- src/mochiweb.app.src | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/7a7cefae/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 41abc7d..89c8078 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,9 @@ -Version 2.8.0 released 2013-12-XX +Version 2.8.1 released XXXX-XX-XX + +* Increased timeout in test suite for FreeBSD + https://github.com/mochi/mochiweb/pull/121 + +Version 2.8.0 released 2014-01-01 * Websocket support https://github.com/mochi/mochiweb/pull/120 http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/7a7cefae/src/mochiweb.app.src ---------------------------------------------------------------------- diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index 3a28e98..b3b3d83 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.8.0"}, + {vsn, "2.8.1"}, {modules, []}, {registered, []}, {env, []},
