v2.14.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/0ca0375b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/0ca0375b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/0ca0375b Branch: refs/heads/master Commit: 0ca0375bead0f1857f3b17652b1aca6592284fe1 Parents: d9b035c Author: Bob Ippolito <[email protected]> Authored: Mon Apr 11 19:11:28 2016 -0700 Committer: Bob Ippolito <[email protected]> Committed: Mon Apr 11 19:11:28 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/0ca0375b/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 678d2c7..be0659d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +Version 2.14.0 released 2016-04-11 + +* mochiweb_html now requires a letter to begin a HTML tag + https://github.com/mochi/mochiweb/pull/171 + Version 2.13.2 released 2016-03-18 * Allow mochijson2 to handle code points that xmerl_ucs considered http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/0ca0375b/src/mochiweb.app.src ---------------------------------------------------------------------- diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index 2976fd8..7b546de 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.13.2"}, + {vsn, "2.14.0"}, {modules, []}, {registered, []}, {env, []},
