Skip to content

Commit a8d8d6e

Browse files
committed
[RELEASE] Released version 1.8-rc2
Released version 1.8-rc2 with the following main changes : - BUG/MINOR: send-proxy-v2: fix dest_len in make_tlv call - BUG/MINOR: send-proxy-v2: string size must include ('\0') - MINOR: mux: Only define pipe functions on linux. - MINOR: cache: Remove useless test for nonzero. - MINOR: cache: Don't confuse act_return and act_parse_ret. - BUG/MEDIUM: h2: don't try to parse incomplete H1 responses - BUG/MEDIUM: checks/mux: always enable send-polling after connecting - BUG/MAJOR: fix deadlock on healthchecks. - BUG/MINOR: thread: fix a typo in the debug code - BUILD: shctx: allow to be built without openssl - BUG/MEDIUM: cache: don't try to resolve wrong filters - BUG/MAJOR: buffers: fix get_buffer_nc() for data at end of buffer - BUG/MINOR: freq: fix infinite loop on freq_ctr_period. - BUG/MINOR: stdarg.h inclusion - BUG/MINOR: dns: fix missing lock protection on server. - BUG/MINOR: lua: fix missing lock protection on server. - BUILD: enable USE_THREAD for OpenBSD build. - BUG/MAJOR: mux_pt: don't dereference a connstream after ->wake() - MINOR: thread: report multi-thread support in haproxy -vv
1 parent 0493149 commit a8d8d6e

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
lines changed

CHANGELOG

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
ChangeLog :
22
===========
33

4+
2017/11/03 : 1.8-rc2
5+
- BUG/MINOR: send-proxy-v2: fix dest_len in make_tlv call
6+
- BUG/MINOR: send-proxy-v2: string size must include ('\0')
7+
- MINOR: mux: Only define pipe functions on linux.
8+
- MINOR: cache: Remove useless test for nonzero.
9+
- MINOR: cache: Don't confuse act_return and act_parse_ret.
10+
- BUG/MEDIUM: h2: don't try to parse incomplete H1 responses
11+
- BUG/MEDIUM: checks/mux: always enable send-polling after connecting
12+
- BUG/MAJOR: fix deadlock on healthchecks.
13+
- BUG/MINOR: thread: fix a typo in the debug code
14+
- BUILD: shctx: allow to be built without openssl
15+
- BUG/MEDIUM: cache: don't try to resolve wrong filters
16+
- BUG/MAJOR: buffers: fix get_buffer_nc() for data at end of buffer
17+
- BUG/MINOR: freq: fix infinite loop on freq_ctr_period.
18+
- BUG/MINOR: stdarg.h inclusion
19+
- BUG/MINOR: dns: fix missing lock protection on server.
20+
- BUG/MINOR: lua: fix missing lock protection on server.
21+
- BUILD: enable USE_THREAD for OpenBSD build.
22+
- BUG/MAJOR: mux_pt: don't dereference a connstream after ->wake()
23+
- MINOR: thread: report multi-thread support in haproxy -vv
24+
425
2017/10/31 : 1.8-rc1
526
- BUG/MEDIUM: server: Allocate tmptrash before using it.
627
- CONTRIB: trace: add the possibility to place trace calls in the code

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
----------------------
44
version 1.8
55
willy tarreau
6-
2017/10/31
6+
2017/11/03
77

88

99
1) How to build it

VERDATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
$Format:%ci$
2-
2017/10/31
2+
2017/11/03

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8-rc1
1+
1.8-rc2

doc/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
----------------------
55
version 1.8
66
willy tarreau
7-
2017/10/31
7+
2017/11/03
88

99

1010
This document covers the configuration language as implemented in the version

examples/haproxy.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
22
Name: haproxy
3-
Version: 1.8-rc1
3+
Version: 1.8-rc2
44
Release: 1
55
License: GPL
66
Group: System Environment/Daemons
@@ -74,6 +74,9 @@ fi
7474
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
7575

7676
%changelog
77+
* Fri Nov 3 2017 Willy Tarreau <[email protected]>
78+
- updated to 1.8-rc2
79+
7780
* Tue Oct 31 2017 Willy Tarreau <[email protected]>
7881
- updated to 1.8-rc1
7982

0 commit comments

Comments
 (0)