File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2018/04/19 : 1.8.8
2+ - BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes
3+ - BUG/MEDIUM: connection: Make sure we have a mux before calling detach().
4+ - BUG/MINOR: http: Return an error in proxy mode when url2sa fails
5+ - BUG/MEDIUM: kqueue: When adding new events, provide an output to get errors.
6+ - BUG/MINOR: cli: Guard against NULL messages when using CLI_ST_PRINT_FREE
7+ - MINOR: cli: Ensure the CLI always outputs an error when it should
8+ - DOC: lua: update the links to the config and Lua API
9+ - BUG/CRITICAL: h2: fix incorrect frame length check
10+
1112018/04/07 : 1.8.7
212 - BUG/MAJOR: cache: always initialize newly created objects
313 - MINOR: servers: Support alphanumeric characters for the server templates names
Original file line number Diff line number Diff line change 11FROM centos:centos7
22
33ENV HAPROXY_MJR_VERSION=1.8 \
4- HAPROXY_VERSION=1.8.7 \
4+ HAPROXY_VERSION=1.8.8 \
55 HAPROXY_CONFIG='/etc/haproxy/haproxy.cfg' \
66 HAPROXY_ADDITIONAL_CONFIG='' \
77 HAPROXY_PRE_RESTART_CMD='' \
You can’t perform that action at this time.
0 commit comments