From ea3305d21f37eced4fac290f64b068e56df7de80 Mon Sep 17 00:00:00 2001 From: Chandrashekhar Mullaparthi Date: Mon, 3 Aug 2015 07:23:12 +0100 Subject: [PATCH] Release 4.1.2 --- CHANGELOG | 9 +++++++++ CONTRIBUTORS | 3 +++ README.md | 2 +- src/ibrowse.app.src | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) 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 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 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 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, []},