bump version and 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/11298166 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/11298166 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/11298166 Branch: refs/heads/1843-feature-bigcouch Commit: 11298166ed55d5a51c1b525ea4063d4c333444c0 Parents: fa0b40e Author: Bob Ippolito <[email protected]> Authored: Mon May 6 15:26:02 2013 -0700 Committer: Bob Ippolito <[email protected]> Committed: Mon May 6 15:26:02 2013 -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/11298166/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 9d8a8c7..065f19f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +Version 2.7.0 released XXXX-XX-XX + +* `mochiweb_html:parse_tokens/1` (and `parse/1`) will now create a + html element to wrap documents that have a HTML5 doctype + (`<!doctype html>`) but no html element + https://github.com/mochi/mochiweb/issues/110 + Version 2.6.0 released 2013-04-15 * Enable R15B gen_tcp workaround only on R15B http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/11298166/src/mochiweb.app.src ---------------------------------------------------------------------- diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index 31a74b0..8d75a3a 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.6.0"}, + {vsn, "2.7.0"}, {modules, []}, {registered, []}, {env, []},
