You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/22 20:55:34 UTC

couchdb commit: updated refs/heads/master to 63e8859

Repository: couchdb
Updated Branches:
  refs/heads/master 4cc1ad60e -> 63e885908


Escape database name on POST /_replicate

COUCHDB-2666


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

Branch: refs/heads/master
Commit: 63e885908b0e9cf87b4fbba6664a129e73edb1d0
Parents: 4cc1ad6
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Oct 22 21:54:03 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Oct 22 21:54:03 2015 +0300

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/63e88590/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 8f3b63a..81eb943 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -30,7 +30,7 @@ DepDescs = [
 {couch_log,        "couch-log",        "fb4157370403c4c97f19d958a51c889950a66a94"},
 {couch_log_lager,  "couch-log-lager",  "b2a0471a87765de50c5eb05c65c121f68a9ae9fa"},
 {config,           "config",           "b2ecd0d47a776256956ce045123423494ff85e8e"},
-{chttpd,           "chttpd",           "5482209016f4016cb0a8f204088acf85f1057812"},
+{chttpd,           "chttpd",           "7a2bd8f31d4801d86cef0243d91d20a4c9ccbc22"},
 {couch,            "couch",            "acfd7cb0c709345f396cbcb696b6305091dfac12"},
 {couch_index,      "couch-index",      "14f579dcd142ee90300244c854b301bbd5c863ee"},
 {couch_mrview,     "couch-mrview",     "2ec52eb3d8e187f5e9dfcaf8ab0dff55e40cd647"},