瀏覽代碼

Release 4.1.2

pull/131/merge v4.1.2
Chandrashekhar Mullaparthi 10 年之前
父節點
當前提交
ea3305d21f
共有 4 個檔案被更改,包括 14 行新增2 行删除
  1. +9
    -0
      CHANGELOG
  2. +3
    -0
      CONTRIBUTORS
  3. +1
    -1
      README.md
  4. +1
    -1
      src/ibrowse.app.src

+ 9
- 0
CHANGELOG 查看文件

@ -1,5 +1,14 @@
CONTRIBUTIONS & CHANGE HISTORY 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 10-07-2014 - v4.1.1
* Added support for accepting binaries as header names * Added support for accepting binaries as header names
* Fix for https://github.com/cmullaparthi/ibrowse/issues/110 * Fix for https://github.com/cmullaparthi/ibrowse/issues/110

+ 3
- 0
CONTRIBUTORS 查看文件

@ -23,6 +23,7 @@ Joseph Wayne Norton
Karol Skocik Karol Skocik
Konstantin Nikiforov Konstantin Nikiforov
Kostis Sagonas Kostis Sagonas
Marcelo Gornstein (https://github.com/marcelog)
Matthew Reilly Matthew Reilly
Michael Terry Michael Terry
Oscar Hellstr?m Oscar Hellstr?m
@ -40,6 +41,7 @@ Seth Falcon
Steve Vinoski Steve Vinoski
Thomas Lindgren Thomas Lindgren
Youn?s Hafri Youn?s Hafri
Yury Gargay (https://github.com/surik)
fholzhauser (https://github.com/fholzhauser/) fholzhauser (https://github.com/fholzhauser/)
hyperthunk (https://github.com/hyperthunk/) hyperthunk (https://github.com/hyperthunk/)
Mistagrooves (https://github.com/Mistagrooves/) Mistagrooves (https://github.com/Mistagrooves/)
@ -56,4 +58,5 @@ https://github.com/pib
https://github.com/puzza007 https://github.com/puzza007
https://github.com/rflynn https://github.com/rflynn
https://github.com/Vagabond https://github.com/Vagabond
https://github.com/divolgin

+ 1
- 1
README.md 查看文件

@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang.
**Comments to:** chandrashekhar.mullaparthi@gmail.com **Comments to:** chandrashekhar.mullaparthi@gmail.com
**Current Version:** 4.1.1
**Current Version:** 4.1.2
**Latest Version:** git://github.com/cmullaparthi/ibrowse.git **Latest Version:** git://github.com/cmullaparthi/ibrowse.git

+ 1
- 1
src/ibrowse.app.src 查看文件

@ -1,6 +1,6 @@
{application, ibrowse, {application, ibrowse,
[{description, "Erlang HTTP client application"}, [{description, "Erlang HTTP client application"},
{vsn, "4.1.1"},
{vsn, "4.1.2"},
{registered, [ibrowse_sup, ibrowse]}, {registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]}, {applications, [kernel,stdlib]},
{env, []}, {env, []},

Loading…
取消
儲存