浏览代码

New release bundling patches for the past 6 months

pull/144/merge v4.4
Chandrashekhar Mullaparthi 8 年前
父节点
当前提交
63e830d12d
共有 4 个文件被更改,包括 9 次插入2 次删除
  1. +5
    -0
      CHANGELOG
  2. +2
    -0
      CONTRIBUTORS
  3. +1
    -1
      README.md
  4. +1
    -1
      src/ibrowse.app.src

+ 5
- 0
CHANGELOG 查看文件

@ -1,6 +1,11 @@
CONTRIBUTIONS & CHANGE HISTORY
==============================
28-01-2017 - v4.4
* Fixes to SOCKS over SSL processing
* Added stream_full_chunks option
* Merged pull requests 145, 151
07-06-2016 - v4.3
* Adopted erlang.mk for compiling. I find it easier to understand
how 'make' behaves compared to rebar. This repo can still be built

+ 2
- 0
CONTRIBUTORS 查看文件

@ -63,3 +63,5 @@ https://github.com/rflynn
https://github.com/Vagabond
https://github.com/divolgin
https://github.com/vans163
https://github.com/shakugan
https://github.com/p2k

+ 1
- 1
README.md 查看文件

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

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

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

正在加载...
取消
保存