Skip to content

Commit 46ed209

Browse files
committed
Merge branch 'release/1.8.5'
2 parents be8f8d0 + ec773f8 commit 46ed209

2 files changed

Lines changed: 54 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
2018/03/23 : 1.8.5
2+
- BUG/MINOR: threads: fix missing thread lock labels for 1.8
3+
- BUG/MEDIUM: ssl: Don't always treat SSL_ERROR_SYSCALL as unrecovarable.
4+
- BUG/MEDIUM: ssl: Shutdown the connection for reading on SSL_ERROR_SYSCALL
5+
- BUG/MINOR: init: Add missing brackets in the code parsing -sf/-st
6+
- BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe
7+
- BUG/MEDIUM: http: Switch the HTTP response in tunnel mode as earlier as possible
8+
- BUG/MEDIUM: ssl/sample: ssl_bc_* fetch keywords are broken.
9+
- DOC: lua: new prototype for function "register_action()"
10+
- DOC: cfgparse: Warn on option (tcp|http)log in backend
11+
- BUG/MINOR: debug/pools: properly handle out-of-memory when building with DEBUG_UAF
12+
- MINOR: debug/pools: make DEBUG_UAF also detect underflows
13+
- BUG/MINOR: h2: Set the target of dbuf_wait to h2c
14+
- MINOR: stats: display the number of threads in the statistics.
15+
- BUG/MEDIUM: h2: always consume any trailing data after end of output buffers
16+
- BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk
17+
- BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk
18+
- Revert "BUG/MINOR: send-proxy-v2: string size must include ('\0')"
19+
- MINOR: systemd: Add section for SystemD sandboxing to unit file
20+
- MINOR: systemd: Add SystemD's Protect*= options to the unit file
21+
- MINOR: systemd: Add SystemD's SystemCallFilter option to the unit file
22+
- MINOR/BUILD: fix Lua build on Mac OS X
23+
- BUILD/MINOR: fix Lua build on Mac OS X (again)
24+
- BUG/MINOR: session: Fix tcp-request session failure if handshake.
25+
- CLEANUP: .gitignore: Ignore binaries from the contrib directory
26+
- BUG/MINOR: unix: Don't mess up when removing the socket from the xfer_sock_list.
27+
- BUG/MEDIUM: h2: also arm the h2 timeout when sending
28+
- BUG/MINOR: cli: Fix a crash when passing a negative or too large value to "show fd"
29+
- CLEANUP: ssl: Remove a duplicated #include
30+
- CLEANUP: cli: Remove a leftover debug message
31+
- BUG/MINOR: cli: Fix a typo in the 'set rate-limit' usage
32+
- BUG/MEDIUM: fix a 100% cpu usage with cpu-map and nbthread/nbproc
33+
- BUG/MINOR: force-persist and ignore-persist only apply to backends
34+
- BUG/MEDIUM: spoe: Remove idle applets from idle list when HAProxy is stopping
35+
- BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled
36+
- BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management
37+
- BUG/MINOR: dns: don't downgrade DNS accepted payload size automatically
38+
- BUG/MINOR: seemless reload: Fix crash when an interface is specified.
39+
- BUG/MINOR: cli: Fix a crash when sending a command with too many arguments
40+
- BUILD: ssl: Fix build with OpenSSL without NPN capability
41+
- BUG/MINOR: spoa-example: unexpected behavior for more than 127 args
42+
- BUG/MINOR: lua: return bad error messages
43+
- BUG/MEDIUM: tcp-check: single connect rule can't detect DOWN servers
44+
- BUG/MINOR: tcp-check: use the server's service port as a fallback
45+
- BUG/MEDIUM: threads/queue: wake up other threads upon dequeue
46+
- MINOR: log: stop emitting alerts when it's not possible to write on the socket
47+
- BUILD/BUG: enable -fno-strict-overflow by default
48+
- DOC: log: more than 2 log servers are allowed
49+
- DOC: don't suggest using http-server-close
50+
- BUG/MEDIUM: h2: properly account for DATA padding in flow control
51+
- BUG/MINOR: h2: ensure we can never send an RST_STREAM in response to an RST_STREAM
52+
- BUG/MINOR: listener: Don't decrease actconn twice when a new session is rejected
53+
154
2018/02/08 : 1.8.4
255
- BUG/MEDIUM: h2: properly handle the END_STREAM flag on empty DATA frames
356
- BUILD: ssl: silence a warning when building without NPN nor ALPN support

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

0 commit comments

Comments
 (0)