aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5aa851bfbc6b..00108f6a31da 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20160213:
+ AFFECTS: users of www/nginx-devel
+ AUTHOR: osa@FreeBSD.org
+
+ Dynamic modules support has been enabled. In case of usage following
+ modules please update nginx configuration file for load these modules:
+
+ load_module "modules/ngx_http_geoip_module.so";
+ load_module "modules/ngx_http_image_filter_module.so";
+ load_module "modules/ngx_http_xslt_filter_module.so";
+ load_module "modules/ngx_mail_module.so";
+ load_module "modules/ngx_stream_module.so";
+
+ See https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ for details.
+
20160127:
AFFECTS: users of net-im/uTox
AUTHOR: amdmi3@FreeBSD.org