comparison CHANGES @ 614:bb20316269e4 NGINX_0_9_5

nginx 0.9.5 *) Change: now nginx uses a default listen backlog value -1 on Linux. Thanks to Andrei Nigmatulin. *) Feature: the "utf8" parameter of "geoip_country" and "geoip_city" directives. Thanks to Denis F. Latypoff. *) Bugfix: in a default "proxy_redirect" directive if "proxy_pass" directive has no URI part. Thanks to Maxim Dounin. *) Bugfix: an "error_page" directive did not work with nonstandard error codes; the bug had appeared in 0.8.53. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 21 Feb 2011 00:00:00 +0300
parents ce857f6b74a7
children 8214eaef3530
comparison
equal deleted inserted replaced
613:eaf85af608b8 614:bb20316269e4
1
2 Changes with nginx 0.9.5 21 Feb 2011
3
4 *) Change: now nginx uses a default listen backlog value -1 on
5 Linux.
6 Thanks to Andrei Nigmatulin.
7
8 *) Feature: the "utf8" parameter of "geoip_country" and "geoip_city"
9 directives.
10 Thanks to Denis F. Latypoff.
11
12 *) Bugfix: in a default "proxy_redirect" directive if "proxy_pass"
13 directive has no URI part.
14 Thanks to Maxim Dounin.
15
16 *) Bugfix: an "error_page" directive did not work with nonstandard
17 error codes; the bug had appeared in 0.8.53.
18 Thanks to Maxim Dounin.
19
1 20
2 Changes with nginx 0.9.4 21 Jan 2011 21 Changes with nginx 0.9.4 21 Jan 2011
3 22
4 *) Feature: the "server_name" directive supports the $hostname variable. 23 *) Feature: the "server_name" directive supports the $hostname variable.
5 24