Skip to content

Commit 4e82777

Browse files
committed
Merge branch 'release/1.8.3'
2 parents 95f6a61 + 0d417d3 commit 4e82777

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2017/12/30 : 1.8.3
2+
- BUG/MEDIUM: h2: properly handle and report some stream errors
3+
- BUG/MEDIUM: h2: improve handling of frames received on closed streams
4+
- DOC/MINOR: configuration: typo, formatting fixes
5+
- BUG/MEDIUM: h2: ensure we always know the stream before sending a reset
6+
- BUG/MEDIUM: mworker: don't close stdio several time
7+
- MINOR: don't close stdio anymore
8+
- BUG/MEDIUM: http: don't automatically forward request close
9+
- BUG/MAJOR: hpack: don't return direct references to the dynamic headers table
10+
- MEDIUM: h2: prepare a graceful shutdown when the frontend is stopped
11+
112
2017/12/23 : 1.8.2
213
- BUG/MINOR: action: Don't check http capture rules when no id is defined
314
- BUG/MAJOR: hpack: don't pretend large headers fit in empty table

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

0 commit comments

Comments
 (0)