From: Willy Tarreau Date: Wed, 26 Nov 2025 15:12:45 +0000 (+0100) Subject: [RELEASE] Released version 3.4-dev0 X-Git-Tag: v3.4-dev0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36133759d3529c497346b020dd013819062ac870;p=thirdparty%2Fhaproxy.git [RELEASE] Released version 3.4-dev0 Released version 3.4-dev0 with the following main changes : - MINOR: version: mention that it's development again --- diff --git a/CHANGELOG b/CHANGELOG index 69a1d3d67..7a4691264 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ ChangeLog : =========== +2025/11/26 : 3.4-dev0 + - MINOR: version: mention that it's development again + 2025/11/26 : 3.3.0 - BUG/MINOR: acme: better challenge_ready processing - BUG/MINOR: acme: warning ‘ctx’ may be used uninitialized diff --git a/VERSION b/VERSION index 15a279981..8b95c3eaa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.0 +3.4-dev0 diff --git a/doc/configuration.txt b/doc/configuration.txt index f8bd52b22..5187c67d1 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2,7 +2,7 @@ HAProxy Configuration Manual ---------------------- - version 3.3 + version 3.4 2025/11/26 diff --git a/doc/intro.txt b/doc/intro.txt index bdb6bf272..27d5f7e69 100644 --- a/doc/intro.txt +++ b/doc/intro.txt @@ -1,7 +1,7 @@ ----------------------- HAProxy Starter Guide ----------------------- - version 3.3 + version 3.4 This document is an introduction to HAProxy for all those who don't know it, as diff --git a/doc/management.txt b/doc/management.txt index 2e7416198..33f32898d 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -1,7 +1,7 @@ ------------------------ HAProxy Management Guide ------------------------ - version 3.3 + version 3.4 This document describes how to start, stop, manage, and troubleshoot HAProxy, diff --git a/include/haproxy/version.h b/include/haproxy/version.h index 82ded9553..d16d00212 100644 --- a/include/haproxy/version.h +++ b/include/haproxy/version.h @@ -33,7 +33,7 @@ #ifdef CONFIG_PRODUCT_BRANCH #define PRODUCT_BRANCH CONFIG_PRODUCT_BRANCH #else -#define PRODUCT_BRANCH "3.3" +#define PRODUCT_BRANCH "3.4" #endif #ifdef CONFIG_PRODUCT_STATUS