From fa606b83d4c7c3e41a6fb57503f81ba4d256f2cc Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Mon, 18 Aug 2008 14:54:11 +0000 Subject: Update from 0.7.10 to 0.7.11. *) Change: now ngx_http_charset_module does not work by default with text/css MIME type. *) Feature: now nginx returns the 405 status code for POST method requesting a static file only if the file exists. *) Feature: the "proxy_ssl_session_reuse" directive. *) Bugfix: a "proxy_pass" directive without URI part might use original request after the "X-Accel-Redirect" redirection was used; *) Bugfix: if a directory has search only rights and the first index file was absent, then nginx returned the 500 status code. *) Bugfix: in inclusive locations; the bugs had appeared in 0.7.1. --- www/nginx-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/nginx-devel/Makefile') diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 260b6bd8e81d..bd27b5410721 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.10 +PORTVERSION= 0.7.11 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} -- cgit v1.2.3