Browse Source

new release bundling community contributions

pull/164/head
Dave Cottlehuber 6 years ago
parent
commit
f720acc047
3 changed files with 11 additions and 1 deletions
  1. +5
    -0
      CHANGELOG
  2. +5
    -0
      CONTRIBUTORS
  3. +1
    -1
      src/ibrowse.app.src

+ 5
- 0
CHANGELOG View File

@ -1,6 +1,11 @@
CONTRIBUTIONS & CHANGE HISTORY CONTRIBUTIONS & CHANGE HISTORY
============================== ==============================
23-08-2018 - v4.4.1
* Fixes to TLS socket handling (PR#163)
* Fix ipv6 address family handling (PR#155)
* Don't send messages to closed/inactive connections (PR#152)
28-01-2017 - v4.4 28-01-2017 - v4.4
* Fixes to SOCKS over SSL processing * Fixes to SOCKS over SSL processing
* Added stream_full_chunks option * Added stream_full_chunks option

+ 5
- 0
CONTRIBUTORS View File

@ -15,9 +15,11 @@ Brian Richards (http://github.com/richbria)
Chris Newcombe Chris Newcombe
Dan Kelley Dan Kelley
Dan Schwabe (https://github.com/dfschwabe) Dan Schwabe (https://github.com/dfschwabe)
Dave Cottlehuber
Derek Upham Derek Upham
Eric Merritt Eric Merritt
Erik Reitsma Erik Reitsma
Fabian MuscarielloG
Filipe David Manana Filipe David Manana
Geoff Cant Geoff Cant
Jeroen Koops Jeroen Koops
@ -43,9 +45,12 @@ Sergey Samokhi
Seth Falcon Seth Falcon
Steve Vinoski Steve Vinoski
Thomas Lindgren Thomas Lindgren
Vincent Ambo
Youn?s Hafri Youn?s Hafri
Yury Gargay (https://github.com/surik) Yury Gargay (https://github.com/surik)
fholzhauser (https://github.com/fholzhauser/) fholzhauser (https://github.com/fholzhauser/)
getong (https://github.com/getong)
lissana (https://github.com/lissana)
hyperthunk (https://github.com/hyperthunk/) hyperthunk (https://github.com/hyperthunk/)
Mistagrooves (https://github.com/Mistagrooves/) Mistagrooves (https://github.com/Mistagrooves/)
tholschuh (https://github.com/tholschuh/) tholschuh (https://github.com/tholschuh/)

+ 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.4.0"},
{vsn, "4.4.1"},
{registered, [ibrowse_sup, ibrowse]}, {registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]}, {applications, [kernel,stdlib]},
{env, []}, {env, []},

Loading…
Cancel
Save