Skip to content

Commit 06ab0d4

Browse files
committed
[RELEASE] Released version 3.1.14
Released version 3.1.14 with the following main changes : - BUG/MAJOR: applet: Don't call I/O handler if the applet was shut - BUG/MEDIUM: applet: Fix test on shut flags for legacy applets - DOC: internals: cleanup few typos in master-worker documentation - BUG/MEDIUM: threads: Atomically set TH_FL_SLEEPING and clr FL_NOTIFIED - CLEANUP: haproxy: fix bad line wrapping in run_poll_loop() - BUG/MEDIUM: lb-chash: always properly initialize lb_nodes with dynamic servers - DOC: config: mention the limitation on server id range for consistent hash - BUG/MINOR: config: Fix setting of alt_proto - BUG/MINOR: startup: fix allocation error message of progname string - BUG/MINOR: startup: handle a possible strdup() failure - BUG/MAJOR: quic: reject invalid token
1 parent 31d33ea commit 06ab0d4

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG

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

4+
2026/02/12 : 3.1.14
5+
- BUG/MAJOR: applet: Don't call I/O handler if the applet was shut
6+
- BUG/MEDIUM: applet: Fix test on shut flags for legacy applets
7+
- DOC: internals: cleanup few typos in master-worker documentation
8+
- BUG/MEDIUM: threads: Atomically set TH_FL_SLEEPING and clr FL_NOTIFIED
9+
- CLEANUP: haproxy: fix bad line wrapping in run_poll_loop()
10+
- BUG/MEDIUM: lb-chash: always properly initialize lb_nodes with dynamic servers
11+
- DOC: config: mention the limitation on server id range for consistent hash
12+
- BUG/MINOR: config: Fix setting of alt_proto
13+
- BUG/MINOR: startup: fix allocation error message of progname string
14+
- BUG/MINOR: startup: handle a possible strdup() failure
15+
- BUG/MAJOR: quic: reject invalid token
16+
417
2026/01/29 : 3.1.13
518
- BUG/MEDIUM: http-ana: Properly detect client abort when forwarding response (v2)
619
- BUG/MEDIUM: stconn: Don't report abort from SC if read0 was already received

VERDATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
$Format:%ci$
2-
2026/01/29
2+
2026/02/12

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.13
1+
3.1.14

doc/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Configuration Manual
44
----------------------
55
version 3.1
6-
2026/01/29
6+
2026/02/12
77

88

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

0 commit comments

Comments
 (0)