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:47 UTC

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

update CHANGES


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

Branch: refs/heads/COUCHDB-2734-header-date
Commit: 7a7cefaea2be9ae562c86e3cea27ec5f95162bb4
Parents: a6c2281
Author: Bob Ippolito <bo...@redivi.com>
Authored: Fri Jan 3 09:00:52 2014 -0800
Committer: Bob Ippolito <bo...@redivi.com>
Committed: Fri Jan 3 09:00:52 2014 -0800

----------------------------------------------------------------------
 CHANGES.md           | 7 ++++++-
 src/mochiweb.app.src | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/7a7cefae/CHANGES.md
----------------------------------------------------------------------
diff --git a/CHANGES.md b/CHANGES.md
index 41abc7d..89c8078 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,9 @@
-Version 2.8.0 released 2013-12-XX
+Version 2.8.1 released XXXX-XX-XX
+
+* Increased timeout in test suite for FreeBSD
+  https://github.com/mochi/mochiweb/pull/121
+
+Version 2.8.0 released 2014-01-01
 
 * Websocket support
   https://github.com/mochi/mochiweb/pull/120

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