Willy Tarreau
73dec76e85
[RELEASE] Released version 2.6-dev0
...
Released version 2.6-dev0 with the following main changes :
- MINOR: version: it's development again
2021-11-23 15:50:11 +01:00
Willy Tarreau
3b068c45ee
MINOR: version: it's development again
...
This essentially reverts 9dc4057df064.
2021-11-23 15:48:35 +01:00
Willy Tarreau
9dc4057df0
MINOR: version: mention that it's stable now
...
This version will be maintained up to around Q1 2023. The INSTALL file
also mentions it.
2021-11-23 15:38:10 +01:00
Willy Tarreau
1f97306ecc
[RELEASE] Released version 2.5-dev0
...
Released version 2.5-dev0 with the following main changes :
- MINOR: version: it's development again
2021-05-14 09:36:37 +02:00
Willy Tarreau
1cb9fe7a75
MINOR: version: it's development again
...
this essentially reverts 46fb37c70cd43f39de533f13639c29855dfec91e.
2021-05-14 09:36:08 +02:00
Willy Tarreau
46fb37c70c
MINOR: version: mention that it's LTS now.
...
The version will be maintained up to around Q2 2026. Let's
also update the INSTALL file to mention this.
2021-05-14 09:02:22 +02:00
Willy Tarreau
1db5579bf8
[RELEASE] Released version 2.4-dev0
...
Released version 2.4-dev0 with the following main changes :
- MINOR: version: it's development again.
- DOC: mention in INSTALL that it's development again
2020-11-05 17:20:35 +01:00
Willy Tarreau
b9b2ac20f8
MINOR: version: it's development again.
...
This reverts commit 0badabc381bc9c0d6be7479d528a5d549d6185f4.
2020-11-05 17:18:49 +01:00
Willy Tarreau
0badabc381
MINOR: version: mention that it's stable now
...
This version will be maintained up to around Q1 2022.
2020-11-05 17:00:50 +01:00
Willy Tarreau
e3cb9978c2
MINOR: version: back to development, update status message
...
Update the status message and update INSTALL again.
2020-07-07 16:38:51 +02:00
Willy Tarreau
33205c23a7
[RELEASE] Released version 2.3-dev0
...
Released version 2.3-dev0 with the following main changes :
- exact copy of 2.2.0
2020-07-07 16:35:28 +02:00
Willy Tarreau
44c47de81a
MINOR: version: mention that it's an LTS release now
...
The new version is going to be LTS up to around Q2 2025.
2020-07-07 16:31:52 +02:00
Willy Tarreau
d678805783
REORG: include: move version.h to haproxy/
...
Few files were affected. The release scripts was updated.
2020-06-11 10:18:56 +02:00
Willy Tarreau
2dd0d4799e
[CLEANUP] renamed include/haproxy to include/common
2006-06-29 17:53:05 +02:00
Willy Tarreau
baaee00406
[BIGMOVE] exploded the monolithic haproxy.c file into multiple files.
...
The files are now stored under :
- include/haproxy for the generic includes
- include/types.h for the structures needed within prototypes
- include/proto.h for function prototypes and inline functions
- src/*.c for the C files
Most include files are now covered by LGPL. A last move still needs
to be done to put inline functions under GPL and not LGPL.
Version has been set to 1.3.0 in the code but some control still
needs to be done before releasing.
2006-06-26 02:48:02 +02:00