Hi,

HAProxy 2.1.6 was released on 2020/06/08. It added 13 new commits
after version 2.1.5.

This patch mainly fixes an issue introduced by the connection cleanup patch
which was backported in 2.1.5. This backport provokes a crash when changing
the servers state from the CLI.

Some inconsistencies in the argument parser were also fixed, the parameter of
all options now support a hyphen as a first character except the -sf/st ones.
We also fixed the support of the "--" option in the mworker mode, which is
useful at the end of the command when you want to use a list of configuration
files.

Christopher fixed a corrupted output problem in the prometheus exporter, as
well as some bugs in the lua.

Please update directly to this version if you are still in 2.1.4.

Please find the usual URLs below :
   Site index       : http://www.haproxy.org/
   Discourse        : http://discourse.haproxy.org/
   Slack channel    : https://slack.haproxy.org/
   Issue tracker    : https://github.com/haproxy/haproxy/issues
   Sources          : http://www.haproxy.org/download/2.1/src/
   Git repository   : http://git.haproxy.org/git/haproxy-2.1.git/
   Git Web browsing : http://git.haproxy.org/?p=haproxy-2.1.git
   Changelog        : http://www.haproxy.org/download/2.1/src/CHANGELOG
   Cyril's HTML doc : http://cbonte.github.io/haproxy-dconv/


---
Complete changelog :
Christopher Faulet (4):
      BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua 
action
      BUG/MEDIUM: http-htx: Duplicate error messages as raw data instead of 
string
      BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del 
operations
      BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump 
metrics

Emeric Brun (1):
      BUG/MINOR: peers: fix internal/network key type mapping.

William Dauchy (1):
      Revert "BUG/MEDIUM: connections: force connections cleanup on server 
changes"

William Lallemand (6):
      BUG/MEDIUM: mworker: fix the copy of options in copy_argv()
      BUG/MINOR: init: -x can have a parameter starting with a dash
      BUG/MINOR: init: -S can have a parameter starting with a dash
      BUG/MEDIUM: mworker: fix the reload with an -- option
      BUG/MINOR: ssl: fix a trash buffer leak in some error cases
      BUG/MINOR: mworker: fix a memleak when execvp() failed

Willy Tarreau (1):
      SCRIPTS: publish-release: pass -n to gzip to remove timestamp

---

-- 
William Lallemand

Reply via email to