mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
[RELEASE] Released version 2.8-dev0
Released version 2.8-dev0 with the following main changes : - MINOR: version: mention that it's development again
This commit is contained in:
parent
989c55dc2f
commit
eaded987ee
@ -1,6 +1,9 @@
|
|||||||
ChangeLog :
|
ChangeLog :
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
2022/12/01 : 2.8-dev0
|
||||||
|
- MINOR: version: mention that it's development again
|
||||||
|
|
||||||
2022/12/01 : 2.7.0
|
2022/12/01 : 2.7.0
|
||||||
- MINOR: ssl: forgotten newline in error messages on ca-file
|
- MINOR: ssl: forgotten newline in error messages on ca-file
|
||||||
- BUG/MINOR: ssl: shut the ca-file errors emitted during httpclient init
|
- BUG/MINOR: ssl: shut the ca-file errors emitted during httpclient init
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
HAProxy
|
HAProxy
|
||||||
Configuration Manual
|
Configuration Manual
|
||||||
----------------------
|
----------------------
|
||||||
version 2.7
|
version 2.8
|
||||||
2022/12/01
|
2022/12/01
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
-----------------------
|
-----------------------
|
||||||
HAProxy Starter Guide
|
HAProxy Starter Guide
|
||||||
-----------------------
|
-----------------------
|
||||||
version 2.7
|
version 2.8
|
||||||
|
|
||||||
|
|
||||||
This document is an introduction to HAProxy for all those who don't know it, as
|
This document is an introduction to HAProxy for all those who don't know it, as
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
------------------------
|
------------------------
|
||||||
HAProxy Management Guide
|
HAProxy Management Guide
|
||||||
------------------------
|
------------------------
|
||||||
version 2.7
|
version 2.8
|
||||||
|
|
||||||
|
|
||||||
This document describes how to start, stop, manage, and troubleshoot HAProxy,
|
This document describes how to start, stop, manage, and troubleshoot HAProxy,
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#ifdef CONFIG_PRODUCT_BRANCH
|
#ifdef CONFIG_PRODUCT_BRANCH
|
||||||
#define PRODUCT_BRANCH CONFIG_PRODUCT_BRANCH
|
#define PRODUCT_BRANCH CONFIG_PRODUCT_BRANCH
|
||||||
#else
|
#else
|
||||||
#define PRODUCT_BRANCH "2.7"
|
#define PRODUCT_BRANCH "2.8"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_PRODUCT_STATUS
|
#ifdef CONFIG_PRODUCT_STATUS
|
||||||
|
Loading…
Reference in New Issue
Block a user