net/haproxy: bump version to 4.0, refs #3026

This commit is contained in:
Frank Wall
2023-01-05 00:40:15 +01:00
parent f16e410ad5
commit 26c4cce581
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= haproxy
PLUGIN_VERSION= 3.12
PLUGIN_VERSION= 4.0
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
PLUGIN_DEPENDS= haproxy
PLUGIN_MAINTAINER= opnsense@moov.de
+3 -1
View File
@@ -6,12 +6,14 @@ very high loads while needing persistence or Layer7 processing.
Plugin Changelog
================
4.0
Added:
* add new option "Gradual connection close time" (close-spread-time) (#3026)
Changed:
* upgrade to HAProxy 2.6 release series (#3026)
* rename frontend option "Type" to "Connection Mode" (#3026)
* update URLs to HAProxy 2.6 documentation (#3026)
* migrate options "http-tunnel" and "forceclose" to "http-keep-alive" (#3026)
Removed: