Skip to content

Commit ffe3530

Browse files
authored
Merge pull request #164 from skunkwerks/master
new release bundling community contributions
2 parents 7f15865 + f720acc commit ffe3530

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CONTRIBUTIONS & CHANGE HISTORY
22
==============================
33

4+
23-08-2018 - v4.4.1
5+
* Fixes to TLS socket handling (PR#163)
6+
* Fix ipv6 address family handling (PR#155)
7+
* Don't send messages to closed/inactive connections (PR#152)
8+
49
28-01-2017 - v4.4
510
* Fixes to SOCKS over SSL processing
611
* Added stream_full_chunks option

CONTRIBUTORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ Brian Richards (http://github.com/richbria)
1515
Chris Newcombe
1616
Dan Kelley
1717
Dan Schwabe (https://github.com/dfschwabe)
18+
Dave Cottlehuber
1819
Derek Upham
1920
Eric Merritt
2021
Erik Reitsma
22+
Fabian MuscarielloG
2123
Filipe David Manana
2224
Geoff Cant
2325
Jeroen Koops
@@ -43,9 +45,12 @@ Sergey Samokhi
4345
Seth Falcon
4446
Steve Vinoski
4547
Thomas Lindgren
48+
Vincent Ambo
4649
Youn?s Hafri
4750
Yury Gargay (https://github.com/surik)
4851
fholzhauser (https://github.com/fholzhauser/)
52+
getong (https://github.com/getong)
53+
lissana (https://github.com/lissana)
4954
hyperthunk (https://github.com/hyperthunk/)
5055
Mistagrooves (https://github.com/Mistagrooves/)
5156
tholschuh (https://github.com/tholschuh/)

src/ibrowse.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, ibrowse,
22
[{description, "Erlang HTTP client application"},
3-
{vsn, "4.4.0"},
3+
{vsn, "4.4.1"},
44
{registered, [ibrowse_sup, ibrowse]},
55
{applications, [kernel,stdlib]},
66
{env, []},

0 commit comments

Comments
 (0)