diff --git a/www/nginx/Makefile b/www/nginx/Makefile index ee39050d5..1d8bbd8b7 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= nginx -PLUGIN_VERSION= 1.35 -PLUGIN_REVISION= 4 +PLUGIN_VERSION= 1.36 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com diff --git a/www/nginx/pkg-descr b/www/nginx/pkg-descr index c12a09328..0ff2ddd42 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.36 + +* Add optional HTTP/3 support with dynamic Alt-Svc (contributed by Jan Chlouba) + 1.35 * Global options sendfile directive typo fix