瀏覽代碼

Merge pull request #164 from skunkwerks/master

new release bundling community contributions
pull/168/head v4.4.1
Chandrashekhar Mullaparthi 6 年之前
committed by GitHub
父節點
當前提交
ffe353054e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 3 個文件被更改,包括 11 次插入1 次删除
  1. +5
    -0
      CHANGELOG
  2. +5
    -0
      CONTRIBUTORS
  3. +1
    -1
      src/ibrowse.app.src

+ 5
- 0
CHANGELOG 查看文件

@ -1,6 +1,11 @@
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
* Fixes to SOCKS over SSL processing
* Added stream_full_chunks option

+ 5
- 0
CONTRIBUTORS 查看文件

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

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

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

Loading…
取消
儲存