Browse Source

New release bundling patches for the past 6 months

pull/144/merge v4.4
Chandrashekhar Mullaparthi 8 years ago
parent
commit
63e830d12d
4 changed files with 9 additions and 2 deletions
  1. +5
    -0
      CHANGELOG
  2. +2
    -0
      CONTRIBUTORS
  3. +1
    -1
      README.md
  4. +1
    -1
      src/ibrowse.app.src

+ 5
- 0
CHANGELOG View File

@ -1,6 +1,11 @@
CONTRIBUTIONS & CHANGE HISTORY 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 07-06-2016 - v4.3
* Adopted erlang.mk for compiling. I find it easier to understand * Adopted erlang.mk for compiling. I find it easier to understand
how 'make' behaves compared to rebar. This repo can still be built how 'make' behaves compared to rebar. This repo can still be built

+ 2
- 0
CONTRIBUTORS View File

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

+ 1
- 1
README.md View File

@ -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.3
**Current Version:** 4.4
**Latest Version:** git://github.com/cmullaparthi/ibrowse.git **Latest Version:** git://github.com/cmullaparthi/ibrowse.git

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

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

Loading…
Cancel
Save