You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/07/29 17:55:05 UTC

[36/50] mochiweb commit: updated refs/heads/upstream to b66b68d

update CHANGES for 2.11.1


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/4c368d43
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/4c368d43
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/4c368d43

Branch: refs/heads/upstream
Commit: 4c368d4308b583b05f4b20f6600d806db2ace4ea
Parents: 35c6bca
Author: Bob Ippolito <bo...@redivi.com>
Authored: Fri Jan 16 09:37:40 2015 -0800
Committer: Bob Ippolito <bo...@redivi.com>
Committed: Fri Jan 16 09:37:40 2015 -0800

----------------------------------------------------------------------
 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/4c368d43/CHANGES.md
----------------------------------------------------------------------
diff --git a/CHANGES.md b/CHANGES.md
index 19f96d1..b134182 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,8 @@
+Version 2.11.1 released 2015-01-16
+
+* Accept range end position which exceededs the resource size
+  https://github.com/mochi/mochiweb/pull/147
+
 Version 2.11.0 released 2015-01-12
 
 * Perform SSL handshake after releasing acceptor back into the pool,

http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/4c368d43/src/mochiweb.app.src
----------------------------------------------------------------------
diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src
index 4754266..bb4f4af 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.11.0"},
+  {vsn, "2.11.1"},
   {modules, []},
   {registered, []},
   {env, []},