comparison CHANGES @ 22:8b6db3bda591 NGINX_0_1_11

nginx 0.1.11 *) Feature: the worker_priority directive. *) Change: both tcp_nopush and tcp_nodelay directives affect the transferred response. *) Bugfix: nginx did not call initgroups(). Thanks to Andrew Sitnikov and Andrei Nigmatulin. *) Change: now the ngx_http_autoindex_module shows the file size in the bytes. *) Bugfix: the ngx_http_autoindex_module returned the 500 error if the broken symlink was in a directory. *) Bugfix: the files bigger than 4G could not be transferred using sendfile. *) Bugfix: if the backend was resolved to several backends and there was an error while the response waiting then process may got caught in an endless loop. *) Bugfix: the worker process may exit with the "unknown cycle" message when the /dev/poll method was used. *) Bugfix: "close() channel failed" errors. *) Bugfix: the autodetection of the "nobody" and "nogroup" groups. *) Bugfix: the send_lowat directive did not work on Linux. *) Bugfix: the segmentation fault occurred if there was no events section in configuration. *) Bugfix: nginx could not be built on OpenBSD. *) Bugfix: the double slashes in "://" in the URI were converted to ":/".
author Igor Sysoev <http://sysoev.ru>
date Thu, 02 Dec 2004 00:00:00 +0300
parents 636dad238b63
children 420dd3f9e703
comparison
equal deleted inserted replaced
21:4eeb9cfef970 22:8b6db3bda591
1
2 Changes with nginx 0.1.11 02 Dec 2004
3
4 *) Feature: the worker_priority directive.
5
6 *) Change: both tcp_nopush and tcp_nodelay directives affect the
7 transferred response.
8
9 *) Bugfix: nginx did not call initgroups().
10 Thanks to Andrew Sitnikov and Andrei Nigmatulin.
11
12 *) Change: now the ngx_http_autoindex_module shows the file size in the
13 bytes.
14
15 *) Bugfix: the ngx_http_autoindex_module returned the 500 error if the
16 broken symlink was in a directory.
17
18 *) Bugfix: the files bigger than 4G could not be transferred using
19 sendfile.
20
21 *) Bugfix: if the backend was resolved to several backends and there was
22 an error while the response waiting then process may got caught in an
23 endless loop.
24
25 *) Bugfix: the worker process may exit with the "unknown cycle" message
26 when the /dev/poll method was used.
27
28 *) Bugfix: "close() channel failed" errors.
29
30 *) Bugfix: the autodetection of the nobody and nogroup groups.
31
32 *) Bugfix: the send_lowat directive did not work on Linux.
33
34 *) Bugfix: the segmentation fault occurred if there was no events section
35 in configuration.
36
37 *) Bugfix: nginx could not be built on OpenBSD.
38
39 *) Bugfix: the double slashes in "://" in the URI were converted to ":/".
40
1 41
2 Changes with nginx 0.1.10 26 Nov 2004 42 Changes with nginx 0.1.10 26 Nov 2004
3 43
4 *) Bugfix: if the request without arguments contains "//", "/./", "/../" 44 *) Bugfix: if the request without arguments contains "//", "/./", "/../"
5 or "%XX" then the lost character in the request line was lost; bug 45 or "%XX" then the lost character in the request line was lost; bug
34 *) Feature: the proxy_max_temp_file_size directive. 74 *) Feature: the proxy_max_temp_file_size directive.
35 75
36 76
37 Changes with nginx 0.1.7 12 Nov 2004 77 Changes with nginx 0.1.7 12 Nov 2004
38 78
39 *) Bugfix: on FreeBSD the segmentation fault may occure if the size of 79 *) Bugfix: on FreeBSD the segmentation fault may occur if the size of the
40 the transferred file was changed; bug appeared in 0.1.5. 80 transferred file was changed; bug appeared in 0.1.5.
41 81
42 82
43 Changes with nginx 0.1.6 11 Nov 2004 83 Changes with nginx 0.1.6 11 Nov 2004
44 84
45 *) Bugfix: some location directive combiations with the regular 85 *) Bugfix: some location directive combiations with the regular