diff options
author | osa <osa@FreeBSD.org> | 2009-06-16 16:42:38 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-06-16 16:42:38 +0800 |
commit | 46d0d0e4e76e4f60c6179a10b40d296081a44552 (patch) | |
tree | f65a22616cccab81f2e4e5ffb3f178691d18dbea /www/nginx/Makefile | |
parent | b150277e6ac43b5ae2aaedadcfb663648726a2c5 (diff) | |
download | freebsd-ports-gnome-46d0d0e4e76e4f60c6179a10b40d296081a44552.tar.gz freebsd-ports-gnome-46d0d0e4e76e4f60c6179a10b40d296081a44552.tar.zst freebsd-ports-gnome-46d0d0e4e76e4f60c6179a10b40d296081a44552.zip |
Update from 0.7.59 to 0.7.60.
<ChangeLog>
*) Feature: the "updating" parameter in "proxy_cache_use_stale" and
"fastcgi_cache_use_stale" directives.
*) Feature: the "keepalive_requests" directive.
*) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on
start up.
*) Bugfix: open_file_cache might cache open file descriptors too long.
*) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
header lines were passed to backend while caching if no
"proxy_set_header" directive was used with any parameters.
*) Bugfix: the "Set-Cookie" and "P3P" response header lines were not
hidden while caching if no "proxy_hide_header/fastcgi_hide_header"
directives were used with any parameters.
*) Bugfix: the ngx_http_image_filter_module did not support GIF87a
format.
Thanks to Denis Ilyinyh.
*) Bugfix: nginx could not be built modules on Solaris 10 and early;
the bug had appeared in 0.7.56.
*) Bugfix: XLST filter did not work in subrequests.
*) Bugfix: in relative paths handling in nginx/Windows.
*) Bugfix: in proxy_store, fastcgi_store, proxy_cache, and
fastcgi_cache in nginx/Windows.
</ChangeLog>
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 2df9fc58a048..019eda55f2f2 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.59 +PORTVERSION= 0.7.60 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} |