comparison CHANGES @ 612:ce857f6b74a7 NGINX_0_9_4

nginx 0.9.4 *) Feature: the "server_name" directive supports the $hostname variable. *) Feature: 494 code for "Request Header Too Large" error.
author Igor Sysoev <http://sysoev.ru>
date Fri, 21 Jan 2011 00:00:00 +0300
parents 7ea1bba9a4f6
children bb20316269e4
comparison
equal deleted inserted replaced
611:f02ddde4a240 612:ce857f6b74a7
1
2 Changes with nginx 0.9.4 21 Jan 2011
3
4 *) Feature: the "server_name" directive supports the $hostname variable.
5
6 *) Feature: 494 code for "Request Header Too Large" error.
7
1 8
2 Changes with nginx 0.9.3 13 Dec 2010 9 Changes with nginx 0.9.3 13 Dec 2010
3 10
4 *) Bugfix: if there was a single server for given IPv6 address:port 11 *) Bugfix: if there was a single server for given IPv6 address:port
5 pair, then captures in regular expressions in a "server_name" 12 pair, then captures in regular expressions in a "server_name"
5026 5033
5027 5034
5028 Changes with nginx 0.1.10 26 Nov 2004 5035 Changes with nginx 0.1.10 26 Nov 2004
5029 5036
5030 *) Bugfix: if the request without arguments contains "//", "/./", 5037 *) Bugfix: if the request without arguments contains "//", "/./",
5031 "/../" or "%XX" then the lost character in the request line was 5038 "/../" or "%XX" then the last character in the request line was
5032 lost; the bug had appeared in 0.1.9. 5039 lost; the bug had appeared in 0.1.9.
5033 5040
5034 *) Bugfix: the fix in 0.1.9 for the files bigger than 2G on Linux did 5041 *) Bugfix: the fix in 0.1.9 for the files bigger than 2G on Linux did
5035 not work. 5042 not work.
5036 5043