You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/13 17:06:02 UTC

[07/50] mochiweb commit: updated refs/heads/import-upstream to 8eb1f22

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/import-upstream
Commit: 11298166ed55d5a51c1b525ea4063d4c333444c0
Parents: fa0b40e
Author: Bob Ippolito <bo...@redivi.com>
Authored: Mon May 6 15:26:02 2013 -0700
Committer: Bob Ippolito <bo...@redivi.com>
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, []},