Skip to content

Commit 0df579b

Browse files
committed
Merge branch 'release/1.7.10'
2 parents 5a6d992 + ef6a019 commit 0df579b

File tree

2 files changed

+59
-3
lines changed

2 files changed

+59
-3
lines changed

CHANGELOG

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
2018/01/02 : 1.7.10
2+
- BUG/MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH
3+
- BUG/MEDIUM: lua: HTTP services must take care of body-less status codes
4+
- BUG/MEDIUM: stream: properly set the required HTTP analysers on use-service
5+
- BUG/MEDIUM: http: Fix a regression bug when a HTTP response is in TUNNEL mode
6+
- BUG/MEDIUM: epoll: ensure we always consider HUP and ERR
7+
- BUG/MEDIUM: http: Close streams for connections closed before a redirect
8+
- BUG/MINOR: Lua: The socket may be destroyed when we try to access.
9+
- BUG/MEDIUM: compression: Fix check on txn in smp_fetch_res_comp_algo
10+
- BUG/MINOR: compression: Check response headers before http-response rules eval
11+
- BUG/MINOR: log: fixing small memory leak in error code path.
12+
- BUG/MINOR: contrib/halog: fixing small memory leak
13+
- BUG/MEDIUM: tcp/http: set-dst-port action broken
14+
- BUG/MEDIUM: tcp-check: properly indicate polling state before performing I/O
15+
- BUG/MINOR: tcp-check: don't quit with pending data in the send buffer
16+
- BUG/MEDIUM: tcp-check: don't call tcpcheck_main() from the I/O handlers!
17+
- BUG/MINOR: tcp-check: don't initialize then break a connection starting with a comment
18+
- BUG/MEDIUM: http: Return an error when url_dec sample converter failed
19+
- BUG/MAJOR: stream-int: don't re-arm recv if send fails
20+
- DOC: 51d: add 51Degrees git URL that points to release version 3.2.12.12
21+
- DOC: 51d: Updated git URL and instructions for getting Hash Trie data files.
22+
- DOC: fix some typos
23+
- BUILD/MINOR: 51d: fix warning when building with 51Degrees release version 3.2.12.12
24+
- MINOR: tcp-check: make tcpcheck_main() take a check, not a connection
25+
- MINOR: checks: don't create then kill a dummy connection before tcp-checks
26+
- DOC: 1.7 is stable
27+
- BUG/MEDIUM: ssl: fix OCSP expiry calculation
28+
- MINOR: server: Handle weight increase in consistent hash.
29+
- BUG/MINOR: stats: Clear a bit more counters with in cli_parse_clear_counters().
30+
- BUG/MINOR: ssl: ocsp response with 'revoked' status is correct
31+
- BUG/MINOR: ssl: OCSP_single_get0_status can return -1
32+
- BUG/MINOR: cli: restore "set ssl tls-key" command
33+
- BUG/MEDIUM: prevent buffers being overwritten during build_logline() execution
34+
- BUG/MINOR: spoe: Don't compare engine name and SPOE scope when both are NULL
35+
- BUG/MINOR: dns: Fix CLI keyword declaration
36+
- BUG/MINOR: mailers: Fix a memory leak when email alerts are released
37+
- BUG/MINOR: cli: do not perform an invalid action on "set server check-port"
38+
- BUG/MEDIUM: stream: don't ignore res.analyse_exp anymore
39+
- MEDIUM: http: always reject the "PRI" method
40+
- BUG/MEDIUM: deviceatlas: ignore not valuable HTTP request data
41+
- BUG/MAJOR: stream: ensure analysers are always called upon close
42+
- BUG/MEDIUM: deinit: correctly deinitialize the proxy and global listener tasks
43+
- BUG/MINOR: Use crt_base instead of ca_base when crt is parsed on a server line
44+
- BUG/MINOR: stream: fix tv_request calculation for applets
45+
- BUG/MINOR: listener: Allow multiple "process" options on "bind" lines
46+
- DOC/MINOR: intro: typo, wording, formatting fixes
47+
- CONTRIB: halog: Add help text for -s switch in halog program
48+
- CONTRIB: iprange: Fix compiler warning in iprange.c
49+
- CONTRIB: halog: Fix compiler warnings in halog.c
50+
- BUG/MINOR: http: properly detect max-age=0 and s-maxage=0 in responses
51+
- BUG/MEDIUM: kqueue: Don't bother closing the kqueue after fork.
52+
- BUG/MEDIUM: peers: set NOLINGER on the outgoing stream interface
53+
- BUG/MEDIUM: http: don't disable lingering on requests with tunnelled responses
54+
- BUG/MEDIUM: lua: fix crash when using bogus mode in register_service()
55+
- BUG/MEDIUM: http: don't automatically forward request close
56+
157
2017/08/18 : 1.7.9
258
- BUG/MINOR: peers: peer synchronization issue (with several peers sections).
359
- BUG/MINOR: lua: In error case, the safe mode is not removed
@@ -77,7 +133,7 @@
77133
- BUG/MEDIUM: unix: never unlink a unix socket from the file system
78134
- scripts: create-release pass -n to tail
79135
- SCRIPTS: create-release: enforce GIT_COMMITTER_{NAME|EMAIL} validity
80-
136+
81137
2017/04/03 : 1.7.5
82138
- BUG/MEDIUM: peers: fix buffer overflow control in intdecode.
83139
- BUG/MEDIUM: buffers: Fix how input/output data are injected into buffers
@@ -5446,7 +5502,7 @@
54465502
- fwrr: ensure that we never overflow in placements
54475503
- store the build options to report with -vv
54485504
- fix the status return of the init script (R.I. Pienaar)
5449-
- stats: real time monitoring script for unix socket (Prizee)
5505+
- stats: real time monitoring script for unix socket (Prizee)
54505506
- document "nbsrv" and "monitor fail"
54515507
- restrict the set of allowed characters for identifiers
54525508
- implement a time parsing function

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

0 commit comments

Comments
 (0)