comparison CHANGES @ 6:80ba094c6b3e NGINX_0_1_3

nginx 0.1.3 *) Feature: the ngx_http_autoindex_module and the autoindex directive. *) Feature: the proxy_set_x_url directive. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 25 Oct 2004 00:00:00 +0400
parents 4b2dafa26fe2
children 983306b77348
comparison
equal deleted inserted replaced
5:985c56ebe724 6:80ba094c6b3e
1
2 Changes with nginx 0.1.3 25 Oct 2004
3
4 *) Feature: the ngx_http_autoindex_module and the autoindex directive.
5
6 *) Feature: the proxy_set_x_url directive.
7
8 *) Bugfix: proxy module may get caught in an endless loop when sendfile
9 is not used.
10
1 11
2 Changes with nginx 0.1.2 21 Oct 2004 12 Changes with nginx 0.1.2 21 Oct 2004
3 13
4 *) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS 14 *) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS
5 options in configure. 15 options in configure.
7 *) Feature: the server_name directive supports *.domain.tld. 17 *) Feature: the server_name directive supports *.domain.tld.
8 18
9 *) Bugfix: the portability improvements. 19 *) Bugfix: the portability improvements.
10 20
11 *) Bugfix: if configuration file was set in command line, the 21 *) Bugfix: if configuration file was set in command line, the
12 reconfiguration was impossible, bug appeared in 0.1.1. 22 reconfiguration was impossible; bug appeared in 0.1.1.
13 23
14 *) Bugfix: proxy module may get caught in an endless loop when sendfile 24 *) Bugfix: proxy module may get caught in an endless loop when sendfile
15 is not used. 25 is not used.
16 26
17 *) Bugfix: with sendfile the response was not recoded according to the 27 *) Bugfix: with sendfile the response was not recoded according to the
18 charset module directives, bug appeared in 0.1.1. 28 charset module directives; bug appeared in 0.1.1.
19 29
20 *) Bugfix: very seldom bug in the kqueue processing. 30 *) Bugfix: very seldom bug in the kqueue processing.
21 31
22 *) Bugfix: the gzip module compressed the proxied responses that was 32 *) Bugfix: the gzip module compressed the proxied responses that was
23 already compressed. 33 already compressed.