comparison CHANGES @ 4:4b2dafa26fe2 NGINX_0_1_2

nginx 0.1.2 *) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure. *) Feature: the server_name directive supports *.domain.tld. *) Bugfix: the portability improvements. *) Bugfix: if configuration file was set in command line, the reconfiguration was impossible; bug appeared in 0.1.1. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used. *) Bugfix: with sendfile the response was not recoded according to the charset module directives; bug appeared in 0.1.1. *) Bugfix: very seldom bug in the kqueue processing. *) Bugfix: the gzip module compressed the proxied responses that was already compressed.
author Igor Sysoev <http://sysoev.ru>
date Thu, 21 Oct 2004 00:00:00 +0400
parents cc9f381affaa
children 80ba094c6b3e
comparison
equal deleted inserted replaced
3:8beaf7b3241f 4:4b2dafa26fe2
1
2 Changes with nginx 0.1.2 21 Oct 2004
3
4 *) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS
5 options in configure.
6
7 *) Feature: the server_name directive supports *.domain.tld.
8
9 *) Bugfix: the portability improvements.
10
11 *) Bugfix: if configuration file was set in command line, the
12 reconfiguration was impossible, bug appeared in 0.1.1.
13
14 *) Bugfix: proxy module may get caught in an endless loop when sendfile
15 is not used.
16
17 *) Bugfix: with sendfile the response was not recoded according to the
18 charset module directives, bug appeared in 0.1.1.
19
20 *) Bugfix: very seldom bug in the kqueue processing.
21
22 *) Bugfix: the gzip module compressed the proxied responses that was
23 already compressed.
24
1 25
2 Changes with nginx 0.1.1 11 Oct 2004 26 Changes with nginx 0.1.1 11 Oct 2004
3 27
4 *) Feature: the gzip_types directive. 28 *) Feature: the gzip_types directive.
5 29
10 34
11 *) Feature: the setproctitle() emulation for Linux and Solaris. 35 *) Feature: the setproctitle() emulation for Linux and Solaris.
12 36
13 *) Bugfix: the "Location" header rewrite bug fixed while the proxing. 37 *) Bugfix: the "Location" header rewrite bug fixed while the proxing.
14 38
15 *) Bugfix: the ngx_http_chunked_module module bug fixed that caused an 39 *) Bugfix: the ngx_http_chunked_module module may get caught in an
16 endless loop. 40 endless loop.
17 41
18 *) Bugfix: the /dev/poll module bugs fixed. 42 *) Bugfix: the /dev/poll module bugs fixed.
19 43
20 *) Bugfix: the responses were corrupted when the temporary files were 44 *) Bugfix: the responses were corrupted when the temporary files were