Skip to content

Commit

Permalink
New release bundling patches for the past 6 months
Browse files Browse the repository at this point in the history
  • Loading branch information
cmullaparthi committed Jan 28, 2017
1 parent 303bc1f commit 63e830d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang.

**Comments to:** [email protected]

**Current Version:** 4.3
**Current Version:** 4.4

**Latest Version:** git://github.com/cmullaparthi/ibrowse.git

Expand Down
2 changes: 1 addition & 1 deletion src/ibrowse.app.src
Original file line number Diff line number Diff line change
@@ -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, []},
Expand Down

0 comments on commit 63e830d

Please sign in to comment.