diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index fa8508ba7..c2f195fc2 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 3.0 +PLUGIN_VERSION= 3.1 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy PLUGIN_MAINTAINER= opnsense@moov.de diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index 86fcbd003..69ef2148a 100644 --- a/net/haproxy/pkg-descr +++ b/net/haproxy/pkg-descr @@ -8,6 +8,9 @@ Plugin Changelog 3.1 +Fixed: +* fix items that cannot be deleted (#2266) + Changed: * rules: only accept a single value for backend/server fields (#2266)