Skip to content

Commit 618068d

Browse files
committed
Merge branch 'release/1.8.8'
2 parents b0edeee + c67e338 commit 618068d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
2018/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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM centos:centos7
22

33
ENV 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='' \

0 commit comments

Comments
 (0)