From 4b7238cbc22e8e4985282918a83d61cce502c5fb Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Sun, 21 Feb 2021 23:21:56 +0100 Subject: [PATCH] www/nginx: add release note for nginx autoban feature --- www/nginx/Makefile | 2 +- www/nginx/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index c9df402b3..4964118c0 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= nginx -PLUGIN_VERSION= 1.20 +PLUGIN_VERSION= 1.21 PLUGIN_REVISION= 2 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx diff --git a/www/nginx/pkg-descr b/www/nginx/pkg-descr index 7940a9828..f4dc18e6a 100644 --- a/www/nginx/pkg-descr +++ b/www/nginx/pkg-descr @@ -8,6 +8,10 @@ reuse, SSL offload and HTTP media streaming. Plugin Changelog ================ +1.21 + +* fix performance issue with autoban feature (contributed by jkellerer) + 1.20 * User interface improvements of NAXSI configuration (contributed by 8191)