You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2019/04/05 21:25:23 UTC

[couchdb-ibrowse] 17/20: new release bundling community contributions

This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch handle-dead-ibrowse_lb-pids
in repository https://gitbox.apache.org/repos/asf/couchdb-ibrowse.git

commit f720acc047a5d5cfeb7f9418f03fc6adde83c84f
Author: Dave Cottlehuber <dc...@skunkwerks.at>
AuthorDate: Thu Aug 23 21:18:46 2018 +0000

    new release bundling community contributions
---
 CHANGELOG           | 5 +++++
 CONTRIBUTORS        | 5 +++++
 src/ibrowse.app.src | 2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 83a0266..7240b17 100644
--- a/CHANGELOG
+++ b/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
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index e18e829..352d55e 100644
--- a/CONTRIBUTORS
+++ b/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/)
diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src
index c36d231..7702e80 100644
--- a/src/ibrowse.app.src
+++ b/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, []},