diff --git a/UPDATING b/UPDATING index 00108f6a31da..6beceefb7aa6 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,17 @@ 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. +20160214: + AFFECTS: users of www/nginx-devel + AUTHOR: osa@FreeBSD.org + + Dynamic modules support has been enabled for the following third-party + modules, in case of usage of these modules please update nginx + configuration file for load these modules: + + load_module "modules/ngx_http_eval_module.so"; + load_module "modules/ngx_http_lua_module.so"; + 20160213: AFFECTS: users of www/nginx-devel AUTHOR: osa@FreeBSD.org