You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2015/06/29 23:46:35 UTC

[29/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

update CHANGES and bump to 2.8.0


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/7dac0cbb
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/7dac0cbb
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/7dac0cbb

Branch: refs/heads/COUCHDB-2734-header-date
Commit: 7dac0cbba3c9e0e1d1817d9883b2ba39b29b3d83
Parents: 7932aa3
Author: Bob Ippolito <bo...@redivi.com>
Authored: Wed Dec 25 13:38:02 2013 -0800
Committer: Bob Ippolito <bo...@redivi.com>
Committed: Wed Dec 25 13:38:17 2013 -0800

----------------------------------------------------------------------
 CHANGES.md           | 8 ++++++++
 src/mochiweb.app.src | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/7dac0cbb/CHANGES.md
----------------------------------------------------------------------
diff --git a/CHANGES.md b/CHANGES.md
index 0b7059e..41abc7d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,11 @@
+Version 2.8.0 released 2013-12-XX
+
+* Websocket support
+  https://github.com/mochi/mochiweb/pull/120
+* Force files named "crossdomain.xml" to have MIME type
+  text/x-cross-domain-policy.
+  https://github.com/mochi/mochiweb/pull/118
+
 Version 2.7.0 released 2013-08-01
 
 * Fix 0-length range responses

http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/7dac0cbb/src/mochiweb.app.src
----------------------------------------------------------------------
diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src
index 8d75a3a..3a28e98 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.7.0"},
+  {vsn, "2.8.0"},
   {modules, []},
   {registered, []},
   {env, []},