Version 4.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/fd81d441
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/fd81d441
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/fd81d441

Branch: refs/heads/upstream
Commit: fd81d44182507c23445ed720df8c30e2e8da9d9b
Parents: 7c4d098
Author: Chandrashekhar Mullaparthi <[email protected]>
Authored: Mon Sep 28 21:14:04 2015 +0100
Committer: Chandrashekhar Mullaparthi <[email protected]>
Committed: Mon Sep 28 21:14:04 2015 +0100

----------------------------------------------------------------------
 CHANGELOG           | 5 +++++
 README.md           | 2 +-
 src/ibrowse.app.src | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/fd81d441/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 0d9ee11..e7301cf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
 CONTRIBUTIONS & CHANGE HISTORY
 ==============================
+28-09-2015 - v4.2
+             * Merged long pending improvements to pipelining
+               https://github.com/cmullaparthi/ibrowse/pull/123
+             * Merged pull request 
https://github.com/cmullaparthi/ibrowse/pull/131
+
 03-08-2015 - v4.1.2
              * R18 compatibility fix
                https://github.com/cmullaparthi/ibrowse/issues/129

http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/fd81d441/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c2dffe4..fa0305f 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang.
 
 **Comments to:** [email protected]
 
-**Current Version:** 4.1.2
+**Current Version:** 4.2
 
 **Latest Version:** git://github.com/cmullaparthi/ibrowse.git
 

http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/fd81d441/src/ibrowse.app.src
----------------------------------------------------------------------
diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src
index 65fb5a2..3baa8d0 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.2"},
+         {vsn, "4.2"},
          {registered, [ibrowse_sup, ibrowse]},
          {applications, [kernel,stdlib]},
         {env, []},

Reply via email to