Browse Source

Release 4.1.2

pull/131/merge v4.1.2
Chandrashekhar Mullaparthi 10 years ago
parent
commit
ea3305d21f
4 changed files with 14 additions and 2 deletions
  1. +9
    -0
      CHANGELOG
  2. +3
    -0
      CONTRIBUTORS
  3. +1
    -1
      README.md
  4. +1
    -1
      src/ibrowse.app.src

+ 9
- 0
CHANGELOG View File

@ -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

+ 3
- 0
CONTRIBUTORS View File

@ -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

+ 1
- 1
README.md View File

@ -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

+ 1
- 1
src/ibrowse.app.src View File

@ -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, []},

Loading…
Cancel
Save