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 2016/08/22 11:19:47 UTC

[21/50] ibrowse commit: updated refs/heads/upstream to b28542d

Release 4.1.2


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

Branch: refs/heads/upstream
Commit: ea3305d21f37eced4fac290f64b068e56df7de80
Parents: 5ee4a80
Author: Chandrashekhar Mullaparthi <ch...@gmail.com>
Authored: Mon Aug 3 07:23:12 2015 +0100
Committer: Chandrashekhar Mullaparthi <ch...@gmail.com>
Committed: Mon Aug 3 07:23:12 2015 +0100

----------------------------------------------------------------------
 CHANGELOG           | 9 +++++++++
 CONTRIBUTORS        | 3 +++
 README.md           | 2 +-
 src/ibrowse.app.src | 2 +-
 4 files changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/ea3305d2/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index aaedf0f..0d9ee11 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,14 @@
 CONTRIBUTIONS & CHANGE HISTORY
 ==============================
+03-08-2015 - v4.1.2
+             * R18 compatibility fix
+               https://github.com/cmullaparthi/ibrowse/issues/129
+             * Add max_attempts option
+               https://github.com/cmullaparthi/ibrowse/pull/125
+             * Fix for https://github.com/cmullaparthi/ibrowse/pull/120
+             * Enhanced SOCKS5 support
+               https://github.com/cmullaparthi/ibrowse/pull/117
+
 10-07-2014 - v4.1.1
              * Added support for accepting binaries as header names
              * Fix for https://github.com/cmullaparthi/ibrowse/issues/110

http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/ea3305d2/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 21e8d06..c25d1fb 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -23,6 +23,7 @@ Joseph Wayne Norton
 Karol Skocik
 Konstantin Nikiforov
 Kostis Sagonas
+Marcelo Gornstein (https://github.com/marcelog)
 Matthew Reilly
 Michael Terry
 Oscar Hellstr?m
@@ -40,6 +41,7 @@ Seth Falcon
 Steve Vinoski
 Thomas Lindgren
 Youn?s Hafri
+Yury Gargay (https://github.com/surik)
 fholzhauser (https://github.com/fholzhauser/)
 hyperthunk (https://github.com/hyperthunk/)
 Mistagrooves (https://github.com/Mistagrooves/)
@@ -56,4 +58,5 @@ https://github.com/pib
 https://github.com/puzza007
 https://github.com/rflynn
 https://github.com/Vagabond
+https://github.com/divolgin
 

http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/ea3305d2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 19773fd..ee0713c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang.
 
 **Comments to:** chandrashekhar.mullaparthi@gmail.com
 
-**Current Version:** 4.1.1
+**Current Version:** 4.1.2
 
 **Latest Version:** git://github.com/cmullaparthi/ibrowse.git
 

http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/ea3305d2/src/ibrowse.app.src
----------------------------------------------------------------------
diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src
index 70ed7b2..65fb5a2 100644
--- a/src/ibrowse.app.src
+++ b/src/ibrowse.app.src
@@ -1,6 +1,6 @@
 {application, ibrowse,
         [{description, "Erlang HTTP client application"},
-         {vsn, "4.1.1"},
+         {vsn, "4.1.2"},
          {registered, [ibrowse_sup, ibrowse]},
          {applications, [kernel,stdlib]},
 	 {env, []},