Skip to content

Commit 3a1d9d9

Browse files
committed
Merge branch 'release/1.8.6'
2 parents 46ed209 + 9d7f12b commit 3a1d9d9

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2018/04/05 : 1.8.6
2+
- BUG/MINOR: lua: the function returns anything
3+
- BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values
4+
- BUILD/MINOR: fix build when USE_THREAD is not defined
5+
- MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown"
6+
- MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available
7+
- BUILD/MINOR: cli: fix a build warning introduced by last commit
8+
- BUG/MINOR: hpack: fix harmless use of uninitialized value in hpack_dht_insert
9+
- CLEANUP: h2: rename misleading h2c_stream_close() to h2s_close()
10+
- MINOR: h2: provide and use h2s_detach() and h2s_free()
11+
- BUG/MAJOR: h2: remove orphaned streams from the send list before closing
12+
- MINOR: h2: always call h2s_detach() in h2_detach()
13+
- MINOR: h2: fuse h2s_detach() and h2s_free() into h2s_destroy()
14+
- BUG/MEDIUM: h2/threads: never release the task outside of the task handler
15+
- BUG/MEDIUM: h2: don't consider pending data on detach if connection is in error
16+
- BUILD/MINOR: threads: always export thread_sync_io_handler()
17+
- BUG/MEDIUM: h2: always add a stream to the send or fctl list when blocked
18+
- BUG/MINOR: checks: check the conn_stream's readiness and not the connection
19+
- BUG/MINOR: email-alert: Set the mailer port during alert initialization
20+
- BUG/MINOR: cache: fix "show cache" output
21+
- BUG/MINOR: fd: Don't clear the update_mask in fd_insert.
22+
- BUG/MAJOR: cache: fix random crashes caused by incorrect delete() on non-first blocks
23+
- BUG/MINOR: spoe: Initialize variables used during conf parsing before any check
24+
- BUG/MINOR: spoe: Don't release the context buffer in .check_timeouts callbaclk
25+
126
2018/03/23 : 1.8.5
227
- BUG/MINOR: threads: fix missing thread lock labels for 1.8
328
- BUG/MEDIUM: ssl: Don't always treat SSL_ERROR_SYSCALL as unrecovarable.

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.5 \
4+
HAPROXY_VERSION=1.8.6 \
55
HAPROXY_CONFIG='/etc/haproxy/haproxy.cfg' \
66
HAPROXY_ADDITIONAL_CONFIG='' \
77
HAPROXY_PRE_RESTART_CMD='' \

0 commit comments

Comments
 (0)