update version to 2.9.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/ce37cb2b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/ce37cb2b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/ce37cb2b Branch: refs/heads/upstream Commit: ce37cb2bb17b845a7d8aab7f093b15f6745e28d5 Parents: 7c2ab82 Author: Bob Ippolito <[email protected]> Authored: Mon Sep 29 14:27:00 2014 -0700 Committer: Bob Ippolito <[email protected]> Committed: Mon Sep 29 14:27:00 2014 -0700 ---------------------------------------------------------------------- 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/ce37cb2b/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 1cd02e6..db83f97 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +Version 2.9.1 released 2014-09-29 + +* Fix Makefile rule for building docs + https://github.com/mochi/mochiweb/issues/135 +* Minimize gen_tcp:send calls to optimize performance. + https://github.com/mochi/mochiweb/pull/137 + Version 2.9.0 released 2014-06-24 * Increased timeout in test suite for FreeBSD http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/ce37cb2b/src/mochiweb.app.src ---------------------------------------------------------------------- diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index 7c98141..2c6dc94 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.9.0"}, + {vsn, "2.9.1"}, {modules, []}, {registered, []}, {env, []},
