comparison CHANGES @ 661:b9763778e212 NGINX_0_9_7

nginx 0.9.7 *) Feature: now keepalive connections may be closed premature, if there are no free worker connections. Thanks to Maxim Dounin. *) Feature: the "rotate" parameter of the "image_filter" directive. Thanks to Adam Bocim. *) Bugfix: a case when a backend in "fastcgi_pass", "scgi_pass", or "uwsgi_pass" directives is given by expression and refers to a defined upstream.
author Igor Sysoev <http://sysoev.ru>
date Mon, 04 Apr 2011 00:00:00 +0400
parents 8214eaef3530
children b4dcae568a2a
comparison
equal deleted inserted replaced
660:fcda3d3eb4ff 661:b9763778e212
1
2 Changes with nginx 0.9.7 04 Apr 2011
3
4 *) Feature: now keepalive connections may be closed premature, if there
5 are no free worker connections.
6 Thanks to Maxim Dounin.
7
8 *) Feature: the "rotate" parameter of the "image_filter" directive.
9 Thanks to Adam Bocim.
10
11 *) Bugfix: a case when a backend in "fastcgi_pass", "scgi_pass", or
12 "uwsgi_pass" directives is given by expression and refers to a
13 defined upstream.
14
1 15
2 Changes with nginx 0.9.6 21 Mar 2011 16 Changes with nginx 0.9.6 21 Mar 2011
3 17
4 *) Feature: the "map" directive supports regular expressions as value 18 *) Feature: the "map" directive supports regular expressions as value
5 of the first parameter. 19 of the first parameter.