update CHANGES for 2.10.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/0dccaaa3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/0dccaaa3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/0dccaaa3 Branch: refs/heads/upstream Commit: 0dccaaa3ac0f99b1ee6ff88cc05e6fb46437f960 Parents: e4b2477 Author: Bob Ippolito <[email protected]> Authored: Sun Jan 11 18:29:15 2015 +1300 Committer: Bob Ippolito <[email protected]> Committed: Sun Jan 11 18:29:15 2015 +1300 ---------------------------------------------------------------------- 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/0dccaaa3/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 1402301..673d759 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +Version 2.10.1 released 2015-01-11 + +* Fixes issue with SSL and mochiweb_websocket. Note that + mochiweb_websocket is still experimental and the API + is subject to change in future versions. + https://github.com/mochi/mochiweb/pull/144 + Version 2.10.0 released 2014-12-17 * Added new `recbuf` option to mochiweb_http to allow the receive http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/0dccaaa3/src/mochiweb.app.src ---------------------------------------------------------------------- diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index 0ffb395..ccad5bc 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.10.0"}, + {vsn, "2.10.1"}, {modules, []}, {registered, []}, {env, []},
