Repository: couchdb
Updated Branches:
  refs/heads/master d1ad70714 -> 266183aa0


Introduce chttpd_plugin:before_response

Update dependencies to include following EPI hooks:

 - chttpd_plugin:before_response/4
 - chttp_plugin:before_serve_file/5

COUCHDB-2966


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

Branch: refs/heads/master
Commit: a362cffec622f92006f61af54008d6ee966fa9f8
Parents: d1ad707
Author: ILYA Khlopotov <iil...@ca.ibm.com>
Authored: Tue Mar 15 11:05:01 2016 -0700
Committer: ILYA Khlopotov <iil...@ca.ibm.com>
Committed: Tue Mar 15 11:07:48 2016 -0700

----------------------------------------------------------------------
 rebar.config.script | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/a362cffe/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 6ad277b..6831b8c 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -30,8 +30,8 @@ DepDescs = [
 {cassim,           "cassim",           
"ab1ef1cee5f7b7ec1733e44845c1df99fc7a66a3"},
 {couch_log,        "couch-log",        
"e4abbd3874356dc7a201b09676e27ff7dc8bed7c"},
 {couch_log_lager,  "couch-log-lager",  
"b2a0471a87765de50c5eb05c65c121f68a9ae9fa"},
-{chttpd,           "chttpd",           
"599b0953c26da40850e43e9ca125940eff8a12e7"},
-{couch,            "couch",            
"9d28c5715be292d6028848dabafb41646c29b742"},
+{chttpd,           "chttpd",           
"ab299ebfcb833a819ccc9ddff3a2074ee25e0523"},
+{couch,            "couch",            
"171b7513ab7c690e82696f6be2d605eaba3d5993"},
 {couch_index,      "couch-index",      
"e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
 {couch_mrview,     "couch-mrview",     
"6ec35971ebd96133cc6a34fa29f1d364049a7ecd"},
 {couch_replicator, "couch-replicator", 
"197950631b8a73a8c36b744fc9eb00debc15ac03"},

Reply via email to