annotate text/en/CHANGES-1.0 @ 245:a627ecdece14

nginx-1.0.11
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 Dec 2011 14:59:34 +0000
parents f26606d1203b
children b9ae01d4dbf1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1
245
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
2 Changes with nginx 1.0.11 15 Dec 2011
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
3
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
4 *) Change: now double quotes are encoded in an "echo" SSI-command
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
5 output.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
6 Thanks to Zaur Abasmirzoev.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
7
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
8 *) Feature: the "image_filter_sharpen" directive.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
9
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
10 *) Bugfix: a segmentation fault might occur in a worker process if SNI
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
11 was used; the bug had appeared in 1.0.9.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
12
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
13 *) Bugfix: SIGWINCH signal did not work after first binary upgrade; the
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
14 bug had appeared in 1.0.9.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
15
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
16 *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
17 header lines might be passed to backend while caching; or not passed
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
18 without caching if caching was enabled in another part of the
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
19 configuration.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
20
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
21 *) Bugfix: in the "scgi_param" directive, if complex parameters were
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
22 used.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
23
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
24 *) Bugfix: "add_header" and "expires" directives did not work if a
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
25 request was proxied and response status code was 206.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
26
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
27 *) Bugfix: in the "expires @time" directive.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
28
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
29 *) Bugfix: in the ngx_http_flv_module.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
30 Thanks to Piotr Sikora.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
31
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
32 *) Bugfix: in the ngx_http_mp4_module.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
33
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
34 *) Bugfix: nginx could not be built on FreeBSD 10.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
35
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
36 *) Bugfix: nginx could not be built on AIX.
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
37
a627ecdece14 nginx-1.0.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 181
diff changeset
38
181
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
39 Changes with nginx 1.0.10 15 Nov 2011
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
40
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
41 *) Bugfix: a segmentation fault might occur in a worker process if
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
42 resolver got a big DNS response.
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
43 Thanks to Ben Hawkes.
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
44
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
45 *) Bugfix: in cache key calculation if internal MD5 implementation was
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
46 used; the bug had appeared in 1.0.4.
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
47
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
48 *) Bugfix: the module ngx_http_mp4_module sent incorrect
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
49 "Content-Length" response header line if the "start" argument was
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
50 used.
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
51 Thanks to Piotr Sikora.
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
52
f26606d1203b nginx-1.0.10
Igor Sysoev <igor@sysoev.ru>
parents: 165
diff changeset
53
165
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
54 Changes with nginx 1.0.9 01 Nov 2011
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
55
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
56 *) Change: now the 0x7F-0x1F characters are escaped as \xXX in an
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
57 access_log.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
58
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
59 *) Change: now SIGWINCH signal works only in daemon mode.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
60
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
61 *) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
62 the following additional values: X-Accel-Limit-Rate,
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
63 X-Accel-Buffering, X-Accel-Charset.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
64
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
65 *) Feature: decrease of memory consumption if SSL is used.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
66
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
67 *) Feature: accept filters are now supported on NetBSD.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
68
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
69 *) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
70 Thanks to Peter Smit.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
71
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
72 *) Bugfix: a segmentation fault occurred on start or while
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
73 reconfiguration if the "ssl" directive was used at http level and
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
74 there was no "ssl_certificate" defined.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
75
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
76 *) Bugfix: some UTF-8 characters were processed incorrectly.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
77 Thanks to Alexey Kuts.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
78
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
79 *) Bugfix: the ngx_http_rewrite_module directives specified at "server"
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
80 level were executed twice if no matching locations were defined.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
81
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
82 *) Bugfix: a socket leak might occurred if "aio sendfile" was used.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
83
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
84 *) Bugfix: connections with fast clients might be closed after
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
85 send_timeout if file AIO was used.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
86
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
87 *) Bugfix: in the ngx_http_autoindex_module.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
88
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
89 *) Bugfix: the module ngx_http_mp4_module did not support seeking on
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
90 32-bit platforms.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
91
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
92 *) Bugfix: non-cacheable responses might be cached if
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
93 "proxy_cache_bypass" directive was used.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
94 Thanks to John Ferlito.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
95
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
96 *) Bugfix: cached responses with an empty body were returned
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
97 incorrectly; the bug had appeared in 0.8.31.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
98
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
99 *) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
100 bug had appeared in 0.8.32.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
101
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
102 *) Bugfix: in the "return" directive.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
103
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
104 *) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
105 "ssl_prefer_server_ciphers" directives might work incorrectly if SNI
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
106 was used.
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
107
c14df688e927 nginx-1.0.9
Igor Sysoev <igor@sysoev.ru>
parents: 36
diff changeset
108
36
b5dd504893be nginx-1.0.8
Igor Sysoev <igor@sysoev.ru>
parents: 35
diff changeset
109 Changes with nginx 1.0.8 01 Oct 2011
b5dd504893be nginx-1.0.8
Igor Sysoev <igor@sysoev.ru>
parents: 35
diff changeset
110
b5dd504893be nginx-1.0.8
Igor Sysoev <igor@sysoev.ru>
parents: 35
diff changeset
111 *) Bugfix: nginx could not be built --with-http_mp4_module and without
b5dd504893be nginx-1.0.8
Igor Sysoev <igor@sysoev.ru>
parents: 35
diff changeset
112 --with-debug option.
b5dd504893be nginx-1.0.8
Igor Sysoev <igor@sysoev.ru>
parents: 35
diff changeset
113
b5dd504893be nginx-1.0.8
Igor Sysoev <igor@sysoev.ru>
parents: 35
diff changeset
114
35
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
115 Changes with nginx 1.0.7 30 Sep 2011
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
116
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
117 *) Change: now if total size of all ranges is greater than source
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
118 response size, then nginx disables ranges and returns just the source
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
119 response.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
120
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
121 *) Feature: the "max_ranges" directive.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
122
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
123 *) Feature: the module ngx_http_mp4_module.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
124
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
125 *) Feature: the "worker_aio_requests" directive.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
126
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
127 *) Bugfix: if nginx was built --with-file-aio it could not be run on
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
128 Linux kernel which did not support AIO.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
129
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
130 *) Bugfix: in Linux AIO error processing.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
131 Thanks to Hagai Avrahami.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
132
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
133 *) Bugfix: in Linux AIO combined with open_file_cache.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
134
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
135 *) Bugfix: open_file_cache did not update file info on retest if file
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
136 was not atomically changed.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
137
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
138 *) Bugfix: reduced memory consumption for long-lived requests.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
139
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
140 *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort"
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
141 directives.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
142
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
143 *) Bugfix: nginx could not be built on MacOSX 10.7.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
144
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
145 *) Bugfix: request body might be processed incorrectly if client used
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
146 pipelining.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
147
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
148 *) Bugfix: in the "request_body_in_single_buf" directive.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
149
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
150 *) Bugfix: in "proxy_set_body" and "proxy_pass_request_body" directives
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
151 if SSL connection to backend was used.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
152
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
153 *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
154 "down".
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
155
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
156 *) Bugfix: a segmentation fault might occur during reconfiguration if
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
157 ssl_session_cache was defined but not used in previous configuration.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
158
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
159 *) Bugfix: a segmentation fault might occur in a worker process if many
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
160 backup servers were used in an upstream.
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
161
fb7dffebeff0 1.0.7 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 20
diff changeset
162
20
c1e6b2b4a758 data fix
Igor Sysoev <igor@sysoev.ru>
parents: 19
diff changeset
163 Changes with nginx 1.0.6 29 Aug 2011
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
164
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
165 *) Feature: cache loader run time decrease.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
166
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
167 *) Feature: loading time decrease of configuration with large number of
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
168 HTTPS sites.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
169
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
170 *) Feature: now nginx supports ECDHE key exchange ciphers.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
171 Thanks to Adrian Kotelba.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
172
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
173 *) Feature: the "lingering_close" directive.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
174
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
175 *) Feature: now shared zones and caches use POSIX semaphores on Solaris.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
176 Thanks to Den Ivanov.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
177
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
178 *) Bugfix: nginx could not be built on Linux 3.0.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
179
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
180 *) Bugfix: a segmentation fault might occur in a worker process if
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
181 "fastcgi/scgi/uwsgi_param" directives were used with values starting
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
182 with "HTTP_"; the bug had appeared in 0.8.40.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
183
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
184 *) Bugfix: in closing connection for pipelined requests.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
185
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
186 *) Bugfix: nginx did not disable gzipping if client sent "gzip;q=0" in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
187 "Accept-Encoding" request header line.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
188
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
189 *) Bugfix: in timeout in unbuffered proxied mode.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
190
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
191 *) Bugfix: memory leaks when a "proxy_pass" directive contains variables
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
192 and proxies to an HTTPS backend.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
193
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
194 *) Bugfix: in parameter validaiton of a "proxy_pass" directive with
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
195 variables.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
196 Thanks to Lanshun Zhou.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
197
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
198 *) Bugfix: SSL did not work on QNX.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
199
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
200 *) Bugfix: SSL modules could not be built by gcc 4.6 without
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
201 --with-debug option.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
202
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
203
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
204 Changes with nginx 1.0.5 19 Jul 2011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
205
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
206 *) Change: now default SSL ciphers are "HIGH:!aNULL:!MD5".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
207 Thanks to Rob Stradling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
208
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
209 *) Feature: the "referer_hash_max_size" and "referer_hash_bucket_size"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
210 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
211 Thanks to Witold Filipczyk.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
212
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
213 *) Feature: $uid_reset variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
214
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
215 *) Bugfix: a segmentation fault might occur in a worker process, if a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
216 caching was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
217 Thanks to Lanshun Zhou.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
218
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
219 *) Bugfix: worker processes may got caught in an endless loop during
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
220 reconfiguration, if a caching was used; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
221 0.8.48.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
222 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
223
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
224 *) Bugfix: "stalled cache updating" alert.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
225 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
226
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
227
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
228 Changes with nginx 1.0.4 01 Jun 2011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
229
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
230 *) Change: now regular expressions case sensitivity in the "map"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
231 directive is given by prefixes "~" or "~*".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
232
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
233 *) Feature: now shared zones and caches use POSIX semaphores on Linux.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
234 Thanks to Denis F. Latypoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
235
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
236 *) Bugfix: "stalled cache updating" alert.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
237
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
238 *) Bugfix: nginx could not be built --without-http_auth_basic_module;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
239 the bug had appeared in 1.0.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
240
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
241
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
242 Changes with nginx 1.0.3 25 May 2011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
243
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
244 *) Feature: the "auth_basic_user_file" directive supports "$apr1",
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
245 "{PLAIN}", and "{SSHA}" password encryption methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
246 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
247
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
248 *) Feature: the "geoip_org" directive and $geoip_org variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
249 Thanks to Alexander Uskov, Arnaud Granal, and Denis F. Latypoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
250
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
251 *) Feature: ngx_http_geo_module and ngx_http_geoip_module support IPv4
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
252 addresses mapped to IPv6 addresses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
253
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
254 *) Bugfix: a segmentation fault occurred in a worker process during
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
255 testing IPv4 address mapped to IPv6 address, if access or deny rules
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
256 were defined only for IPv6; the bug had appeared in 0.8.22.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
257
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
258 *) Bugfix: a cached response may be broken if proxy/fastcgi/scgi/
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
259 uwsgi_cache_bypass and proxy/fastcgi/scgi/uwsgi_no_cache directive
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
260 values were different; the bug had appeared in 0.8.46.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
261
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
262
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
263 Changes with nginx 1.0.2 10 May 2011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
264
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
265 *) Feature: now shared zones and caches use POSIX semaphores.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
266
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
267 *) Bugfix: in the "rotate" parameter of the "image_filter" directive.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
268 Thanks to Adam Bocim.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
269
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
270 *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
271 1.0.1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
272
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
273
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
274 Changes with nginx 1.0.1 03 May 2011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
275
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
276 *) Change: now the "split_clients" directive uses MurmurHash2 algorithm
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
277 because of better distribution.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
278 Thanks to Oleg Mamontov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
279
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
280 *) Change: now long strings starting with zero are not considered as
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
281 false values.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
282 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
283
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
284 *) Change: now nginx uses a default listen backlog value 511 on Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
285
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
286 *) Feature: the $upstream_... variables may be used in the SSI and perl
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
287 modules.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
288
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
289 *) Bugfix: now nginx limits better disk cache size.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
290 Thanks to Oleg Mamontov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
291
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
292 *) Bugfix: a segmentation fault might occur while parsing incorrect IPv4
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
293 address; the bug had appeared in 0.9.3.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
294 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
295
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
296 *) Bugfix: nginx could not be built by gcc 4.6 without --with-debug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
297 option.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
298
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
299 *) Bugfix: nginx could not be built on Solaris 9 and earlier; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
300 had appeared in 0.9.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
301 Thanks to Dagobert Michelsen.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
302
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
303 *) Bugfix: $request_time variable had invalid values if subrequests were
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
304 used; the bug had appeared in 0.8.47.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
305 Thanks to Igor A. Valcov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
306
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
307
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
308 Changes with nginx 1.0.0 12 Apr 2011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
309
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
310 *) Bugfix: a cache manager might hog CPU after reload.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
311 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
312
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
313 *) Bugfix: an "image_filter crop" directive worked incorrectly coupled
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
314 with an "image_filter rotate 180" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
315
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
316 *) Bugfix: a "satisfy any" directive disabled custom 401 error page.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
317
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
318
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
319 Changes with nginx 0.9.7 04 Apr 2011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
320
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
321 *) Feature: now keepalive connections may be closed premature, if there
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
322 are no free worker connections.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
323 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
324
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
325 *) Feature: the "rotate" parameter of the "image_filter" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
326 Thanks to Adam Bocim.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
327
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
328 *) Bugfix: a case when a backend in "fastcgi_pass", "scgi_pass", or
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
329 "uwsgi_pass" directives is given by expression and refers to a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
330 defined upstream.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
331
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
332
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
333 Changes with nginx 0.9.6 21 Mar 2011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
334
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
335 *) Feature: the "map" directive supports regular expressions as value of
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
336 the first parameter.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
337
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
338 *) Feature: $time_iso8601 access_log variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
339 Thanks to Michael Lustfield.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
340
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
341
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
342 Changes with nginx 0.9.5 21 Feb 2011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
343
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
344 *) Change: now nginx uses a default listen backlog value -1 on Linux.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
345 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
346
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
347 *) Feature: the "utf8" parameter of "geoip_country" and "geoip_city"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
348 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
349 Thanks to Denis F. Latypoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
350
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
351 *) Bugfix: in a default "proxy_redirect" directive if "proxy_pass"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
352 directive has no URI part.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
353 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
354
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
355 *) Bugfix: an "error_page" directive did not work with nonstandard error
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
356 codes; the bug had appeared in 0.8.53.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
357 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
358
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
359
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
360 Changes with nginx 0.9.4 21 Jan 2011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
361
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
362 *) Feature: the "server_name" directive supports the $hostname variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
363
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
364 *) Feature: 494 code for "Request Header Too Large" error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
365
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
366
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
367 Changes with nginx 0.9.3 13 Dec 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
368
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
369 *) Bugfix: if there was a single server for given IPv6 address:port
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
370 pair, then captures in regular expressions in a "server_name"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
371 directive did not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
372
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
373 *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
374 0.9.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
375
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
376
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
377 Changes with nginx 0.9.2 06 Dec 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
378
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
379 *) Feature: the "If-Unmodified-Since" client request header line
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
380 support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
381
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
382 *) Workaround: fallback to accept() syscall if accept4() was not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
383 implemented; the issue had appeared in 0.9.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
384
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
385 *) Bugfix: nginx could not be built on Cygwin; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
386 0.9.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
387
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
388 *) Bugfix: for OpenSSL vulnerability CVE-2010-4180.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
389 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
390
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
391
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
392 Changes with nginx 0.9.1 30 Nov 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
393
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
394 *) Bugfix: "return CODE message" directives did not work; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
395 appeared in 0.9.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
396
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
397
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
398 Changes with nginx 0.9.0 29 Nov 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
399
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
400 *) Feature: the "keepalive_disable" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
401
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
402 *) Feature: the "map" directive supports variables as value of a defined
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
403 variable.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
404
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
405 *) Feature: the "map" directive supports empty strings as value of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
406 first parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
407
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
408 *) Feature: the "map" directive supports expressions as the first
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
409 parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
410
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
411 *) Feature: nginx(8) manual page.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
412 Thanks to Sergey Osokin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
413
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
414 *) Feature: Linux accept4() support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
415 Thanks to Simon Liu.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
416
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
417 *) Workaround: elimination of Linux linker warning about "sys_errlist"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
418 and "sys_nerr"; the warning had appeared in 0.8.35.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
419
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
420 *) Bugfix: a segmentation fault might occur in a worker process, if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
421 "auth_basic" directive was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
422 Thanks to Michail Laletin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
423
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
424 *) Bugfix: compatibility with ngx_http_eval_module; the bug had appeared
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
425 in 0.8.42.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
426
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
427
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
428 Changes with nginx 0.8.53 18 Oct 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
429
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
430 *) Feature: now the "error_page" directive allows to change a status
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
431 code in a redirect.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
432
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
433 *) Feature: the "gzip_disable" directive supports special "degradation"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
434 mask.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
435
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
436 *) Bugfix: a socket leak might occurred if file AIO was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
437 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
438
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
439 *) Bugfix: if the first server had no "listen" directive and there was
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
440 no explicit default server, then a next server with a "listen"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
441 directive became the default server; the bug had appeared in 0.8.21.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
442
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
443
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
444 Changes with nginx 0.8.52 28 Sep 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
445
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
446 *) Bugfix: nginx used SSL mode for a listen socket if any listen option
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
447 was set; the bug had appeared in 0.8.51.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
448
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
449
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
450 Changes with nginx 0.8.51 27 Sep 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
451
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
452 *) Change: the "secure_link_expires" directive has been canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
453
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
454 *) Change: a logging level of resolver errors has been lowered from
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
455 "alert" to "error".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
456
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
457 *) Feature: now a listen socket "ssl" parameter may be set several
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
458 times.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
459
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
460
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
461 Changes with nginx 0.8.50 02 Sep 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
462
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
463 *) Feature: the "secure_link", "secure_link_md5", and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
464 "secure_link_expires" directives of the ngx_http_secure_link_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
465
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
466 *) Feature: the -q switch.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
467 Thanks to Gena Makhomed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
468
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
469 *) Bugfix: worker processes may got caught in an endless loop during
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
470 reconfiguration, if a caching was used; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
471 0.8.48.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
472
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
473 *) Bugfix: in the "gzip_disable" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
474 Thanks to Derrick Petzold.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
475
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
476 *) Bugfix: nginx/Windows could not send stop, quit, reopen, and reload
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
477 signals to a process run in other session.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
478
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
479
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
480 Changes with nginx 0.8.49 09 Aug 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
481
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
482 *) Feature: the "image_filter_jpeg_quality" directive supports
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
483 variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
484
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
485 *) Bugfix: a segmentation fault might occur in a worker process, if the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
486 $geoip_region_name variables was used; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
487 0.8.48.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
488
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
489 *) Bugfix: errors intercepted by error_page were cached only for next
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
490 request; the bug had appeared in 0.8.48.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
491
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
492
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
493 Changes with nginx 0.8.48 03 Aug 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
494
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
495 *) Change: now the "server_name" directive default value is an empty
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
496 name "".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
497 Thanks to Gena Makhomed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
498
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
499 *) Change: now the "server_name_in_redirect" directive default value is
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
500 "off".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
501
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
502 *) Feature: the $geoip_dma_code, $geoip_area_code, and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
503 $geoip_region_name variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
504 Thanks to Christine McGonagle.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
505
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
506 *) Bugfix: the "proxy_pass", "fastcgi_pass", "uwsgi_pass", and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
507 "scgi_pass" directives were not inherited inside "limit_except"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
508 blocks.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
509
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
510 *) Bugfix: the "proxy_cache_min_uses", "fastcgi_cache_min_uses"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
511 "uwsgi_cache_min_uses", and "scgi_cache_min_uses" directives did not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
512 work; the bug had appeared in 0.8.46.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
513
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
514 *) Bugfix: the "fastcgi_split_path_info" directive used incorrectly
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
515 captures, if only parts of an URI were captured.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
516 Thanks to Yuriy Taraday and Frank Enderle.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
517
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
518 *) Bugfix: the "rewrite" directive did not escape a ";" character during
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
519 copying from URI to query string.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
520 Thanks to Daisuke Murase.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
521
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
522 *) Bugfix: the ngx_http_image_filter_module closed a connection, if an
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
523 image was larger than "image_filter_buffer" size.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
524
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
525
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
526 Changes with nginx 0.8.47 28 Jul 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
527
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
528 *) Bugfix: $request_time variable had invalid values for subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
529
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
530 *) Bugfix: errors intercepted by error_page could not be cached.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
531
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
532 *) Bugfix: a cache manager process may got caught in an endless loop, if
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
533 max_size parameter was used; the bug had appeared in 0.8.46.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
534
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
535
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
536 Changes with nginx 0.8.46 19 Jul 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
537
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
538 *) Change: now the "proxy_no_cache", "fastcgi_no_cache",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
539 "uwsgi_no_cache", and "scgi_no_cache" directives affect on a cached
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
540 response saving only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
541
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
542 *) Feature: the "proxy_cache_bypass", "fastcgi_cache_bypass",
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
543 "uwsgi_cache_bypass", and "scgi_cache_bypass" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
544
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
545 *) Bugfix: nginx did not free memory in cache keys zones if there was an
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
546 error during working with backend: the memory was freed only after
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
547 inactivity time or on memory low condition.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
548
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
549
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
550 Changes with nginx 0.8.45 13 Jul 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
551
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
552 *) Feature: ngx_http_xslt_filter improvements.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
553 Thanks to Laurence Rowe.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
554
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
555 *) Bugfix: SSI response might be truncated after include with
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
556 wait="yes"; the bug had appeared in 0.7.25.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
557 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
558
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
559 *) Bugfix: the "listen" directive did not support the "setfib=0"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
560 parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
561
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
562
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
563 Changes with nginx 0.8.44 05 Jul 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
564
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
565 *) Change: now nginx does not cache by default backend responses, if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
566 they have a "Set-Cookie" header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
567
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
568 *) Feature: the "listen" directive supports the "setfib" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
569 Thanks to Andrew Filonov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
570
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
571 *) Bugfix: the "sub_filter" directive might change character case on
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
572 partial match.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
573
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
574 *) Bugfix: compatibility with HP/UX.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
575
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
576 *) Bugfix: compatibility with AIX xlC_r compiler.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
577
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
578 *) Bugfix: nginx treated large SSLv2 packets as plain requests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
579 Thanks to Miroslaw Jaworski.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
580
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
581
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
582 Changes with nginx 0.8.43 30 Jun 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
583
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
584 *) Feature: large geo ranges base loading speed-up.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
585
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
586 *) Bugfix: an error_page redirection to "location /zero {return 204;}"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
587 without changing status code kept the error body; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
588 appeared in 0.8.42.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
589
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
590 *) Bugfix: nginx might close IPv6 listen socket during reconfiguration.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
591 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
592
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
593 *) Bugfix: the $uid_set variable may be used at any request processing
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
594 stage.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
595
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
596
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
597 Changes with nginx 0.8.42 21 Jun 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
598
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
599 *) Change: now nginx tests locations given by regular expressions, if
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
600 request was matched exactly by a location given by a prefix string.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
601 The previous behavior has been introduced in 0.7.1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
602
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
603 *) Feature: the ngx_http_scgi_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
604 Thanks to Manlio Perillo.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
605
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
606 *) Feature: a text answer may be added to a "return" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
607
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
608
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
609 Changes with nginx 0.8.41 15 Jun 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
610
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
611 *) Security: nginx/Windows worker might be terminated abnormally if a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
612 requested file name has invalid UTF-8 encoding.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
613
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
614 *) Change: now nginx allows to use spaces in a request line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
615
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
616 *) Bugfix: the "proxy_redirect" directive changed incorrectly a backend
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
617 "Refresh" response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
618 Thanks to Andrey Andreew and Max Sogin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
619
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
620 *) Bugfix: nginx did not support path without host name in "Destination"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
621 request header line.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
622
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
623
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
624 Changes with nginx 0.8.40 07 Jun 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
625
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
626 *) Security: now nginx/Windows ignores default file stream name.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
627 Thanks to Jose Antonio Vazquez Gonzalez.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
628
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
629 *) Feature: the ngx_http_uwsgi_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
630 Thanks to Roberto De Ioris.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
631
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
632 *) Feature: a "fastcgi_param" directive with value starting with "HTTP_"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
633 overrides a client request header line.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
634
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
635 *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
636 header lines were passed to FastCGI-server while caching.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
637
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
638 *) Bugfix: listen unix domain socket could not be changed during
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
639 reconfiguration.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
640 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
641
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
642
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
643 Changes with nginx 0.8.39 31 May 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
644
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
645 *) Bugfix: an inherited "alias" directive worked incorrectly in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
646 inclusive location.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
647
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
648 *) Bugfix: in "alias" with variables and "try_files" directives
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
649 combination.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
650
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
651 *) Bugfix: listen unix domain and IPv6 sockets did not inherit while
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
652 online upgrade.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
653 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
654
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
655
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
656 Changes with nginx 0.8.38 24 May 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
657
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
658 *) Feature: the "proxy_no_cache" and "fastcgi_no_cache" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
659
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
660 *) Feature: now the "rewrite" directive does a redirect automatically if
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
661 the $scheme variable is used.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
662 Thanks to Piotr Sikora.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
663
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
664 *) Bugfix: now "limit_req" delay directive conforms to the described
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
665 algorithm.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
666 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
667
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
668 *) Bugfix: the $uid_got variable might not be used in the SSI and perl
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
669 modules.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
670
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
671
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
672 Changes with nginx 0.8.37 17 May 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
673
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
674 *) Feature: the ngx_http_split_clients_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
675
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
676 *) Feature: the "map" directive supports keys more than 255 characters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
677
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
678 *) Bugfix: nginx ignored the "private" and "no-store" values in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
679 "Cache-Control" backend response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
680
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
681 *) Bugfix: a "stub" parameter of an "include" SSI directive was not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
682 used, if empty response has 200 status code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
683
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
684 *) Bugfix: if a proxied or FastCGI request was internally redirected to
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
685 another proxied or FastCGI location, then a segmentation fault might
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
686 occur in a worker process; the bug had appeared in 0.8.33.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
687 Thanks to Yichun Zhang.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
688
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
689 *) Bugfix: IMAP connections may hang until they timed out while talking
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
690 to Zimbra server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
691 Thanks to Alan Batie.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
692
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
693
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
694 Changes with nginx 0.8.36 22 Apr 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
695
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
696 *) Bugfix: the ngx_http_dav_module handled incorrectly the DELETE, COPY,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
697 and MOVE methods for symlinks.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
698
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
699 *) Bugfix: values of the $query_string, $arg_..., etc. variables cached
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
700 in main request were used by the SSI module in subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
701
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
702 *) Bugfix: a variable value was repeatedly encoded after each an "echo"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
703 SSI-command output; the bug had appeared in 0.6.14.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
704
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
705 *) Bugfix: a worker process hung if a FIFO file was requested.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
706 Thanks to Vicente Aguilar and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
707
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
708 *) Bugfix: OpenSSL-1.0.0 compatibility on 64-bit Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
709 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
710
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
711 *) Bugfix: nginx could not be built --without-http-cache; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
712 appeared in 0.8.35.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
713
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
714
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
715 Changes with nginx 0.8.35 01 Apr 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
716
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
717 *) Change: now the charset filter runs before the SSI filter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
718
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
719 *) Feature: the "chunked_transfer_encoding" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
720
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
721 *) Bugfix: an "&" character was not escaped when it was copied in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
722 arguments part in a rewrite rule.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
723
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
724 *) Bugfix: nginx might be terminated abnormally while a signal
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
725 processing or if the directive "timer_resolution" was used on
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
726 platforms which do not support kqueue or eventport notification
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
727 methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
728 Thanks to George Xie and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
729
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
730 *) Bugfix: if temporary files and permanent storage area resided at
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
731 different file systems, then permanent file modification times were
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
732 incorrect.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
733 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
734
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
735 *) Bugfix: ngx_http_memcached_module might issue the error message
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
736 "memcached sent invalid trailer".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
737 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
738
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
739 *) Bugfix: nginx could not built zlib-1.2.4 library using the library
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
740 sources.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
741 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
742
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
743 *) Bugfix: a segmentation fault occurred in a worker process, if there
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
744 was large stderr output before FastCGI response; the bug had appeared
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
745 in 0.8.34.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
746 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
747
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
748
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
749 Changes with nginx 0.8.34 03 Mar 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
750
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
751 *) Bugfix: nginx did not support all ciphers and digests used in client
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
752 certificates.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
753 Thanks to Innocenty Enikeew.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
754
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
755 *) Bugfix: nginx cached incorrectly FastCGI responses if there was large
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
756 stderr output before response.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
757
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
758 *) Bugfix: nginx did not support HTTPS referrers.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
759
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
760 *) Bugfix: nginx/Windows might not find file if path in configuration
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
761 was given in other character case; the bug had appeared in 0.8.33.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
762
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
763 *) Bugfix: the $date_local variable has an incorrect value, if the "%s"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
764 format was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
765 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
766
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
767 *) Bugfix: if ssl_session_cache was not set or was set to "none", then
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
768 during client certificate verify the error "session id context
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
769 uninitialized" might occur; the bug had appeared in 0.7.1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
770
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
771 *) Bugfix: a geo range returned default value if the range included two
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
772 or more /16 networks and did not begin at /16 network boundary.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
773
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
774 *) Bugfix: a block used in a "stub" parameter of an "include" SSI
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
775 directive was output with "text/plain" MIME type.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
776
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
777 *) Bugfix: $r->sleep() did not work; the bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
778
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
779
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
780 Changes with nginx 0.8.33 01 Feb 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
781
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
782 *) Security: now nginx/Windows ignores trailing spaces in URI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
783 Thanks to Dan Crowley, Core Security Technologies.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
784
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
785 *) Security: now nginx/Windows ignores short files names.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
786 Thanks to Dan Crowley, Core Security Technologies.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
787
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
788 *) Change: now keepalive connections after POST requests are not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
789 disabled for MSIE 7.0+.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
790 Thanks to Adam Lounds.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
791
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
792 *) Workaround: now keepalive connections are disabled for Safari.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
793 Thanks to Joshua Sierles.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
794
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
795 *) Bugfix: if a proxied or FastCGI request was internally redirected to
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
796 another proxied or FastCGI location, then $upstream_response_time
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
797 variable may have abnormally large value; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
798 0.8.7.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
799
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
800 *) Bugfix: a segmentation fault might occur in a worker process, while
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
801 discarding a request body; the bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
802
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
803
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
804 Changes with nginx 0.8.32 11 Jan 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
805
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
806 *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
807 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
808
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
809 *) Bugfix: regular expression named captures worked for two names only.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
810 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
811
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
812 *) Bugfix: now the "localhost" name is used in the "Host" request header
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
813 line, if an unix domain socket is defined in the "auth_http"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
814 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
815 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
816
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
817 *) Bugfix: nginx did not support chunked transfer encoding for 201
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
818 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
819 Thanks to Julian Reich.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
820
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
821 *) Bugfix: if the "expires modified" set date in the past, then a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
822 negative number was set in the "Cache-Control" response header line.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
823 Thanks to Alex Kapranoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
824
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
825
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
826 Changes with nginx 0.8.31 23 Dec 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
827
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
828 *) Feature: now the "error_page" directive may redirect the 301 and 302
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
829 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
830
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
831 *) Feature: the $geoip_city_continent_code, $geoip_latitude, and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
832 $geoip_longitude variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
833 Thanks to Arvind Sundararajan.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
834
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
835 *) Feature: now the ngx_http_image_filter_module deletes always EXIF and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
836 other application specific data if the data consume more than 5% of a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
837 JPEG file.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
838
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
839 *) Bugfix: nginx closed a connection if a cached response had an empty
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
840 body.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
841 Thanks to Piotr Sikora.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
842
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
843 *) Bugfix: nginx might not be built by gcc 4.x if the -O2 or higher
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
844 optimization option was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
845 Thanks to Maxim Dounin and Denis F. Latypoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
846
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
847 *) Bugfix: regular expressions in location were always tested in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
848 case-sensitive mode; the bug had appeared in 0.8.25.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
849
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
850 *) Bugfix: nginx cached a 304 response if there was the "If-None-Match"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
851 header line in a proxied request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
852 Thanks to Tim Dettrick and David Kostal.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
853
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
854 *) Bugfix: nginx/Windows tried to delete a temporary file twice if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
855 file should replace an already existent file.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
856
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
857
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
858 Changes with nginx 0.8.30 15 Dec 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
859
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
860 *) Change: now the default buffer size of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
861 "large_client_header_buffers" directive is 8K.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
862 Thanks to Andrew Cholakian.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
863
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
864 *) Feature: the conf/fastcgi.conf for simple FastCGI configurations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
865
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
866 *) Bugfix: nginx/Windows tried to rename a temporary file twice if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
867 file should replace an already existent file.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
868
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
869 *) Bugfix: of "double free or corruption" error issued if host could not
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
870 be resolved; the bug had appeared in 0.8.22.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
871 Thanks to Konstantin Svist.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
872
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
873 *) Bugfix: in libatomic usage on some platforms.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
874 Thanks to W-Mark Kubacki.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
875
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
876
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
877 Changes with nginx 0.8.29 30 Nov 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
878
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
879 *) Change: now the "009" status code is written to an access log for
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
880 proxied HTTP/0.9 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
881
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
882 *) Feature: the "addition_types", "charset_types", "gzip_types",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
883 "ssi_types", "sub_filter_types", and "xslt_types" directives support
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
884 an "*" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
885
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
886 *) Feature: GCC 4.1+ built-in atomic operations usage.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
887 Thanks to W-Mark Kubacki.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
888
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
889 *) Feature: the --with-libatomic[=DIR] option in the configure.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
890 Thanks to W-Mark Kubacki.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
891
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
892 *) Bugfix: listen unix domain socket had limited access rights.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
893
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
894 *) Bugfix: cached HTTP/0.9 responses were handled incorrectly.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
895
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
896 *) Bugfix: regular expression named captures given by "?P<...>" did not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
897 work in a "server_name" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
898 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
899
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
900
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
901 Changes with nginx 0.8.28 23 Nov 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
902
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
903 *) Bugfix: nginx could not be built with the --without-pcre parameter;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
904 the bug had appeared in 0.8.25.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
905
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
906
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
907 Changes with nginx 0.8.27 17 Nov 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
908
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
909 *) Bugfix: regular expressions did not work in nginx/Windows; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
910 had appeared in 0.8.25.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
911
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
912
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
913 Changes with nginx 0.8.26 16 Nov 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
914
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
915 *) Bugfix: in captures usage in "rewrite" directive; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
916 appeared in 0.8.25.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
917
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
918 *) Bugfix: nginx could not be built without the --with-debug option; the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
919 bug had appeared in 0.8.25.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
920
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
921
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
922 Changes with nginx 0.8.25 16 Nov 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
923
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
924 *) Change: now no message is written in an error log if a variable is
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
925 not found by $r->variable() method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
926
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
927 *) Feature: the ngx_http_degradation_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
928
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
929 *) Feature: regular expression named captures.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
930
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
931 *) Feature: now URI part is not required a "proxy_pass" directive if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
932 variables are used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
933
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
934 *) Feature: now the "msie_padding" directive works for Chrome too.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
935
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
936 *) Bugfix: a segmentation fault occurred in a worker process on low
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
937 memory condition; the bug had appeared in 0.8.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
938
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
939 *) Bugfix: nginx sent gzipped responses to clients those do not support
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
940 gzip, if "gzip_static on" and "gzip_vary off"; the bug had appeared
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
941 in 0.8.16.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
942
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
943
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
944 Changes with nginx 0.8.24 11 Nov 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
945
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
946 *) Bugfix: nginx always added "Content-Encoding: gzip" response header
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
947 line in 304 responses sent by ngx_http_gzip_static_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
948
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
949 *) Bugfix: nginx could not be built without the --with-debug option; the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
950 bug had appeared in 0.8.23.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
951
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
952 *) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
953 inherited incorrectly from previous level.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
954
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
955 *) Bugfix: in resolving empty name.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
956
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
957
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
958 Changes with nginx 0.8.23 11 Nov 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
959
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
960 *) Security: now SSL/TLS renegotiation is disabled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
961 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
962
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
963 *) Bugfix: listen unix domain socket did not inherit while online
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
964 upgrade.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
965
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
966 *) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive did
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
967 not without yet another directive with any IP address.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
968
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
969 *) Bugfix: segmentation fault and infinite looping in resolver.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
970
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
971 *) Bugfix: in resolver.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
972 Thanks to Artem Bokhan.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
973
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
974
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
975 Changes with nginx 0.8.22 03 Nov 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
976
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
977 *) Feature: the "proxy_bind", "fastcgi_bind", and "memcached_bind"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
978 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
979
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
980 *) Feature: the "access" and the "deny" directives support IPv6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
981
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
982 *) Feature: the "set_real_ip_from" directive supports IPv6 addresses in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
983 request headers.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
984
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
985 *) Feature: the "unix:" parameter of the "set_real_ip_from" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
986
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
987 *) Bugfix: nginx did not delete unix domain socket after configuration
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
988 testing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
989
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
990 *) Bugfix: nginx deleted unix domain socket while online upgrade.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
991
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
992 *) Bugfix: the "!-x" operator did not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
993 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
994
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
995 *) Bugfix: a segmentation fault might occur in a worker process, if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
996 limit_rate was used in HTTPS server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
997 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
998
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
999 *) Bugfix: a segmentation fault might occur in a worker process while
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1000 $limit_rate logging.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1001 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1002
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1003 *) Bugfix: a segmentation fault might occur in a worker process, if
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1004 there was no "listen" directive in "server" block; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1005 appeared in 0.8.21.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1008 Changes with nginx 0.8.21 26 Oct 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1010 *) Feature: now the "-V" switch shows TLS SNI support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1011
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1012 *) Feature: the "listen" directive of the HTTP module supports unix
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1013 domain sockets.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1014 Thanks to Hongli Lai.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1015
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1016 *) Feature: the "default_server" parameter of the "listen" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1017
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1018 *) Feature: now a "default" parameter is not required to set listen
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1019 socket options.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1020
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1021 *) Bugfix: nginx did not support dates in 2038 year on 32-bit platforms;
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1022
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1023 *) Bugfix: socket leak; the bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1024
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1025
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1026 Changes with nginx 0.8.20 14 Oct 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1027
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1028 *) Change: now default SSL ciphers are "HIGH:!ADH:!MD5".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1029
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1030 *) Bugfix: the ngx_http_autoindex_module did not show the trailing slash
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1031 in links to a directory; the bug had appeared in 0.7.15.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1032
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1033 *) Bugfix: nginx did not close a log file set by the --error-log-path
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1034 configuration option; the bug had appeared in 0.7.53.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1035
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1036 *) Bugfix: nginx did not treat a comma as separator in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1037 "Cache-Control" backend response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1038
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1039 *) Bugfix: nginx/Windows might not create temporary file, a cache file,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1040 or "proxy/fastcgi_store"d file if a worker had no enough access
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1041 rights for top level directories.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1042
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1043 *) Bugfix: the "Set-Cookie" and "P3P" FastCGI response header lines were
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1044 not hidden while caching if no "fastcgi_hide_header" directives were
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1045 used with any parameters.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1046
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1047 *) Bugfix: nginx counted incorrectly disk cache size.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1048
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1049
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1050 Changes with nginx 0.8.19 06 Oct 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1051
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1052 *) Change: now SSLv2 protocol is disabled by default.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1053
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1054 *) Change: now default SSL ciphers are "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1055
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1056 *) Bugfix: a "limit_req" directive did not work; the bug had appeared in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1057 0.8.18.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1058
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1059
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1060 Changes with nginx 0.8.18 06 Oct 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1061
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1062 *) Feature: the "read_ahead" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1063
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1064 *) Feature: now several "perl_modules" directives may be used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1065
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1066 *) Feature: the "limit_req_log_level" and "limit_conn_log_level"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1067 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1068
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1069 *) Bugfix: now "limit_req" directive conforms to the leaky bucket
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1070 algorithm.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1071 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1072
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1073 *) Bugfix: nginx did not work on Linux/sparc.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1074 Thanks to Marcus Ramberg.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1075
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1076 *) Bugfix: nginx sent '\0' in a "Location" response header line on MKCOL
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1077 request.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1078 Thanks to Xie Zhenye.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1079
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1080 *) Bugfix: zero status code was logged instead of 499 status code; the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1081 bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1082
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1083 *) Bugfix: socket leak; the bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1084
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1085
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1086 Changes with nginx 0.8.17 28 Sep 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1087
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1088 *) Security: now "/../" are disabled in "Destination" request header
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1089 line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1090
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1091 *) Change: now $host variable value is always low case.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1092
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1093 *) Feature: the $ssl_session_id variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1094
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1095 *) Bugfix: socket leak; the bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1096
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1097
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1098 Changes with nginx 0.8.16 22 Sep 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1099
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1100 *) Feature: the "image_filter_transparency" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1101
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1102 *) Bugfix: "addition_types" directive was incorrectly named
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1103 "addtion_types".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1104
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1105 *) Bugfix: resolver cache poisoning.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1106 Thanks to Matthew Dempsky.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1107
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1108 *) Bugfix: memory leak in resolver.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1109 Thanks to Matthew Dempsky.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1110
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1111 *) Bugfix: invalid request line in $request variable was written in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1112 access_log only if error_log was set to "info" or "debug" level.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1113
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1114 *) Bugfix: in PNG alpha-channel support in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1115 ngx_http_image_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1116
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1117 *) Bugfix: nginx always added "Vary: Accept-Encoding" response header
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1118 line, if both "gzip_static" and "gzip_vary" were on.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1119
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1120 *) Bugfix: in UTF-8 encoding support by "try_files" directive in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1121 nginx/Windows.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1122
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1123 *) Bugfix: in "post_action" directive usage; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1124 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1125 Thanks to Igor Artemiev.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1126
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1127
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1128 Changes with nginx 0.8.15 14 Sep 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1129
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1130 *) Security: a segmentation fault might occur in worker process while
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1131 specially crafted request handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1132 Thanks to Chris Ries.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1133
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1134 *) Bugfix: if names .domain.tld, .sub.domain.tld, and .domain-some.tld
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1135 were defined, then the name .sub.domain.tld was matched by
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1136 .domain.tld.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1137
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1138 *) Bugfix: in transparency support in the ngx_http_image_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1139
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1140 *) Bugfix: in file AIO.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1141
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1142 *) Bugfix: in X-Accel-Redirect usage; the bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1143
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1144 *) Bugfix: in embedded perl module; the bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1145
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1146
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1147 Changes with nginx 0.8.14 07 Sep 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1148
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1149 *) Bugfix: an expired cached response might stick in the "UPDATING"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1150 state.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1151
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1152 *) Bugfix: a segmentation fault might occur in worker process, if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1153 error_log was set to info or debug level.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1154 Thanks to Sergey Bochenkov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1155
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1156 *) Bugfix: in embedded perl module; the bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1157
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1158 *) Bugfix: an "error_page" directive did not redirect a 413 error; the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1159 bug had appeared in 0.6.10.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1160
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1161
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1162 Changes with nginx 0.8.13 31 Aug 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1163
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1164 *) Bugfix: in the "aio sendfile" directive; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1165 0.8.12.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1166
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1167 *) Bugfix: nginx could not be built without the --with-file-aio option
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1168 on FreeBSD; the bug had appeared in 0.8.12.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1169
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1170
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1171 Changes with nginx 0.8.12 31 Aug 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1172
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1173 *) Feature: the "sendfile" parameter in the "aio" directive on FreeBSD.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1174
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1175 *) Bugfix: in try_files; the bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1176
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1177 *) Bugfix: in memcached; the bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1178
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1179
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1180 Changes with nginx 0.8.11 28 Aug 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1181
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1182 *) Change: now directive "gzip_disable msie6" does not disable gzipping
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1183 for MSIE 6.0 SV1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1184
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1185 *) Feature: file AIO support on FreeBSD and Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1186
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1187 *) Feature: the "directio_alignment" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1188
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1189
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1190 Changes with nginx 0.8.10 24 Aug 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1191
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1192 *) Bugfix: memory leaks if GeoIP City database was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1193
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1194 *) Bugfix: in copying temporary files to permanent storage area; the bug
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1195 had appeared in 0.8.9.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1196
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1197
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1198 Changes with nginx 0.8.9 17 Aug 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1199
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1200 *) Feature: now the start cache loader runs in a separate process; this
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1201 should improve large caches handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1202
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1203 *) Feature: now temporary files and permanent storage area may reside at
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1204 different file systems.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1205
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1206
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1207 Changes with nginx 0.8.8 10 Aug 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1208
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1209 *) Bugfix: in handling FastCGI headers split in records.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1210
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1211 *) Bugfix: a segmentation fault occurred in worker process, if a request
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1212 was handled in two proxied or FastCGIed locations and a caching was
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1213 enabled in the first location; the bug had appeared in 0.8.7.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1214
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1215
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1216 Changes with nginx 0.8.7 27 Jul 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1217
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1218 *) Change: minimum supported OpenSSL version is 0.9.7.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1219
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1220 *) Change: the "ask" parameter of the "ssl_verify_client" directive was
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1221 changed to the "optional" parameter and now it checks a client
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1222 certificate if it was offered.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1223 Thanks to Brice Figureau.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1224
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1225 *) Feature: the $ssl_client_verify variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1226 Thanks to Brice Figureau.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1227
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1228 *) Feature: the "ssl_crl" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1229 Thanks to Brice Figureau.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1230
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1231 *) Feature: the "proxy" parameter of the "geo" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1232
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1233 *) Feature: the "image_filter" directive supports variables for setting
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1234 size.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1235
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1236 *) Bugfix: the $ssl_client_cert variable usage corrupted memory; the bug
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1237 had appeared in 0.7.7.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1238 Thanks to Sergey Zhuravlev.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1239
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1240 *) Bugfix: "proxy_pass_header" and "fastcgi_pass_header" directives did
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1241 not pass to a client the "X-Accel-Redirect", "X-Accel-Limit-Rate",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1242 "X-Accel-Buffering", and "X-Accel-Charset" lines from backend
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1243 response header.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1244 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1245
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1246 *) Bugfix: in handling "Last-Modified" and "Accept-Ranges" backend
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1247 response header lines; the bug had appeared in 0.7.44.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1248 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1249
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1250 *) Bugfix: the "[alert] zero size buf" error if subrequest returns an
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1251 empty response; the bug had appeared in 0.8.5.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1252
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1253
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1254 Changes with nginx 0.8.6 20 Jul 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1255
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1256 *) Feature: the ngx_http_geoip_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1257
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1258 *) Bugfix: XSLT filter may fail with message "not well formed XML
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1259 document" for valid XML document.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1260 Thanks to Kuramoto Eiji.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1261
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1262 *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1263 regular expression are always tested in case insensitive mode.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1264
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1265 *) Bugfix: now nginx/Windows ignores trailing dots in URI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1266 Thanks to Hugo Leisink.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1267
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1268 *) Bugfix: name of file specified in --conf-path was not honored during
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1269 installation; the bug had appeared in 0.6.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1270 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1271
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1272
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1273 Changes with nginx 0.8.5 13 Jul 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1274
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1275 *) Bugfix: now nginx allows underscores in a request method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1276
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1277 *) Bugfix: a 500 error code was returned for invalid login/password
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1278 while HTTP Basic authentication on Windows.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1279
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1280 *) Bugfix: ngx_http_perl_module responses did not work in subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1281
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1282 *) Bugfix: in ngx_http_limit_req_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1283 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1284
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1285
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1286 Changes with nginx 0.8.4 22 Jun 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1287
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1288 *) Bugfix: nginx could not be built --without-http-cache; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1289 appeared in 0.8.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1290
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1291
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1292 Changes with nginx 0.8.3 19 Jun 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1293
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1294 *) Feature: the $upstream_cache_status variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1295
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1296 *) Bugfix: nginx could not be built on MacOSX 10.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1297
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1298 *) Bugfix: nginx could not be built --without-http-cache; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1299 appeared in 0.8.2.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1300
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1301 *) Bugfix: a segmentation fault occurred in worker process, if a backend
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1302 401 error was intercepted and the backend did not set the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1303 "WWW-Authenticate" response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1304 Thanks to Eugene Mychlo.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1305
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1306
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1307 Changes with nginx 0.8.2 15 Jun 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1308
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1309 *) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1310 start up.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1311
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1312 *) Bugfix: open_file_cache might cache open file descriptors too long;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1313 the bug had appeared in 0.7.4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1314
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1315
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1316 Changes with nginx 0.8.1 08 Jun 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1317
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1318 *) Feature: the "updating" parameter in "proxy_cache_use_stale" and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1319 "fastcgi_cache_use_stale" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1320
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1321 *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1322 header lines were passed to backend while caching if no
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1323 "proxy_set_header" directive was used with any parameters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1324
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1325 *) Bugfix: the "Set-Cookie" and "P3P" response header lines were not
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1326 hidden while caching if no "proxy_hide_header/fastcgi_hide_header"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1327 directives were used with any parameters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1328
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1329 *) Bugfix: the ngx_http_image_filter_module did not support GIF87a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1330 format.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1331 Thanks to Denis Ilyinyh.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1332
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1333 *) Bugfix: nginx could not be built modules on Solaris 10 and early; the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1334 bug had appeared in 0.7.56.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1335
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1336
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1337 Changes with nginx 0.8.0 02 Jun 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1338
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1339 *) Feature: the "keepalive_requests" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1340
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1341 *) Feature: the "limit_rate_after" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1342 Thanks to Ivan Debnar.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1343
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1344 *) Bugfix: XLST filter did not work in subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1345
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1346 *) Bugfix: in relative paths handling in nginx/Windows.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1347
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1348 *) Bugfix: in proxy_store, fastcgi_store, proxy_cache, and fastcgi_cache
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1349 in nginx/Windows.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1350
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1351 *) Bugfix: in memory allocation error handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1352 Thanks to Maxim Dounin and Kirill A. Korinskiy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1353
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1354
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1355 Changes with nginx 0.7.59 25 May 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1356
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1357 *) Feature: the "proxy_cache_methods" and "fastcgi_cache_methods"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1358 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1359
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1360 *) Bugfix: socket leak; the bug had appeared in 0.7.25.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1361 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1362
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1363 *) Bugfix: a segmentation fault occurred in worker process, if a request
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1364 had no body and the $request_body variable was used;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1365 the bug had appeared in 0.7.58.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1366
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1367 *) Bugfix: the SSL modules might not built on Solaris and Linux;
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1368 the bug had appeared in 0.7.56.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1369
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1370 *) Bugfix: ngx_http_xslt_filter_module responses were not handled by
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1371 SSI, charset, and gzip filters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1372
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1373 *) Bugfix: a "charset" directive did not set a charset to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1374 ngx_http_gzip_static_module responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1375
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1376
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1377 Changes with nginx 0.7.58 18 May 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1378
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1379 *) Feature: a "listen" directive of the mail proxy module supports IPv6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1380
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1381 *) Feature: the "image_filter_jpeg_quality" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1382
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1383 *) Feature: the "client_body_in_single_buffer" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1384
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1385 *) Feature: the $request_body variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1386
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1387 *) Bugfix: in ngx_http_autoindex_module in file name links having a ":"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1388 symbol in the name.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1389
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1390 *) Bugfix: "make upgrade" procedure did not work; the bug had appeared
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1391 in 0.7.53.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1392 Thanks to Denis F. Latypoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1393
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1394
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1395 Changes with nginx 0.7.57 12 May 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1396
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1397 *) Bugfix: a floating-point fault occurred in worker process, if the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1398 ngx_http_image_filter_module errors were redirected to named
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1399 location; the bug had appeared in 0.7.56.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1400
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1401
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1402 Changes with nginx 0.7.56 11 May 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1403
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1404 *) Feature: nginx/Windows supports IPv6 in a "listen" directive of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1405 HTTP module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1406
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1407 *) Bugfix: in ngx_http_image_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1408
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1409
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1410 Changes with nginx 0.7.55 06 May 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1411
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1412 *) Bugfix: the http_XXX parameters in "proxy_cache_use_stale" and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1413 "fastcgi_cache_use_stale" directives did not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1414
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1415 *) Bugfix: fastcgi cache did not cache header only responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1416
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1417 *) Bugfix: of "select() failed (9: Bad file descriptor)" error in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1418 nginx/Unix and "select() failed (10038: ...)" error in nginx/Windows.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1419
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1420 *) Bugfix: a segmentation fault might occur in worker process, if an
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1421 "debug_connection" directive was used; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1422 0.7.54.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1423
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1424 *) Bugfix: fix ngx_http_image_filter_module building errors.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1425
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1426 *) Bugfix: the files bigger than 2G could not be transferred using
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1427 $r->sendfile.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1428 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1429
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1430
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1431 Changes with nginx 0.7.54 01 May 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1432
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1433 *) Feature: the ngx_http_image_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1434
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1435 *) Feature: the "proxy_ignore_headers" and "fastcgi_ignore_headers"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1436 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1437
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1438 *) Bugfix: a segmentation fault might occur in worker process, if an
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1439 "open_file_cache_errors off" directive was used; the bug had appeared
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1440 in 0.7.53.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1441
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1442 *) Bugfix: the "port_in_redirect off" directive did not work; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1443 had appeared in 0.7.39.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1444
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1445 *) Bugfix: improve handling of "select" method errors.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1446
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1447 *) Bugfix: of "select() failed (10022: ...)" error in nginx/Windows.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1448
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1449 *) Bugfix: in error text descriptions in nginx/Windows; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1450 appeared in 0.7.53.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1451
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1452
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1453 Changes with nginx 0.7.53 27 Apr 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1454
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1455 *) Change: now a log set by --error-log-path is created from the very
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1456 start-up.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1457
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1458 *) Feature: now the start up errors and warnings are outputted to an
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1459 error_log and stderr.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1460
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1461 *) Feature: the empty --prefix= configure parameter forces nginx to use
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1462 a directory where it was run as prefix.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1463
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1464 *) Feature: the -p switch.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1465
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1466 *) Feature: the -s switch on Unix platforms.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1467
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1468 *) Feature: the -? and -h switches.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1469 Thanks to Jerome Loyet.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1470
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1471 *) Feature: now switches may be set in condensed form.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1472
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1473 *) Bugfix: nginx/Windows did not work if configuration file was given by
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1474 the -c switch.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1475
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1476 *) Bugfix: temporary files might be not removed if the "proxy_store",
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1477 "fastcgi_store", "proxy_cache", or "fastcgi_cache" were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1478 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1479
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1480 *) Bugfix: an incorrect value was passed to mail proxy authentication
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1481 server in "Auth-Method" header line; the bug had appeared
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1482 in 0.7.34.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1483 Thanks to Simon Lecaille.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1484
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1485 *) Bugfix: system error text descriptions were not logged on Linux;
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1486 the bug had appeared in 0.7.45.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1487
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1488 *) Bugfix: the "fastcgi_cache_min_uses" directive did not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1489 Thanks to Andrew Vorobyoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1490
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1491
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1492 Changes with nginx 0.7.52 20 Apr 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1493
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1494 *) Feature: the first native Windows binary release.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1495
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1496 *) Bugfix: in processing HEAD method while caching.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1497
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1498 *) Bugfix: in processing the "If-Modified-Since", "If-Range", etc.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1499 client request header lines while caching.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1500
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1501 *) Bugfix: now the "Set-Cookie" and "P3P" header lines are hidden in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1502 cacheable responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1503
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1504 *) Bugfix: if nginx was built with the ngx_http_perl_module and with a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1505 perl which supports threads, then during a master process exit the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1506 message "panic: MUTEX_LOCK" might be issued.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1507
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1508 *) Bugfix: nginx could not be built --without-http-cache; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1509 appeared in 0.7.48.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1510
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1511 *) Bugfix: nginx could not be built on platforms different from i386,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1512 amd64, sparc, and ppc; the bug had appeared in 0.7.42.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1513
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1514
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1515 Changes with nginx 0.7.51 12 Apr 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1516
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1517 *) Feature: the "try_files" directive supports a response code in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1518 fallback parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1519
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1520 *) Feature: now any response code can be used in the "return" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1521
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1522 *) Bugfix: the "error_page" directive made an external redirect without
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1523 query string; the bug had appeared in 0.7.44.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1524
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1525 *) Bugfix: if servers listened on several defined explicitly addresses,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1526 then virtual servers might not work; the bug had appeared in 0.7.39.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1527
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1528
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1529 Changes with nginx 0.7.50 06 Apr 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1530
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1531 *) Bugfix: the $arg_... variables did not work; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1532 0.7.49.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1533
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1534
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1535 Changes with nginx 0.7.49 06 Apr 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1536
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1537 *) Bugfix: a segmentation fault might occur in worker process, if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1538 $arg_... variables were used; the bug had appeared in 0.7.48.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1539
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1540
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1541 Changes with nginx 0.7.48 06 Apr 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1542
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1543 *) Feature: the "proxy_cache_key" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1544
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1545 *) Bugfix: now nginx takes into account the "X-Accel-Expires",
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1546 "Expires", and "Cache-Control" header lines in a backend response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1547
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1548 *) Bugfix: now nginx caches responses for the GET requests only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1549
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1550 *) Bugfix: the "fastcgi_cache_key" directive was not inherited.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1551
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1552 *) Bugfix: the $arg_... variables did not work with SSI subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1553 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1554
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1555 *) Bugfix: nginx could not be built with uclibc library.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1556 Thanks to Timothy Redaelli.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1557
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1558 *) Bugfix: nginx could not be built on OpenBSD; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1559 appeared in 0.7.46.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1560
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1561
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1562 Changes with nginx 0.7.47 01 Apr 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1563
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1564 *) Bugfix: nginx could not be built on FreeBSD 6 and early versions; the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1565 bug had appeared in 0.7.46.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1566
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1567 *) Bugfix: nginx could not be built on MacOSX; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1568 appeared in 0.7.46.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1569
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1570 *) Bugfix: if the "max_size" parameter was set, then the cache manager
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1571 might purge a whole cache; the bug had appeared in 0.7.46.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1572
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1573 *) Change: a segmentation fault might occur in worker process, if the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1574 "proxy_cache"/"fastcgi_cache" and the "proxy_cache_valid"/
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1575 "fastcgi_cache_valid" were set on different levels; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1576 appeared in 0.7.46.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1577
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1578 *) Bugfix: a segmentation fault might occur in worker process, if a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1579 request was redirected to a proxied or FastCGI server via error_page
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1580 or try_files; the bug had appeared in 0.7.44.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1581
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1582
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1583 Changes with nginx 0.7.46 30 Mar 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1584
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1585 *) Bugfix: the previous release tarball was incorrect.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1586
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1587
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1588 Changes with nginx 0.7.45 30 Mar 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1589
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1590 *) Change: now the "proxy_cache" and the "proxy_cache_valid" directives
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1591 can be set on different levels.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1592
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1593 *) Change: the "clean_time" parameter of the "proxy_cache_path"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1594 directive is canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1595
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1596 *) Feature: the "max_size" parameter of the "proxy_cache_path"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1597 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1598
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1599 *) Feature: the ngx_http_fastcgi_module preliminary cache support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1600
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1601 *) Feature: now on shared memory allocation errors directive and zone
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1602 names are logged.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1603
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1604 *) Bugfix: the directive "add_header last-modified ''" did not delete a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1605 "Last-Modified" response header line; the bug had appeared in 0.7.44.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1606
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1607 *) Bugfix: a relative path in the "auth_basic_user_file" directive given
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1608 without variables did not work; the bug had appeared in 0.7.44.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1609 Thanks to Jerome Loyet.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1610
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1611 *) Bugfix: in an "alias" directive given using variables without
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1612 references to captures of regular expressions; the bug had appeared
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1613 in 0.7.42.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1614
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1615
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1616 Changes with nginx 0.7.44 23 Mar 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1617
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1618 *) Feature: the ngx_http_proxy_module preliminary cache support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1619
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1620 *) Feature: the --with-pcre option in the configure.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1621
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1622 *) Feature: the "try_files" directive is now allowed on the server block
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1623 level.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1624
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1625 *) Bugfix: the "try_files" directive handled incorrectly a query string
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1626 in a fallback parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1627
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1628 *) Bugfix: the "try_files" directive might test incorrectly directories.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1629
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1630 *) Bugfix: if there was a single server for given address:port pair,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1631 then captures in regular expressions in a "server_name" directive did
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1632 not work.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1633
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1634
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1635 Changes with nginx 0.7.43 18 Mar 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1636
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1637 *) Bugfix: a request was handled incorrectly, if a "root" directive used
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1638 variables; the bug had appeared in 0.7.42.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1639
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1640 *) Bugfix: if a server listened on wildcard address, then the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1641 $server_addr variable value was "0.0.0.0"; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1642 0.7.36.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1643
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1644
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1645 Changes with nginx 0.7.42 16 Mar 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1646
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1647 *) Change: now the "Invalid argument" error returned by
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1648 setsockopt(TCP_NODELAY) on Solaris, is ignored.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1649
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1650 *) Change: now if a file specified in a "auth_basic_user_file" directive
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1651 is absent, then the 403 error is returned instead of the 500 one.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1652
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1653 *) Feature: the "auth_basic_user_file" directive supports variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1654 Thanks to Kirill A. Korinskiy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1655
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1656 *) Feature: the "listen" directive supports the "ipv6only" parameter.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1657 Thanks to Zhang Hua.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1658
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1659 *) Bugfix: in an "alias" directive with references to captures of
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1660 regular expressions; the bug had appeared in 0.7.40.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1661
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1662 *) Bugfix: compatibility with Tru64 UNIX.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1663 Thanks to Dustin Marquess.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1664
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1665 *) Bugfix: nginx could not be built without PCRE library; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1666 appeared in 0.7.41.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1667
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1668
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1669 Changes with nginx 0.7.41 11 Mar 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1670
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1671 *) Bugfix: a segmentation fault might occur in worker process, if a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1672 "server_name" or a "location" directives had captures in regular
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1673 expressions; the issue had appeared in 0.7.40.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1674 Thanks to Vladimir Sopot.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1675
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1676
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1677 Changes with nginx 0.7.40 09 Mar 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1678
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1679 *) Feature: the "location" directive supports captures in regular
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1680 expressions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1681
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1682 *) Feature: an "alias" directive with capture references may be used
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1683 inside a location given by a regular expression with captures.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1684
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1685 *) Feature: the "server_name" directive supports captures in regular
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1686 expressions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1687
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1688 *) Workaround: the ngx_http_autoindex_module did not show the trailing
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1689 slash in directories on XFS filesystem; the issue had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1690 0.7.15.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1691 Thanks to Dmitry Kuzmenko.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1692
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1693
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1694 Changes with nginx 0.7.39 02 Mar 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1695
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1696 *) Bugfix: large response with SSI might hang, if gzipping was enabled;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1697 the bug had appeared in 0.7.28.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1698 Thanks to Artem Bokhan.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1699
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1700 *) Bugfix: a segmentation fault might occur in worker process, if short
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1701 static variants are used in a "try_files" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1702
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1703
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1704 Changes with nginx 0.7.38 23 Feb 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1705
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1706 *) Feature: authentication failures logging.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1707
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1708 *) Bugfix: name/password in auth_basic_user_file were ignored after odd
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1709 number of empty lines.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1710 Thanks to Alexander Zagrebin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1711
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1712 *) Bugfix: a segmentation fault occurred in a master process, if long
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1713 path was used in unix domain socket; the bug had appeared in 0.7.36.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1714
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1715
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1716 Changes with nginx 0.7.37 21 Feb 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1717
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1718 *) Bugfix: directives using upstreams did not work; the bug had appeared
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1719 in 0.7.36.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1720
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1721
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1722 Changes with nginx 0.7.36 21 Feb 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1723
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1724 *) Feature: a preliminary IPv6 support; the "listen" directive of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1725 HTTP module supports IPv6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1726
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1727 *) Bugfix: the $ancient_browser variable did not work for browsers
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1728 preset by a "modern_browser" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1729
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1730
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1731 Changes with nginx 0.7.35 16 Feb 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1732
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1733 *) Bugfix: a "ssl_engine" directive did not use a SSL-accelerator for
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1734 asymmetric ciphers.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1735 Thanks to Marcin Gozdalik.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1736
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1737 *) Bugfix: a "try_files" directive set MIME type depending on an
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1738 original request extension.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1739
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1740 *) Bugfix: "*domain.tld" names were handled incorrectly in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1741 "server_name", "valid_referers", and "map" directives, if
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1742 ".domain.tld" and ".subdomain.domain.tld" wildcards were used;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1743 the bug had appeared in 0.7.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1744
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1745
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1746 Changes with nginx 0.7.34 10 Feb 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1747
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1748 *) Feature: the "off" parameter of the "if_modified_since" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1749
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1750 *) Feature: now nginx sends an HELO/EHLO command after a XCLIENT
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1751 command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1752 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1753
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1754 *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1755 in mail proxy server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1756 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1757
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1758 *) Bugfix: in a redirect rewrite directive original arguments were
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1759 concatenated with new arguments by a "?" rather than an "&";
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1760 the bug had appeared in 0.1.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1761 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1762
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1763 *) Bugfix: nginx could not be built on AIX.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1764
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1765
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1766 Changes with nginx 0.7.33 02 Feb 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1767
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1768 *) Bugfix: a double response might be returned if the epoll or rtsig
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1769 methods are used and a redirect was returned to a request with body.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1770 Thanks to Eden Li.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1771
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1772 *) Bugfix: the $sent_http_location variable was empty for some redirects
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1773 types.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1774
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1775 *) Bugfix: a segmentation fault might occur in worker process if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1776 "resolver" directive was used in SMTP proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1777
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1778
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1779 Changes with nginx 0.7.32 26 Jan 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1780
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1781 *) Feature: now a directory existence testing can be set explicitly in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1782 the "try_files" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1783
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1784 *) Bugfix: fastcgi_store stored files not always.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1785
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1786 *) Bugfix: in geo ranges.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1787
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1788 *) Bugfix: in shared memory allocations if nginx was built without
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1789 debugging.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1790 Thanks to Andrey Kvasov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1791
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1792
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1793 Changes with nginx 0.7.31 19 Jan 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1794
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1795 *) Change: now the "try_files" directive tests files only and ignores
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1796 directories.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1797
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1798 *) Feature: the "fastcgi_split_path_info" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1799
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1800 *) Bugfixes in an "Expect" request header line support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1801
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1802 *) Bugfixes in geo ranges.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1803
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1804 *) Bugfix: in a miss case ngx_http_memcached_module returned the "END"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1805 line as response body instead of default 404 page body; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1806 appeared in 0.7.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1807 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1808
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1809 *) Bugfix: while SMTP proxying nginx issued message "250 2.0.0 OK"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1810 instead of "235 2.0.0 OK"; the bug had appeared in 0.7.22.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1811 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1812
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1813
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1814 Changes with nginx 0.7.30 24 Dec 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1815
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1816 *) Bugfix: a segmentation fault occurred in worker process, if variables
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1817 were used in the "fastcgi_pass" or "proxy_pass" directives and host
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1818 name must be resolved; the bug had appeared in 0.7.29.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1819
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1820
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1821 Changes with nginx 0.7.29 24 Dec 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1822
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1823 *) Bugfix: the "fastcgi_pass" and "proxy_pass" directives did not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1824 support variables if unix domain sockets were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1825
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1826 *) Bugfixes in subrequest processing; the bugs had appeared in 0.7.25.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1827
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1828 *) Bugfix: a "100 Continue" response was issued for HTTP/1.0 requests;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1829 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1830
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1831 *) Bugfix: in memory allocation in the ngx_http_gzip_filter_module on
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1832 Cygwin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1833
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1834
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1835 Changes with nginx 0.7.28 22 Dec 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1836
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1837 *) Change: in memory allocation in the ngx_http_gzip_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1838
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1839 *) Change: the default "gzip_buffers" directive values have been changed
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1840 to 32 4k or 16 8k from 4 4k/8k.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1841
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1842
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1843 Changes with nginx 0.7.27 15 Dec 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1844
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1845 *) Feature: the "try_files" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1846
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1847 *) Feature: variables support in the "fastcgi_pass" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1848
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1849 *) Feature: now the $geo variable may get an address from a variable.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1850 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1851
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1852 *) Feature: now a location's modifier may be used without space before
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1853 name.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1854
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1855 *) Feature: the $upstream_response_length variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1856
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1857 *) Bugfix: now a "add_header" directive does not add an empty value.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1858
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1859 *) Bugfix: if zero length static file was requested, then nginx just
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1860 closed connection; the bug had appeared in 0.7.25.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1861
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1862 *) Bugfix: a MOVE method could not move file in non-existent directory.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1863
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1864 *) Bugfix: a segmentation fault occurred in worker process, if no one
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1865 named location was defined in server, but some one was used in an
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1866 error_page directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1867 Thanks to Sergey Bochenkov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1868
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1869
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1870 Changes with nginx 0.7.26 08 Dec 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1871
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1872 *) Bugfix: in subrequest processing; the bug had appeared in 0.7.25.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1873
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1874
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1875 Changes with nginx 0.7.25 08 Dec 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1876
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1877 *) Change: in subrequest processing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1878
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1879 *) Change: now POSTs without "Content-Length" header line are allowed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1880
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1881 *) Bugfix: now the "limit_req" and "limit_conn" directives log a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1882 prohibition reason.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1883
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1884 *) Bugfix: in the "delete" parameter of the "geo" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1885
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1886
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1887 Changes with nginx 0.7.24 01 Dec 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1888
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1889 *) Feature: the "if_modified_since" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1890
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1891 *) Bugfix: nginx did not process a FastCGI server response, if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1892 server send too many messages to stderr before response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1893
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1894 *) Bugfix: the "$cookie_..." variables did not work in the SSI and the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1895 perl module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1896
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1897
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1898 Changes with nginx 0.7.23 27 Nov 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1899
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1900 *) Feature: the "delete" and "ranges" parameters in the "geo" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1901
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1902 *) Feature: speeding up loading of geo base with large number of values.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1903
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1904 *) Feature: decrease of memory required for geo base load.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1905
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1906
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1907 Changes with nginx 0.7.22 20 Nov 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1908
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1909 *) Feature: the "none" parameter in the "smtp_auth" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1910 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1911
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1912 *) Feature: the "$cookie_..." variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1913
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1914 *) Bugfix: the "directio" directive did not work in XFS filesystem.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1915
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1916 *) Bugfix: the resolver did not understand big DNS responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1917 Thanks to Zyb.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1918
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1919
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1920 Changes with nginx 0.7.21 11 Nov 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1921
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1922 *) Changes in the ngx_http_limit_req_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1923
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1924 *) Feature: the EXSLT support in the ngx_http_xslt_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1925 Thanks to Denis F. Latypoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1926
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1927 *) Workaround: compatibility with glibc 2.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1928 Thanks to Eric Benson and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1929
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1930 *) Bugfix: nginx could not run on MacOSX 10.4 and earlier; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1931 appeared in 0.7.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1932
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1933
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1934 Changes with nginx 0.7.20 10 Nov 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1935
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1936 *) Changes in the ngx_http_gzip_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1937
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1938 *) Feature: the ngx_http_limit_req_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1939
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1940 *) Bugfix: worker processes might exit on a SIGBUS signal on sparc and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1941 ppc platforms; the bug had appeared in 0.7.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1942 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1943
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1944 *) Bugfix: the "proxy_pass http://host/some:uri" directives did not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1945 work; the bug had appeared in 0.7.12.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1946
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1947 *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1948 error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1949
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1950 *) Bugfix: the ngx_http_secure_link_module did not work inside
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1951 locations, whose names are less than 3 characters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1952
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1953 *) Bugfix: $server_addr variable might have no value.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1954
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1955
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1956 Changes with nginx 0.7.19 13 Oct 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1957
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1958 *) Bugfix: version number update.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1959
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1960
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1961 Changes with nginx 0.7.18 13 Oct 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1962
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1963 *) Change: the "underscores_in_headers" directive; now nginx does not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1964 allows underscores in a client request header line names.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1965
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1966 *) Feature: the ngx_http_secure_link_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1967
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1968 *) Feature: the "real_ip_header" directive supports any header.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1969
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1970 *) Feature: the "log_subrequest" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1971
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1972 *) Feature: the $realpath_root variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1973
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1974 *) Feature: the "http_502" and "http_504" parameters of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1975 "proxy_next_upstream" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1976
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1977 *) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1978 "fastcgi_next_upstream" directives did not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1979
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1980 *) Bugfix: nginx might send a "Transfer-Encoding: chunked" header line
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1981 for HEAD requests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1982
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1983 *) Bugfix: now accept threshold depends on worker_connections.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1984
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1985
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1986 Changes with nginx 0.7.17 15 Sep 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1987
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1988 *) Feature: now the "directio" directive works on Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1989
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1990 *) Feature: the $pid variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1991
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1992 *) Bugfix: the "directio" optimization that had appeared in 0.7.15 did
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1993 not work with open_file_cache.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1994
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1995 *) Bugfix: the "access_log" with variables did not work on Linux; the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1996 bug had appeared in 0.7.7.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1997
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1998 *) Bugfix: the ngx_http_charset_module did not understand quoted charset
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
1999 name received from backend.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2000
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2001
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2002 Changes with nginx 0.7.16 08 Sep 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2003
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2004 *) Bugfix: nginx could not be built on 64-bit platforms; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2005 appeared in 0.7.15.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2008 Changes with nginx 0.7.15 08 Sep 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2010 *) Feature: the ngx_http_random_index_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2011
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2012 *) Feature: the "directio" directive has been optimized for file
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2013 requests starting from arbitrary position.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2014
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2015 *) Feature: the "directio" directive turns off sendfile if it is
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2016 necessary.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2017
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2018 *) Feature: now nginx allows underscores in a client request header line
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2019 names.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2020
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2021
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2022 Changes with nginx 0.7.14 01 Sep 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2023
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2024 *) Change: now the ssl_certificate and ssl_certificate_key directives
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2025 have not default values.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2026
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2027 *) Feature: the "listen" directive supports the "ssl" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2028
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2029 *) Feature: now nginx takes into account a time zone change while
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2030 reconfiguration on FreeBSD and Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2031
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2032 *) Bugfix: the "listen" directive parameters such as "backlog",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2033 "rcvbuf", etc. were not set, if a default server was not the first
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2034 one.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2035
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2036 *) Bugfix: if URI part captured by a "rewrite" directive was used as a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2037 query string, then the query string was not escaped.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2038
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2039 *) Bugfix: configuration file validity test improvements.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2040
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2041
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2042 Changes with nginx 0.7.13 26 Aug 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2043
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2044 *) Bugfix: nginx could not be built on Linux and Solaris; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2045 appeared in 0.7.12.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2046
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2047
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2048 Changes with nginx 0.7.12 26 Aug 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2049
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2050 *) Feature: the "server_name" directive supports empty name "".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2051
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2052 *) Feature: the "gzip_disable" directive supports special "msie6" mask.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2053
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2054 *) Bugfix: if the "max_fails=0" parameter was used in upstream with
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2055 several servers, then a worker process exited on a SIGFPE signal.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2056 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2057
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2058 *) Bugfix: a request body was dropped while redirection via an
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2059 "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2060
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2061 *) Bugfix: a full response was returned for request method HEAD while
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2062 redirection via an "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2063
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2064 *) Bugfix: the $r->header_in() method did not return value of the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2065 "Host", "User-Agent", and "Connection" request header lines; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2066 had appeared in 0.7.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2067
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2068
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2069 Changes with nginx 0.7.11 18 Aug 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2070
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2071 *) Change: now ngx_http_charset_module does not work by default with
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2072 text/css MIME type.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2073
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2074 *) Feature: now nginx returns the 405 status code for POST method
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2075 requesting a static file only if the file exists.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2076
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2077 *) Feature: the "proxy_ssl_session_reuse" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2078
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2079 *) Bugfix: a "proxy_pass" directive without URI part might use original
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2080 request after the "X-Accel-Redirect" redirection was used;
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2081
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2082 *) Bugfix: if a directory has search only rights and the first index
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2083 file was absent, then nginx returned the 500 status code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2084
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2085 *) Bugfix: in inclusive locations; the bugs had appeared in 0.7.1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2086
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2087
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2088 Changes with nginx 0.7.10 13 Aug 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2089
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2090 *) Bugfix: in the "addition_types", "charset_types", "gzip_types",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2091 "ssi_types", "sub_filter_types", and "xslt_types" directives; the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2092 bugs had appeared in 0.7.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2093
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2094 *) Bugfix: of recursive error_page for 500 status code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2095
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2096 *) Bugfix: now the ngx_http_realip_module sets address not for whole
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2097 keepalive connection, but for each request passed via the connection.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2098
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2099
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2100 Changes with nginx 0.7.9 12 Aug 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2101
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2102 *) Change: now ngx_http_charset_module works by default with following
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2103 MIME types: text/html, text/css, text/xml, text/plain,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2104 text/vnd.wap.wml, application/x-javascript, and application/rss+xml.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2105
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2106 *) Feature: the "charset_types" and "addition_types" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2107
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2108 *) Feature: now the "gzip_types", "ssi_types", and "sub_filter_types"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2109 directives use hash.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2110
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2111 *) Feature: the ngx_cpp_test_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2112
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2113 *) Feature: the "expires" directive supports daily time.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2114
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2115 *) Feature: the ngx_http_xslt_module improvements and bug fixing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2116 Thanks to Denis F. Latypoff and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2117
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2118 *) Bugfix: the "log_not_found" directive did not work for index files
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2119 tests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2120
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2121 *) Bugfix: HTTPS connections might hang, if kqueue, epoll, rtsig, or
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2122 eventport methods were used; the bug had appeared in 0.7.7.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2123
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2124 *) Bugfix: if the "server_name", "valid_referers", and "map" directives
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2125 used an "*.domain.tld" wildcard and exact name "domain.tld" was not
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2126 set, then the exact name was matched by the wildcard; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2127 appeared in 0.3.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2128
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2129
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2130 Changes with nginx 0.7.8 04 Aug 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2131
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2132 *) Feature: the ngx_http_xslt_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2133
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2134 *) Feature: the "$arg_..." variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2135
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2136 *) Feature: Solaris directio support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2137 Thanks to Ivan Debnar.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2138
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2139 *) Bugfix: now if FastCGI server sends a "Location" header line without
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2140 status line, then nginx uses 302 status code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2141 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2142
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2143
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2144 Changes with nginx 0.7.7 30 Jul 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2145
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2146 *) Change: now the EAGAIN error returned by connect() is not considered
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2147 as temporary error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2148
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2149 *) Change: now the $ssl_client_cert variable value is a certificate with
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2150 TAB character intended before each line except first one; an
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2151 unchanged certificate is available in the $ssl_client_raw_cert
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2152 variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2153
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2154 *) Feature: the "ask" parameter in the "ssl_verify_client" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2155
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2156 *) Feature: byte-range processing improvements.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2157 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2158
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2159 *) Feature: the "directio" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2160 Thanks to Jiang Hong.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2161
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2162 *) Feature: MacOSX 10.5 sendfile() support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2163
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2164 *) Bugfix: now in MacOSX and Cygwin locations are tested in case
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2165 insensitive mode; however, the compare is provided by single-byte
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2166 locales only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2167
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2168 *) Bugfix: mail proxy SSL connections hanged, if select, poll, or
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2169 /dev/poll methods were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2170
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2171 *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2172
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2173
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2174 Changes with nginx 0.7.6 07 Jul 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2175
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2176 *) Bugfix: now if variables are used in the "access_log" directive a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2177 request root existence is always tested.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2178
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2179 *) Bugfix: the ngx_http_flv_module did not support several values in a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2180 query string.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2181
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2182
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2183 Changes with nginx 0.7.5 01 Jul 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2184
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2185 *) Bugfixes in variables support in the "access_log" directive; the bugs
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2186 had appeared in 0.7.4.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2187
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2188 *) Bugfix: nginx could not be built --without-http_gzip_module; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2189 had appeared in 0.7.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2190 Thanks to Kirill A. Korinskiy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2191
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2192 *) Bugfix: if sub_filter and SSI were used together, then responses
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2193 might were transferred incorrectly.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2194
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2195
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2196 Changes with nginx 0.7.4 30 Jun 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2197
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2198 *) Feature: variables support in the "access_log" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2199
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2200 *) Feature: the "open_log_file_cache" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2201
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2202 *) Feature: the -g switch.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2203
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2204 *) Feature: the "Expect" request header line support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2205
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2206 *) Bugfix: large SSI inclusions might be truncated.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2207
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2208
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2209 Changes with nginx 0.7.3 23 Jun 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2210
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2211 *) Change: the "rss" extension MIME type has been changed to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2212 "application/rss+xml".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2213
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2214 *) Change: now the "gzip_vary" directive turned on issues a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2215 "Vary: Accept-Encoding" header line for uncompressed responses too.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2216
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2217 *) Feature: now the "rewrite" directive does a redirect automatically if
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2218 the "https://" protocol is used.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2219
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2220 *) Bugfix: the "proxy_pass" directive did not work with the HTTPS
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2221 protocol; the bug had appeared in 0.6.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2222
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2223
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2224 Changes with nginx 0.7.2 16 Jun 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2225
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2226 *) Feature: now nginx supports EDH key exchange ciphers.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2227
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2228 *) Feature: the "ssl_dhparam" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2229
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2230 *) Feature: the $ssl_client_cert variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2231 Thanks to Manlio Perillo.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2232
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2233 *) Bugfix: after changing URI via a "rewrite" directive nginx did not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2234 search a new location; the bug had appeared in 0.7.1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2235 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2236
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2237 *) Bugfix: nginx could not be built without PCRE library; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2238 appeared in 0.7.1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2239
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2240 *) Bugfix: when a request to a directory was redirected with the slash
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2241 added, nginx dropped a query string from the original request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2242
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2243
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2244 Changes with nginx 0.7.1 26 May 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2245
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2246 *) Change: now locations are searched in a tree.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2247
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2248 *) Change: the "optimize_server_names" directive was canceled due to the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2249 "server_name_in_redirect" directive introduction.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2250
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2251 *) Change: some long deprecated directives are not supported anymore.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2252
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2253 *) Change: the "none" parameter in the "ssl_session_cache" directive;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2254 now this is default parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2255 Thanks to Rob Mueller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2256
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2257 *) Bugfix: worker processes might not catch reconfiguration and log
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2258 rotation signals.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2259
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2260 *) Bugfix: nginx could not be built on latest Fedora 9 Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2261 Thanks to Roxis.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2262
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2263
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2264 Changes with nginx 0.7.0 19 May 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2265
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2266 *) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as \xXX
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2267 in an access_log.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2268 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2269
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2270 *) Change: now nginx allows several "Host" request header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2271
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2272 *) Feature: the "modified" flag in the "expires" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2273
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2274 *) Feature: the $uid_got and $uid_set variables may be used at any
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2275 request processing stage.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2276
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2277 *) Feature: the $hostname variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2278 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2279
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2280 *) Feature: DESTDIR support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2281 Thanks to Todd A. Fisher and Andras Voroskoi.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2282
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2283 *) Bugfix: a segmentation fault might occur in worker process on Linux,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2284 if keepalive was enabled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2285
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2286
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2287 Changes with nginx 0.6.31 12 May 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2288
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2289 *) Bugfix: nginx did not process FastCGI response if header was at the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2290 end of FastCGI record; the bug had appeared in 0.6.2.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2291 Thanks to Sergey Serov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2292
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2293 *) Bugfix: a segmentation fault might occur in worker process if a file
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2294 was deleted and the "open_file_cache_errors" directive was off.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2295
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2296
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2297 Changes with nginx 0.6.30 29 Apr 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2298
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2299 *) Change: now if an "include" directive pattern does not match any
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2300 file, then nginx does not issue an error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2301
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2302 *) Feature: now the time in directives may be specified without spaces,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2303 for example, "1h50m".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2304
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2305 *) Bugfix: memory leaks if the "ssl_verify_client" directive was on.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2306 Thanks to Chavelle Vincent.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2307
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2308 *) Bugfix: the "sub_filter" directive might set text to change into
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2309 output.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2310
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2311 *) Bugfix: the "error_page" directive did not take into account
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2312 arguments in redirected URI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2313
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2314 *) Bugfix: now nginx always opens files in binary mode under Cygwin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2315
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2316 *) Bugfix: nginx could not be built on OpenBSD; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2317 0.6.15.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2318
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2319
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2320 Changes with nginx 0.6.29 18 Mar 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2321
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2322 *) Feature: the ngx_google_perftools_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2323
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2324 *) Bugfix: the ngx_http_perl_module could not be built on 64-bit
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2325 platforms; the bug had appeared in 0.6.27.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2326
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2327
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2328 Changes with nginx 0.6.28 13 Mar 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2329
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2330 *) Bugfix: the rtsig method could not be built; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2331 0.6.27.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2332
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2333
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2334 Changes with nginx 0.6.27 12 Mar 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2335
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2336 *) Change: now by default the rtsig method is not built on
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2337 Linux 2.6.18+.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2338
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2339 *) Change: now a request method is not changed while redirection to a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2340 named location via an "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2341
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2342 *) Feature: the "resolver" and "resolver_timeout" directives in SMTP
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2343 proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2344
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2345 *) Feature: the "post_action" directive supports named locations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2346
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2347 *) Bugfix: a segmentation fault occurred in worker process, if a request
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2348 was redirected from proxy, FastCGI, or memcached location to static
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2349 named locations.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2350
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2351 *) Bugfix: browsers did not repeat SSL handshake if there is no valid
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2352 client certificate in first handshake.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2353 Thanks to Alexander V. Inyukhin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2354
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2355 *) Bugfix: if response code 495-497 was redirected via an "error_page"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2356 directive without code change, then nginx tried to allocate too many
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2357 memory.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2358
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2359 *) Bugfix: memory leak in long-lived non buffered connections.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2360
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2361 *) Bugfix: memory leak in resolver.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2362
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2363 *) Bugfix: a segmentation fault occurred in worker process, if a request
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2364 was redirected from proxy, FastCGI, or memcached location to static
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2365 named locations.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2366
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2367 *) Bugfix: in the $proxy_host and $proxy_port variables caching.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2368 Thanks to Sergey Bochenkov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2369
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2370 *) Bugfix: a "proxy_pass" directive with variables used incorrectly the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2371 same port as in another "proxy_pass" directive with the same host
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2372 name and without variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2373 Thanks to Sergey Bochenkov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2374
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2375 *) Bugfix: an alert "sendmsg() failed (9: Bad file descriptor)" on some
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2376 64-bit platforms while reconfiguration.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2377
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2378 *) Bugfix: a segmentation fault occurred in worker process, if empty
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2379 stub block was used second time in SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2380
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2381 *) Bugfix: in copying URI part contained escaped symbols into arguments.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2382
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2383
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2384 Changes with nginx 0.6.26 11 Feb 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2385
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2386 *) Bugfix: the "proxy_store" and "fastcgi_store" directives did not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2387 check a response length.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2388
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2389 *) Bugfix: a segmentation fault occurred in worker process, if big value
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2390 was used in a "expires" directive.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2391 Thanks to Joaquin Cuenca Abela.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2392
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2393 *) Bugfix: nginx incorrectly detected cache line size on Pentium 4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2394 Thanks to Gena Makhomed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2395
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2396 *) Bugfix: in proxied or FastCGI subrequests a client original method
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2397 was used instead of the GET method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2398
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2399 *) Bugfix: socket leak in HTTPS mode if deferred accept was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2400 Thanks to Ben Maurer.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2401
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2402 *) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2403 (SSL: )"; the bug had appeared in 0.6.23.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2404
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2405 *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2406 error; the bug had appeared in 0.6.23.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2407
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2408
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2409 Changes with nginx 0.6.25 08 Jan 2008
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2410
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2411 *) Change: now the "server_name_in_redirect" directive is used instead
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2412 of the "server_name" directive's special "*" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2413
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2414 *) Change: now wildcard and regex names can be used as main name in a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2415 "server_name" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2416
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2417 *) Change: the "satisfy_any" directive was replaced by the "satisfy"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2418 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2419
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2420 *) Workaround: old worker processes might hog CPU after reconfiguration
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2421 if they was run under Linux OpenVZ.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2422
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2423 *) Feature: the "min_delete_depth" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2424
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2425 *) Bugfix: the COPY and MOVE methods did not work with single files.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2426
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2427 *) Bugfix: the ngx_http_gzip_static_module did not allow the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2428 ngx_http_dav_module to work; the bug had appeared in 0.6.23.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2429
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2430 *) Bugfix: socket leak in HTTPS mode if deferred accept was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2431 Thanks to Ben Maurer.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2432
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2433 *) Bugfix: nginx could not be built without PCRE library; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2434 appeared in 0.6.23.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2435
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2436
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2437 Changes with nginx 0.6.24 27 Dec 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2438
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2439 *) Bugfix: a segmentation fault might occur in worker process if HTTPS
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2440 was used; the bug had appeared in 0.6.23.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2441
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2442
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2443 Changes with nginx 0.6.23 27 Dec 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2444
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2445 *) Change: the "off" parameter in the "ssl_session_cache" directive; now
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2446 this is default parameter.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2447
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2448 *) Change: the "open_file_cache_retest" directive was renamed to the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2449 "open_file_cache_valid".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2450
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2451 *) Feature: the "open_file_cache_min_uses" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2452
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2453 *) Feature: the ngx_http_gzip_static_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2454
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2455 *) Feature: the "gzip_disable" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2456
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2457 *) Feature: the "memcached_pass" directive may be used inside the "if"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2458 block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2459
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2460 *) Bugfix: a segmentation fault occurred in worker process, if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2461 "memcached_pass" and "if" directives were used in the same location.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2462
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2463 *) Bugfix: if a "satisfy_any on" directive was used and not all access
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2464 and auth modules directives were set, then other given access and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2465 auth directives were not tested;
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2466
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2467 *) Bugfix: regex parameters in a "valid_referers" directive were not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2468 inherited from previous level.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2469
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2470 *) Bugfix: a "post_action" directive did run if a request was completed
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2471 with 499 status code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2472
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2473 *) Bugfix: optimization of 16K buffer usage in a SSL connection.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2474 Thanks to Ben Maurer.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2475
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2476 *) Bugfix: the STARTTLS in SMTP mode did not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2477 Thanks to Oleg Motienko.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2478
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2479 *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2480 error; the bug had appeared in 0.5.13.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2481
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2482
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2483 Changes with nginx 0.6.22 19 Dec 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2484
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2485 *) Change: now all ngx_http_perl_module methods return values copied to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2486 perl's allocated memory.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2487
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2488 *) Bugfix: if nginx was built with ngx_http_perl_module, the perl before
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2489 5.8.6 was used, and perl supported threads, then during
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2490 reconfiguration the master process aborted; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2491 0.5.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2492 Thanks to Boris Zhmurov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2493
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2494 *) Bugfix: the ngx_http_perl_module methods may get invalid values of
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2495 the regex captures.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2496
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2497 *) Bugfix: a segmentation fault occurred in worker process, if the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2498 $r->has_request_body() method was called for a request whose small
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2499 request body was already received.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2500
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2501 *) Bugfix: large_client_header_buffers did not freed before going to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2502 keep-alive state.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2503 Thanks to Olexander Shtepa.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2504
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2505 *) Bugfix: the last address was missed in the $upstream_addr variable;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2506 the bug had appeared in 0.6.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2507
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2508 *) Bugfix: the "fastcgi_catch_stderr" directive did return error code;
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2509 now it returns 502 code, that can be rerouted to a next server using
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2510 the "fastcgi_next_upstream invalid_header" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2511
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2512 *) Bugfix: a segmentation fault occurred in master process if the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2513 "fastcgi_catch_stderr" directive was used; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2514 0.6.10.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2515 Thanks to Manlio Perillo.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2516
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2517
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2518 Changes with nginx 0.6.21 03 Dec 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2519
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2520 *) Change: if variable values used in a "proxy_pass" directive contain
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2521 IP-addresses only, then a "resolver" directive is not mandatory.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2522
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2523 *) Bugfix: a segmentation fault might occur in worker process if a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2524 "proxy_pass" directive with URI-part was used; the bug had appeared
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2525 in 0.6.19.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2526
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2527 *) Bugfix: if resolver was used on platform that does not support
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2528 kqueue, then nginx issued an alert "name is out of response".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2529 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2530
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2531 *) Bugfix: if the $server_protocol was used in FastCGI parameters and a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2532 request line length was near to the "client_header_buffer_size"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2533 directive value, then nginx issued an alert "fastcgi: the request
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2534 record is too big".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2535
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2536 *) Bugfix: if a plain text HTTP/0.9 version request was made to HTTPS
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2537 server, then nginx returned usual response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2538
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2539
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2540 Changes with nginx 0.6.20 28 Nov 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2541
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2542 *) Bugfix: a segmentation fault might occur in worker process if a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2543 "proxy_pass" directive with URI-part was used; the bug had appeared
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2544 in 0.6.19.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2545
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2546
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2547 Changes with nginx 0.6.19 27 Nov 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2548
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2549 *) Bugfix: the 0.6.18 version could not be built.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2550
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2551
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2552 Changes with nginx 0.6.18 27 Nov 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2553
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2554 *) Change: now the ngx_http_userid_module adds start time microseconds
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2555 to the cookie field contains a pid value.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2556
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2557 *) Change: now the full request line instead of URI only is written to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2558 error_log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2559
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2560 *) Feature: variables support in the "proxy_pass" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2561
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2562 *) Feature: the "resolver" and "resolver_timeout" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2563
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2564 *) Feature: now the directive "add_header last-modified ''" deletes a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2565 "Last-Modified" response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2566
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2567 *) Bugfix: the "limit_rate" directive did not allow to use full
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2568 throughput, even if limit value was very high.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2569
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2570
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2571 Changes with nginx 0.6.17 15 Nov 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2572
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2573 *) Feature: the "If-Range" request header line support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2574 Thanks to Alexander V. Inyukhin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2575
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2576 *) Bugfix: URL double escaping in a redirect of the "msie_refresh"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2577 directive; the bug had appeared in 0.6.4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2578
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2579 *) Bugfix: the "autoindex" directive did not work with the "alias /"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2580 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2581
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2582 *) Bugfix: a segmentation fault might occur in worker process if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2583 subrequests were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2584
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2585 *) Bugfix: the big responses may be transferred truncated if SSL and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2586 gzip were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2587
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2588 *) Bugfix: the $status variable was equal to 0 if a proxied server
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2589 returned response in HTTP/0.9 version.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2590
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2591
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2592 Changes with nginx 0.6.16 29 Oct 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2593
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2594 *) Change: now the uname(2) is used on Linux instead of procfs.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2595 Thanks to Ilya Novikov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2596
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2597 *) Bugfix: if the "?" character was in a "error_page" directive, then it
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2598 was escaped in a proxied request; the bug had appeared in 0.6.11.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2599
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2600 *) Bugfix: compatibility with mget.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2601
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2602
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2603 Changes with nginx 0.6.15 22 Oct 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2604
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2605 *) Feature: Cygwin compatibility.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2606 Thanks to Vladimir Kutakov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2607
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2608 *) Feature: the "merge_slashes" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2609
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2610 *) Feature: the "gzip_vary" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2611
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2612 *) Feature: the "server_tokens" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2613
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2614 *) Bugfix: nginx did not unescape URI in the "include" SSI command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2615
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2616 *) Bugfix: the segmentation fault was occurred on start or while
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2617 reconfiguration if variable was used in the "charset" or
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2618 "source_charset" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2619
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2620 *) Bugfix: nginx returned the 400 response on requests like
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2621 "GET http://www.domain.com HTTP/1.0".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2622 Thanks to James Oakley.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2623
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2624 *) Bugfix: if request with request body was redirected using the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2625 "error_page" directive, then nginx tried to read the request body
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2626 again; the bug had appeared in 0.6.7.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2627
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2628 *) Bugfix: a segmentation fault occurred in worker process if no
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2629 server_name was explicitly defined for server processing request; the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2630 bug had appeared in 0.6.7.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2631
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2632
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2633 Changes with nginx 0.6.14 15 Oct 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2634
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2635 *) Change: now by default the "echo" SSI command uses entity encoding.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2636
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2637 *) Feature: the "encoding" parameter in the "echo" SSI command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2638
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2639 *) Feature: the "access_log" directive may be used inside the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2640 "limit_except" block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2641
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2642 *) Bugfix: if all upstream servers were failed, then all servers had got
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2643 weight the was equal one until servers became alive; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2644 appeared in 0.6.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2645
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2646 *) Bugfix: a segmentation fault occurred in worker process if
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2647 $date_local and $date_gmt were used outside the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2648 ngx_http_ssi_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2649
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2650 *) Bugfix: a segmentation fault might occur in worker process if debug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2651 log was enabled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2652 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2653
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2654 *) Bugfix: ngx_http_memcached_module did not set
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2655 $upstream_response_time.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2656 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2657
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2658 *) Bugfix: a worker process may got caught in an endless loop, if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2659 memcached was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2660
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2661 *) Bugfix: nginx supported low case only "close" and "keep-alive" values
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2662 in the "Connection" request header line; the bug had appeared in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2663 0.6.11.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2664
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2665 *) Bugfix: sub_filter did not work with empty substitution.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2666
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2667 *) Bugfix: in sub_filter parsing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2668
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2669
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2670 Changes with nginx 0.6.13 24 Sep 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2671
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2672 *) Bugfix: nginx did not close directory file on HEAD request if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2673 autoindex was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2674 Thanks to Arkadiusz Patyk.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2675
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2676
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2677 Changes with nginx 0.6.12 21 Sep 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2678
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2679 *) Change: mail proxy was split on three modules: pop3, imap and smtp.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2680
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2681 *) Feature: the --without-mail_pop3_module, --without-mail_imap_module,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2682 and --without-mail_smtp_module configuration parameters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2683
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2684 *) Feature: the "smtp_greeting_delay" and "smtp_client_buffer"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2685 directives of the ngx_mail_smtp_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2686
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2687 *) Bugfix: the trailing wildcards did not work; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2688 0.6.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2689
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2690 *) Bugfix: nginx could not start on Solaris if the shared PCRE library
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2691 located in non-standard place was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2692
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2693 *) Bugfix: the "proxy_hide_header" and "fastcgi_hide_header" directives
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2694 did not hide response header lines whose name was longer than 32
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2695 characters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2696 Thanks to Manlio Perillo.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2697
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2698
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2699 Changes with nginx 0.6.11 11 Sep 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2700
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2701 *) Bugfix: active connection counter always increased if mail proxy was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2702 used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2703
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2704 *) Bugfix: if backend returned response header only using non-buffered
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2705 proxy, then nginx closed backend connection on timeout.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2706
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2707 *) Bugfix: nginx did not support several "Connection" request header
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2708 lines.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2709
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2710 *) Bugfix: if the "max_fails" was set for upstream server, then after
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2711 first failure server weight was always one; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2712 0.6.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2713
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2714
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2715 Changes with nginx 0.6.10 03 Sep 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2716
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2717 *) Feature: the "open_file_cache", "open_file_cache_retest", and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2718 "open_file_cache_errors" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2719
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2720 *) Bugfix: socket leak; the bug had appeared in 0.6.7.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2721
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2722 *) Bugfix: a charset set by the "charset" directive was not appended to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2723 the "Content-Type" header set by $r->send_http_header().
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2724
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2725 *) Bugfix: a segmentation fault might occur in worker process if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2726 /dev/poll method was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2727
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2728
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2729 Changes with nginx 0.6.9 28 Aug 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2730
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2731 *) Bugfix: a worker process may got caught in an endless loop, if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2732 HTTPS protocol was used; the bug had appeared in 0.6.7.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2733
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2734 *) Bugfix: if server listened on two addresses or ports and trailing
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2735 wildcard was used, then nginx did not run.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2736
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2737 *) Bugfix: the "ip_hash" directive might incorrectly mark servers as
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2738 down.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2739
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2740 *) Bugfix: nginx could not be built on amd64; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2741 0.6.8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2742
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2743
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2744 Changes with nginx 0.6.8 20 Aug 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2745
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2746 *) Change: now nginx tries to set the "worker_priority",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2747 "worker_rlimit_nofile", "worker_rlimit_core", and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2748 "worker_rlimit_sigpending" without super-user privileges.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2749
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2750 *) Change: now nginx escapes space and "%" in request to a mail proxy
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2751 authentication server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2752
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2753 *) Change: now nginx escapes "%" in $memcached_key variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2754
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2755 *) Bugfix: nginx used path relative to configuration prefix for
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2756 non-absolute configuration file path specified in the "-c" key; the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2757 bug had appeared in 0.6.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2758
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2759 *) Bugfix: nginx did not work on FreeBSD/sparc64.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2760
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2761
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2762 Changes with nginx 0.6.7 15 Aug 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2763
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2764 *) Change: now the paths specified in the "include",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2765 "auth_basic_user_file", "perl_modules", "ssl_certificate",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2766 "ssl_certificate_key", and "ssl_client_certificate" directives are
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2767 relative to directory of nginx configuration file nginx.conf, but not
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2768 to nginx prefix directory.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2769
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2770 *) Change: the --sysconfdir=PATH option in configure was canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2771
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2772 *) Change: the special make target "upgrade1" was defined for online
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2773 upgrade of 0.1.x versions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2774
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2775 *) Feature: the "server_name" and "valid_referers" directives support
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2776 regular expressions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2777
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2778 *) Feature: the "server" directive in the "upstream" context supports
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2779 the "backup" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2780
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2781 *) Feature: the ngx_http_perl_module supports the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2782 $r->discard_request_body.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2783
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2784 *) Feature: the "add_header Last-Modified ..." directive changes the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2785 "Last-Modified" response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2786
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2787 *) Bugfix: if a response different than 200 was returned to a request
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2788 with body and connection went to the keep-alive state after the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2789 request, then nginx returned 400 for the next request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2790
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2791 *) Bugfix: a segmentation fault occurred in worker process if invalid
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2792 address was set in the "auth_http" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2793
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2794 *) Bugfix: now nginx uses default listen backlog value 511 on all
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2795 platforms except FreeBSD.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2796 Thanks to Jiang Hong.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2797
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2798 *) Bugfix: a worker process may got caught in an endless loop, if a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2799 "server" inside "upstream" block was marked as "down"; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2800 appeared in 0.6.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2801
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2802 *) Bugfix: now Solaris sendfilev() is not used to transfer the client
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2803 request body to FastCGI-server via the unix domain socket.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2804
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2805
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2806 Changes with nginx 0.6.6 30 Jul 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2807
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2808 *) Feature: the --sysconfdir=PATH option in configure.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2809
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2810 *) Feature: named locations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2811
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2812 *) Feature: the $args variable can be set with the "set" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2813
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2814 *) Feature: the $is_args variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2815
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2816 *) Bugfix: fair big weight upstream balancer.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2817
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2818 *) Bugfix: if a client has closed connection to mail proxy then nginx
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2819 might not close connection to backend.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2820
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2821 *) Bugfix: if the same host without specified port was used as backend
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2822 for HTTP and HTTPS, then nginx used only one port - 80 or 443.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2823
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2824 *) Bugfix: fix building on Solaris/amd64 by Sun Studio 11 and early
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2825 versions; the bug had appeared in 0.6.4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2826
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2827
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2828 Changes with nginx 0.6.5 23 Jul 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2829
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2830 *) Feature: $nginx_version variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2831 Thanks to Nick S. Grechukh.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2832
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2833 *) Feature: the mail proxy supports AUTHENTICATE in IMAP mode.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2834 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2835
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2836 *) Feature: the mail proxy supports STARTTLS in SMTP mode.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2837 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2838
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2839 *) Bugfix: now nginx escapes space in $memcached_key variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2840
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2841 *) Bugfix: nginx was incorrectly built by Sun Studio on Solaris/amd64.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2842 Thanks to Jiang Hong.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2843
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2844 *) Bugfix: of minor potential bugs.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2845 Thanks to Coverity's Scan.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2846
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2847
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2848 Changes with nginx 0.6.4 17 Jul 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2849
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2850 *) Security: the "msie_refresh" directive allowed XSS.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2851 Thanks to Maxim Boguk.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2852
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2853 *) Change: the "proxy_store" and "fastcgi_store" directives were
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2854 changed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2855
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2856 *) Feature: the "proxy_store_access" and "fastcgi_store_access"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2857 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2858
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2859 *) Bugfix: nginx did not work on Solaris/sparc64 if it was built by Sun
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2860 Studio.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2861 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2862
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2863 *) Workaround: for Sun Studio 12.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2864 Thanks to Jiang Hong.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2865
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2866
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2867 Changes with nginx 0.6.3 12 Jul 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2868
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2869 *) Feature: the "proxy_store" and "fastcgi_store" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2870
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2871 *) Bugfix: a segmentation fault might occur in worker process if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2872 "auth_http_header" directive was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2873 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2874
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2875 *) Bugfix: a segmentation fault occurred in worker process if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2876 CRAM-MD5 authentication method was used, but it was not enabled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2877
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2878 *) Bugfix: a segmentation fault might occur in worker process when the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2879 HTTPS protocol was used in the "proxy_pass" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2880
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2881 *) Bugfix: a segmentation fault might occur in worker process if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2882 eventport method was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2883
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2884 *) Bugfix: the "proxy_ignore_client_abort" and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2885 "fastcgi_ignore_client_abort" directives did not work; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2886 appeared in 0.5.13.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2887
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2888
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2889 Changes with nginx 0.6.2 09 Jul 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2890
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2891 *) Bugfix: if the FastCGI header was split in records, then nginx passed
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2892 garbage in the header to a client.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2893
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2894
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2895 Changes with nginx 0.6.1 17 Jun 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2896
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2897 *) Bugfix: in SSI parsing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2898
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2899 *) Bugfix: if remote SSI subrequest was used, then posterior local file
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2900 subrequest might transferred to client in wrong order.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2901
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2902 *) Bugfix: large SSI inclusions buffered in temporary files were
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2903 truncated.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2904
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2905 *) Bugfix: the perl $$ variable value in ngx_http_perl_module was equal
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2906 to the master process identification number.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2907
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2908
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2909 Changes with nginx 0.6.0 14 Jun 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2910
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2911 *) Feature: the "server_name", "map", and "valid_referers" directives
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2912 support the "www.example.*" wildcards.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2913
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2914
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2915 Changes with nginx 0.5.25 11 Jun 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2916
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2917 *) Bugfix: nginx could not be built with the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2918 --without-http_rewrite_module parameter; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2919 0.5.24.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2920
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2921
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2922 Changes with nginx 0.5.24 06 Jun 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2923
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2924 *) Security: the "ssl_verify_client" directive did not work if request
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2925 was made using HTTP/0.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2926
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2927 *) Bugfix: a part of response body might be passed uncompressed if gzip
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2928 was used; the bug had appeared in 0.5.23.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2929
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2930
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2931 Changes with nginx 0.5.23 04 Jun 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2932
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2933 *) Feature: the ngx_http_ssl_module supports Server Name Indication TLS
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2934 extension.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2935
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2936 *) Feature: the "fastcgi_catch_stderr" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2937 Thanks to Nick S. Grechukh, OWOX project.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2938
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2939 *) Bugfix: a segmentation fault occurred in master process if two
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2940 virtual servers should bind() to the overlapping ports.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2941
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2942 *) Bugfix: if nginx was built with ngx_http_perl_module and perl
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2943 supported threads, then during second reconfiguration the error
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2944 messages "panic: MUTEX_LOCK" and "perl_parse() failed" were issued.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2945
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2946 *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2947
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2948
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2949 Changes with nginx 0.5.22 29 May 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2950
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2951 *) Bugfix: a big request body might not be passed to backend; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2952 had appeared in 0.5.21.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2953
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2954
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2955 Changes with nginx 0.5.21 28 May 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2956
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2957 *) Bugfix: if server has more than about ten locations, then regex
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2958 locations might be choosen not in that order as they were specified.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2959
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2960 *) Bugfix: a worker process may got caught in an endless loop on 64-bit
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2961 platform, if the 33-rd or next in succession backend has failed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2962 Thanks to Anton Povarov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2963
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2964 *) Bugfix: a bus error might occur on Solaris/sparc64 if the PCRE
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2965 library was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2966 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2967
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2968 *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2969
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2970
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2971 Changes with nginx 0.5.20 07 May 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2972
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2973 *) Feature: the "sendfile_max_chunk" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2974
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2975 *) Feature: the "$http_...", "$sent_http_...", and "$upstream_http_..."
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2976 variables may be changed using the "set" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2977
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2978 *) Bugfix: a segmentation fault might occur in worker process if the SSI
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2979 command 'if expr="$var = /"' was used.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2980
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2981 *) Bugfix: trailing boundary of multipart range response was transferred
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2982 incorrectly.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2983 Thanks to Evan Miller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2984
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2985 *) Bugfix: nginx did not work on Solaris/sparc64 if it was built by Sun
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2986 Studio.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2987 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2988
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2989 *) Bugfix: the ngx_http_perl_module could not be built by Solaris make.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2990 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2991
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2992
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2993 Changes with nginx 0.5.19 24 Apr 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2994
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2995 *) Change: now the $request_time variable has millisecond precision.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2996
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
2997 *) Change: the method $r->rflush of ngx_http_perl_module was renamed to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2998 the $r->flush.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2999
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3000 *) Feature: the $upstream_addr variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3001
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3002 *) Feature: the "proxy_headers_hash_max_size" and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3003 "proxy_headers_hash_bucket_size" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3004 Thanks to Volodymyr Kostyrko.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3005
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3006 *) Bugfix: the files more than 2G could not be transferred using
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3007 sendfile and limit_rate on 64-bit platforms.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3008
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3009 *) Bugfix: the files more than 2G could not be transferred using
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3010 sendfile on 64-bit Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3012
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3013 Changes with nginx 0.5.18 19 Apr 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3014
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3015 *) Feature: the ngx_http_sub_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3016
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3017 *) Feature: the "$upstream_http_..." variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3018
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3019 *) Feature: now the $upstream_status and $upstream_response_time
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3020 variables keep data about all upstreams before X-Accel-Redirect.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3021
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3022 *) Bugfix: a segmentation fault occurred in master process after first
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3023 reconfiguration and receiving any signal if nginx was built with
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3024 ngx_http_perl_module and perl did not support multiplicity; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3025 had appeared in 0.5.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3026
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3027 *) Bugfix: if perl did not support multiplicity, then after
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3028 reconfiguration perl code did not work; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3029 0.3.38.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3030
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3031
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3032 Changes with nginx 0.5.17 02 Apr 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3033
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3034 *) Change: now nginx always returns the 405 status for the TRACE method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3035
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3036 *) Feature: now nginx supports the "include" directive inside the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3037 "types" block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3038
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3039 *) Bugfix: the $document_root variable usage in the "root" and "alias"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3040 directives is disabled: this caused recursive stack overflow.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3041
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3042 *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3043
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3044 *) Bugfix: in some cases non-cachable variables (such as $uri variable)
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3045 returned old cached value.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3046
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3047
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3048 Changes with nginx 0.5.16 26 Mar 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3049
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3050 *) Bugfix: the C-class network was not used as hash key in the "ip_hash"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3051 directive.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3052 Thanks to Pavel Yarkovoy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3053
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3054 *) Bugfix: a segmentation fault might occur in worker process if a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3055 charset was set in the "Content-Type" header line and the line has
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3056 trailing ";"; the bug had appeared in 0.3.50.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3057
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3058 *) Bugfix: the "[alert] zero size buf" error when FastCGI server was
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3059 used and a request body written in a temporary file was multiple of
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3060 32K.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3061
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3062 *) Bugfix: nginx could not be built on Solaris without the --with-debug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3063 option; the bug had appeared in 0.5.15.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3064
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3065
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3066 Changes with nginx 0.5.15 19 Mar 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3067
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3068 *) Feature: the mail proxy supports authenticated SMTP proxying and the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3069 "smtp_auth", "smtp_capablities", and "xclient" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3070 Thanks to Anton Yuzhaninov and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3071
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3072 *) Feature: now the keep-alive connections are closed just after
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3073 receiving the reconfiguration signal.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3074
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3075 *) Change: the "imap" and "auth" directives were renamed to the "mail"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3076 and "pop3_auth" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3077
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3078 *) Bugfix: a segmentation fault occurred in worker process if the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3079 CRAM-MD5 authentication method was used and the APOP method was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3080 disabled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3081
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3082 *) Bugfix: if the "starttls only" directive was used in POP3 protocol,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3083 then nginx allowed authentication without switching to the SSL mode.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3084
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3085 *) Bugfix: worker processes did not exit after reconfiguration and did
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3086 not rotate logs if the eventport method was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3087
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3088 *) Bugfix: a worker process may got caught in an endless loop, if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3089 "ip_hash" directive was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3090
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3091 *) Bugfix: now nginx does not log some alerts if eventport or /dev/poll
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3092 methods are used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3093
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3094
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3095 Changes with nginx 0.5.14 23 Feb 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3096
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3097 *) Bugfix: nginx ignored superfluous closing "}" in the end of
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3098 configuration file.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3099
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3100
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3101 Changes with nginx 0.5.13 19 Feb 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3102
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3103 *) Feature: the COPY and MOVE methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3104
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3105 *) Bugfix: the ngx_http_realip_module set garbage for requests passed
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3106 via keep-alive connection.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3107
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3108 *) Bugfix: nginx did not work on big-endian 64-bit Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3109 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3110
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3111 *) Bugfix: now when IMAP/POP3 proxy receives too long command it closes
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3112 the connection right away, but not after timeout.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3113
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3114 *) Bugfix: if the "epoll" method was used and a client closed a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3115 connection prematurely, then nginx closed the connection after a send
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3116 timeout only.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3117
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3118 *) Bugfix: nginx could not be built on platforms different from i386,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3119 amd64, sparc, and ppc; the bug had appeared in 0.5.8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3120
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3121
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3122 Changes with nginx 0.5.12 12 Feb 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3123
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3124 *) Bugfix: nginx could not be built on platforms different from i386,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3125 amd64, sparc, and ppc; the bug had appeared in 0.5.8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3126
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3127 *) Bugfix: a segmentation fault might occur in worker process if the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3128 temporary files were used while working with FastCGI server; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3129 had appeared in 0.5.8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3130
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3131 *) Bugfix: a segmentation fault might occur in worker process if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3132 $fastcgi_script_name variable was logged.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3133
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3134 *) Bugfix: ngx_http_perl_module could not be built on Solaris.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3135
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3136
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3137 Changes with nginx 0.5.11 05 Feb 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3138
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3139 *) Feature: now configure detects system PCRE library in MacPorts.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3140 Thanks to Chris McGrath.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3141
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3142 *) Bugfix: the response was incorrect if several ranges were requested;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3143 the bug had appeared in 0.5.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3144
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3145 *) Bugfix: the "create_full_put_path" directive could not create the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3146 intermediate directories if no "dav_access" directive was set.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3147 Thanks to Evan Miller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3148
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3149 *) Bugfix: the "0" response code might be logged in the access_log
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3150 instead of the "400" and "408" error codes.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3151
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3152 *) Bugfix: a segmentation fault might occur in worker process if nginx
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3153 was built with -O2 optimization.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3154
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3155
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3156 Changes with nginx 0.5.10 26 Jan 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3157
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3158 *) Bugfix: while online executable file upgrade the new master process
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3159 did not inherit the listening sockets; the bug had appeared in 0.5.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3160
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3161 *) Bugfix: a segmentation fault might occur in worker process if nginx
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3162 was built with -O2 optimization; the bug had appeared in 0.5.1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3163
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3164
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3165 Changes with nginx 0.5.9 25 Jan 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3166
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3167 *) Change: now the ngx_http_memcached_module uses the $memcached_key
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3168 variable value as a key.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3169
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3170 *) Feature: the $memcached_key variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3171
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3172 *) Feature: the "clean" parameter in the "client_body_in_file_only"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3173 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3174
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3175 *) Feature: the "env" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3176
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3177 *) Feature: the "sendfile" directive is available inside the "if" block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3178
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3179 *) Feature: now on failure of the writing to access nginx logs a message
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3180 to error_log, but not more often than once a minute.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3181
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3182 *) Bugfix: the "access_log off" directive did not always turn off the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3183 logging.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3184
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3185
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3186 Changes with nginx 0.5.8 19 Jan 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3187
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3188 *) Bugfix: a segmentation fault might occur if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3189 "client_body_in_file_only on" was used and a request body was small.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3190
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3191 *) Bugfix: a segmentation fault occurred if
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3192 "client_body_in_file_only on" and "proxy_pass_request_body off" or
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3193 "fastcgi_pass_request_body off" directives were used, and nginx
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3194 switched to a next upstream.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3195
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3196 *) Bugfix: if the "proxy_buffering off" directive was used and a client
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3197 connection was non-active, then the connection was closed after send
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3198 timeout; the bug had appeared in 0.4.7.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3199
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3200 *) Bugfix: if the "epoll" method was used and a client closed a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3201 connection prematurely, then nginx closed the connection after a send
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3202 timeout only.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3203
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3204 *) Bugfix: the "[alert] zero size buf" error when FastCGI server was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3205 used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3206
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3207 *) Bugfixes in the "limit_zone" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3208
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3209
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3210 Changes with nginx 0.5.7 15 Jan 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3211
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3212 *) Feature: the ssl_session_cache storage optimization.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3213
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3214 *) Bugfixes in the "ssl_session_cache" and "limit_zone" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3215
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3216 *) Bugfix: the segmentation fault was occurred on start or while
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3217 reconfiguration if the "ssl_session_cache" or "limit_zone" directives
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3218 were used on 64-bit platforms.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3219
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3220 *) Bugfix: a segmentation fault occurred if the "add_before_body" or
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3221 "add_after_body" directives were used and there was no "Content-Type"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3222 header line in response.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3223
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3224 *) Bugfix: the OpenSSL library was always built with the threads
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3225 support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3226 Thanks to Den Ivanov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3227
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3228 *) Bugfix: the PCRE-6.5+ library and the icc compiler compatibility.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3229
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3230
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3231 Changes with nginx 0.5.6 09 Jan 2007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3232
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3233 *) Change: now the ngx_http_index_module ignores all methods except the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3234 GET, HEAD, and POST methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3235
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3236 *) Feature: the ngx_http_limit_zone_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3237
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3238 *) Feature: the $binary_remote_addr variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3239
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3240 *) Feature: the "ssl_session_cache" directives of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3241 ngx_http_ssl_module and ngx_imap_ssl_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3242
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3243 *) Feature: the DELETE method supports recursive removal.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3244
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3245 *) Bugfix: the byte-ranges were transferred incorrectly if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3246 $r->sendfile() was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3247
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3248
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3249 Changes with nginx 0.5.5 24 Dec 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3250
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3251 *) Change: the -v switch does not show compiler information any more.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3252
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3253 *) Feature: the -V switch.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3254
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3255 *) Feature: the "worker_rlimit_core" directive supports size in K, M,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3256 and G.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3257
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3258 *) Bugfix: the nginx.pm module now could be installed by an unprivileged
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3259 user.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3260
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3261 *) Bugfix: a segmentation fault might occur if the $r->request_body or
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3262 $r->request_body_file methods were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3263
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3264 *) Bugfix: the ppc platform specific bugs.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3265
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3266
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3267 Changes with nginx 0.5.4 15 Dec 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3268
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3269 *) Feature: the "perl" directive may be used inside the "limit_except"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3270 block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3271
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3272 *) Bugfix: the ngx_http_dav_module required the "Date" request header
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3273 line for the DELETE method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3274
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3275 *) Bugfix: if one only parameter was used in the "dav_access" directive,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3276 then nginx might report about configuration error.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3277
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3278 *) Bugfix: a segmentation fault might occur if the $host variable was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3279 used; the bug had appeared in 0.4.14.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3280
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3281
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3282 Changes with nginx 0.5.3 13 Dec 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3283
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3284 *) Feature: the ngx_http_perl_module supports the $r->status,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3285 $r->log_error, and $r->sleep methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3286
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3287 *) Feature: the $r->variable method supports variables that do not exist
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3288 in nginx configuration.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3289
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3290 *) Bugfix: the $r->has_request_body method did not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3291
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3292
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3293 Changes with nginx 0.5.2 11 Dec 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3294
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3295 *) Bugfix: if the "proxy_pass" directive used the name of the "upstream"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3296 block, then nginx tried to resolve the name; the bug had appeared in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3297 0.5.1.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3298
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3299
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3300 Changes with nginx 0.5.1 11 Dec 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3301
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3302 *) Bugfix: the "post_action" directive might not run after a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3303 unsuccessful completion of a request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3304
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3305 *) Workaround: for Eudora for Mac; the bug had appeared in 0.4.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3306 Thanks to Bron Gondwana.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3307
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3308 *) Bugfix: if the "upstream" name was used in the "fastcgi_pass", then
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3309 the message "no port in upstream" was issued; the bug had appeared in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3310 0.5.0.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3311
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3312 *) Bugfix: if the "proxy_pass" and "fastcgi_pass" directives used the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3313 same servers but different ports, then these directives uses the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3314 first described port; the bug had appeared in 0.5.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3315
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3316 *) Bugfix: if the "proxy_pass" and "fastcgi_pass" directives used the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3317 unix domain sockets, then these directives used first described
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3318 socket; the bug had appeared in 0.5.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3319
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3320 *) Bugfix: ngx_http_auth_basic_module ignored the user if it was in the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3321 last line in the password file and there was no the carriage return,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3322 the line feed, or the ":" symbol after the password.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3323
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3324 *) Bugfix: the $upstream_response_time variable might be equal to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3325 "0.000", although response time was more than 1 millisecond.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3326
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3327
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3328 Changes with nginx 0.5.0 04 Dec 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3329
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3330 *) Change: the parameters in the "%name" form in the "log_format"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3331 directive are not supported anymore.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3332
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3333 *) Change: the "proxy_upstream_max_fails",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3334 "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3335 "fastcgi_upstream_fail_timeout", "memcached_upstream_max_fails", and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3336 "memcached_upstream_fail_timeout" directives are not supported
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3337 anymore.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3338
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3339 *) Feature: the "server" directive in the "upstream" context supports
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3340 the "max_fails", "fail_timeout", and "down" parameters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3341
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3342 *) Feature: the "ip_hash" directive inside the "upstream" block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3343
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3344 *) Feature: the WAIT status in the "Auth-Status" header line of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3345 IMAP/POP3 proxy authentication server response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3346
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3347 *) Bugfix: nginx could not be built on 64-bit platforms; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3348 appeared in 0.4.14.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3349
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3350
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3351 Changes with nginx 0.4.14 27 Nov 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3352
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3353 *) Feature: the "proxy_pass_error_message" directive in IMAP/POP3 proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3354
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3355 *) Feature: now configure detects system PCRE library on FreeBSD, Linux,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3356 and NetBSD.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3357
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3358 *) Bugfix: ngx_http_perl_module did not work with perl built with the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3359 threads support; the bug had appeared in 0.3.38.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3360
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3361 *) Bugfix: ngx_http_perl_module did not work if perl was called
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3362 recursively.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3363
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3364 *) Bugfix: nginx ignored a host name in a request line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3365
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3366 *) Bugfix: a worker process may got caught in an endless loop, if a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3367 FastCGI server sent too many data to the stderr.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3368
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3369 *) Bugfix: the $upstream_response_time variable may be negative if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3370 system time was changed backward.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3371
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3372 *) Bugfix: the "Auth-Login-Attempt" parameter was not sent to IMAP/POP3
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3373 proxy authentication server when POP3 was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3374
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3375 *) Bugfix: a segmentation fault might occur if connect to IMAP/POP3
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3376 proxy authentication server failed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3377
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3378
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3379 Changes with nginx 0.4.13 15 Nov 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3380
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3381 *) Feature: the "proxy_pass" directive may be used inside the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3382 "limit_except" block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3383
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3384 *) Feature: the "limit_except" directive supports all WebDAV methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3385
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3386 *) Bugfix: if the "add_before_body" directive was used without the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3387 "add_after_body" directive, then a response did not transferred
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3388 complete.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3389
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3390 *) Bugfix: a large request body did not receive if the epoll method and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3391 the deferred accept() were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3392
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3393 *) Bugfix: a charset could not be set for ngx_http_autoindex_module
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3394 responses; the bug had appeared in 0.3.50.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3395
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3396 *) Bugfix: the "[alert] zero size buf" error when FastCGI server was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3397 used;
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3398
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3399 *) Bugfix: the --group= configuration parameter was ignored.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3400 Thanks to Thomas Moschny.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3401
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3402 *) Bugfix: the 50th subrequest in SSI response did not work; the bug had
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3403 appeared in 0.3.50.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3404
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3405
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3406 Changes with nginx 0.4.12 31 Oct 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3407
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3408 *) Feature: the ngx_http_perl_module supports the $r->variable method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3409
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3410 *) Bugfix: if a big static file was included using SSI in a response,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3411 then the response may be transferred incomplete.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3412
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3413 *) Bugfix: nginx did not omit the "#fragment" part in URI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3414
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3415
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3416 Changes with nginx 0.4.11 25 Oct 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3417
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3418 *) Feature: the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3419
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3420 *) Feature: the ngx_http_perl_module supports the $r->allow_ranges
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3421 method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3422
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3423 *) Bugfix: if the APOP was enabled in the POP3 proxy, then the USER/PASS
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3424 commands might not work; the bug had appeared in 0.4.10.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3425
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3426
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3427 Changes with nginx 0.4.10 23 Oct 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3428
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3429 *) Feature: the POP3 proxy supports the APOP command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3430
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3431 *) Bugfix: if the select, poll or /dev/poll methods were used, then
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3432 while waiting authentication server response the IMAP/POP3 proxy
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3433 hogged CPU.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3434
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3435 *) Bugfix: a segmentation fault might occur if the $server_addr variable
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3436 was used in the "map" directive.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3437
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3438 *) Bugfix: the ngx_http_flv_module did not support the byte ranges for
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3439 full responses; the bug had appeared in 0.4.7.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3440
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3441 *) Bugfix: nginx could not be built on Debian amd64; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3442 appeared in 0.4.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3443
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3444
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3445 Changes with nginx 0.4.9 13 Oct 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3446
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3447 *) Feature: the "set" parameter in the "include" SSI command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3448
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3449 *) Feature: the ngx_http_perl_module now tests the nginx.pm module
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3450 version.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3451
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3452
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3453 Changes with nginx 0.4.8 11 Oct 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3454
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3455 *) Bugfix: if an "include" SSI command were before another "include" SSI
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3456 command with a "wait" parameter, then the "wait" parameter might not
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3457 work.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3458
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3459 *) Bugfix: the ngx_http_flv_module added the FLV header to the full
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3460 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3461 Thanks to Alexey Kovyrin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3462
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3463
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3464 Changes with nginx 0.4.7 10 Oct 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3465
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3466 *) Feature: the ngx_http_flv_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3467
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3468 *) Feature: the $request_body_file variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3469
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3470 *) Feature: the "charset" and "source_charset" directives support the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3471 variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3472
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3473 *) Bugfix: if an "include" SSI command were before another "include" SSI
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3474 command with a "wait" parameter, then the "wait" parameter might not
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3475 work.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3476
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3477 *) Bugfix: if the "proxy_buffering off" directive was used or while
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3478 working with memcached the connections might not be closed on
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3479 timeout.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3480
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3481 *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3482 and ppc64.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3483
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3484
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3485 Changes with nginx 0.4.6 06 Oct 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3486
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3487 *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3488 and ppc64.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3489
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3490 *) Bugfix: nginx sent the chunked response for HTTP/1.1 request,
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3491 if its length was set by text string in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3492 $r->headers_out("Content-Length", ...) method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3493
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3494 *) Bugfix: after redirecting error by an "error_page" directive any
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3495 ngx_http_rewrite_module directive returned this error code; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3496 had appeared in 0.4.4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3497
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3498
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3499 Changes with nginx 0.4.5 02 Oct 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3500
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3501 *) Bugfix: nginx could not be built on Linux and Solaris; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3502 appeared in 0.4.4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3503
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3504
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3505 Changes with nginx 0.4.4 02 Oct 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3506
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3507 *) Feature: the $scheme variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3508
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3509 *) Feature: the "expires" directive supports the "max" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3510
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3511 *) Feature: the "include" directive supports the "*" mask.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3512 Thanks to Jonathan Dance.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3513
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3514 *) Bugfix: the "return" directive always overrode the "error_page"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3515 response code redirected by the "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3516
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3517 *) Bugfix: a segmentation fault occurred if zero-length body was in PUT
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3518 method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3519
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3520 *) Bugfix: the redirect was changed incorrectly if the variables were
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3521 used in the "proxy_redirect" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3522
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3523
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3524 Changes with nginx 0.4.3 26 Sep 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3525
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3526 *) Change: now the 499 error could not be redirected using an
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3527 "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3528
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3529 *) Feature: the Solaris 10 event ports support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3530
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3531 *) Feature: the ngx_http_browser_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3532
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3533 *) Bugfix: a segmentation fault may occur while redirecting the 400
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3534 error to the proxied server using a "proxy_pass" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3535
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3536 *) Bugfix: a segmentation fault occurred if an unix domain socket was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3537 used in a "proxy_pass" directive; the bug had appeared in 0.3.47.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3538
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3539 *) Bugfix: SSI did work with memcached and nonbuffered responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3540
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3541 *) Workaround: of the Sun Studio PAUSE hardware capability bug.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3542
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3543
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3544 Changes with nginx 0.4.2 14 Sep 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3545
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3546 *) Bugfix: the O_NOATIME flag support on Linux was canceled; the bug had
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3547 appeared in 0.4.1.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3548
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3549
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3550 Changes with nginx 0.4.1 14 Sep 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3551
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3552 *) Bugfix: the DragonFlyBSD compatibility.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3553 Thanks to Pavel Nazarov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3554
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3555 *) Workaround: of bug in 64-bit Linux sendfile(), when file is more than
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3556 2G.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3557
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3558 *) Feature: now on Linux nginx uses O_NOATIME flag for static requests.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3559 Thanks to Yusuf Goolamabbas.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3560
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3561
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3562 Changes with nginx 0.4.0 30 Aug 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3563
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3564 *) Change in internal API: the HTTP modules initialization was moved
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3565 from the init module phase to the HTTP postconfiguration phase.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3566
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3567 *) Change: now the request body is not read beforehand for the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3568 ngx_http_perl_module: it's required to start the reading using the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3569 $r->has_request_body method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3570
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3571 *) Feature: the ngx_http_perl_module supports the DECLINED return code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3572
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3573 *) Feature: the ngx_http_dav_module supports the incoming "Date" header
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3574 line for the PUT method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3575
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3576 *) Feature: the "ssi" directive is available inside the "if" block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3577
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3578 *) Bugfix: a segmentation fault occurred if there was an "index"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3579 directive with variables and the first index name was without
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3580 variables; the bug had appeared in 0.1.29.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3581
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3582
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3583 Changes with nginx 0.3.61 28 Aug 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3584
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3585 *) Change: now the "tcp_nodelay" directive is turned on by default.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3586
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3587 *) Feature: the "msie_refresh" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3588
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3589 *) Feature: the "recursive_error_pages" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3590
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3591 *) Bugfix: the "rewrite" directive returned incorrect redirect, if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3592 redirect had the captured escaped symbols from original URI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3593
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3594
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3595 Changes with nginx 0.3.60 18 Aug 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3596
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3597 *) Bugfix: a worker process may got caught in an endless loop while an
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3598 error redirection; the bug had appeared in 0.3.59.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3599
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3600
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3601 Changes with nginx 0.3.59 16 Aug 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3602
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3603 *) Feature: now is possible to do several redirection using the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3604 "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3605
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3606 *) Bugfix: the "dav_access" directive did not support three parameters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3607
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3608 *) Bugfix: the "error_page" directive did not changes the "Content-Type"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3609 header line after the "X-Accel-Redirect" was used; the bug had
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3610 appeared in 0.3.58.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3611
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3612
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3613 Changes with nginx 0.3.58 14 Aug 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3614
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3615 *) Feature: the "error_page" directive supports the variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3616
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3617 *) Change: now the procfs interface instead of sysctl is used on Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3618
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3619 *) Change: now the "Content-Type" header line is inherited from first
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3620 response when the "X-Accel-Redirect" was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3621
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3622 *) Bugfix: the "error_page" directive did not redirect the 413 error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3623
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3624 *) Bugfix: the trailing "?" did not remove old arguments if no new
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3625 arguments were added to a rewritten URI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3626
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3627 *) Bugfix: nginx could not run on 64-bit FreeBSD 7.0-CURRENT.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3628
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3629
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3630 Changes with nginx 0.3.57 09 Aug 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3631
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3632 *) Feature: the $ssl_client_serial variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3633
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3634 *) Bugfix: in the "!-e" operator of the "if" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3635 Thanks to Andrian Budanstov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3636
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3637 *) Bugfix: while a client certificate verification nginx did not send to
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3638 a client the required certificates information.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3639
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3640 *) Bugfix: the $document_root variable did not support the variables in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3641 the "root" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3642
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3643
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3644 Changes with nginx 0.3.56 04 Aug 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3645
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3646 *) Feature: the "dav_access" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3647
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3648 *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e",
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3649 "-x", and "!-x" operators.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3650
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3651 *) Bugfix: a segmentation fault occurred if a request returned a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3652 redirect and some sent to client header lines were logged in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3653 access log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3654
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3655
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3656 Changes with nginx 0.3.55 28 Jul 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3657
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3658 *) Feature: the "stub" parameter in the "include" SSI command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3659
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3660 *) Feature: the "block" SSI command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3661
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3662 *) Feature: the unicode2nginx script was added to contrib.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3663
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3664 *) Bugfix: if a "root" was specified by variable only, then the root was
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3665 relative to a server prefix.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3666
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3667 *) Bugfix: if the request contained "//" or "/./" and escaped symbols
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3668 after them, then the proxied request was sent unescaped.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3669
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3670 *) Bugfix: the $r->header_in("Cookie") of the ngx_http_perl_module now
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3671 returns all "Cookie" header lines.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3672
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3673 *) Bugfix: a segmentation fault occurred if
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3674 "client_body_in_file_only on" was used and nginx switched to a next
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3675 upstream.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3676
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3677 *) Bugfix: on some condition while reconfiguration character codes
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3678 inside the "charset_map" may be treated invalid; the bug had appeared
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3679 in 0.3.50.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3680
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3681
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3682 Changes with nginx 0.3.54 11 Jul 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3683
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3684 *) Feature: nginx now logs the subrequest information to the error log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3685
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3686 *) Feature: the "proxy_next_upstream", "fastcgi_next_upstream", and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3687 "memcached_next_upstream" directives support the "off" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3688
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3689 *) Feature: the "debug_connection" directive supports the CIDR address
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3690 form.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3691
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3692 *) Bugfix: if a response of proxied server or FastCGI server was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3693 converted from UTF-8 or back, then it may be transferred incomplete.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3694
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3695 *) Bugfix: the $upstream_response_time variable had the time of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3696 first request to a backend only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3697
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3698 *) Bugfix: nginx could not be built on amd64 platform; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3699 appeared in 0.3.53.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3700
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3701
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3702 Changes with nginx 0.3.53 07 Jul 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3703
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3704 *) Change: the "add_header" directive adds the string to 204, 301, and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3705 302 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3706
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3707 *) Feature: the "server" directive in the "upstream" context supports
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3708 the "weight" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3709
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3710 *) Feature: the "server_name" directive supports the "*" wildcard.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3711
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3712 *) Feature: nginx supports the request body size more than 2G.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3713
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3714 *) Bugfix: if a client was successfully authorized using "satisfy_any
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3715 on", then anyway the message "access forbidden by rule" was written
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3716 in the log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3717
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3718 *) Bugfix: the "PUT" method may erroneously not create a file and return
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3719 the 409 code.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3720
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3721 *) Bugfix: if the IMAP/POP3 backend returned an error, then nginx
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3722 continued proxying anyway.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3723
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3724
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3725 Changes with nginx 0.3.52 03 Jul 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3726
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3727 *) Change: the ngx_http_index_module behavior for the "POST /" requests
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3728 is reverted to the 0.3.40 version state: the module now does not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3729 return the 405 error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3730
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3731 *) Bugfix: the worker process may got caught in an endless loop if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3732 limit rate was used; the bug had appeared in 0.3.37.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3733
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3734 *) Bugfix: ngx_http_charset_module logged "unknown charset" alert, even
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3735 if the recoding was not needed; the bug had appeared in 0.3.50.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3736
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3737 *) Bugfix: if a code response of the PUT request was 409, then a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3738 temporary file was not removed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3739
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3740
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3741 Changes with nginx 0.3.51 30 Jun 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3742
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3743 *) Bugfix: the "<" symbols might disappeared some conditions in the SSI;
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3744 the bug had appeared in 0.3.50.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3745
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3746
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3747 Changes with nginx 0.3.50 28 Jun 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3748
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3749 *) Change: the "proxy_redirect_errors" and "fastcgi_redirect_errors"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3750 directives was renamed to the "proxy_intercept_errors" and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3751 "fastcgi_intercept_errors" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3752
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3753 *) Feature: the ngx_http_charset_module supports the recoding from the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3754 single byte encodings to the UTF-8 encoding and back.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3755
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3756 *) Feature: the "X-Accel-Charset" response header line is supported in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3757 proxy and FastCGI mode.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3758
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3759 *) Bugfix: the "\" escape symbol in the "\"" and "\'" pairs in the SSI
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3760 command was removed only if the command also has the "$" symbol.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3761
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3762 *) Bugfix: the "<!--" string might be added on some conditions in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3763 SSI after inclusion.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3764
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3765 *) Bugfix: if the "Content-Length: 0" header line was in response, then
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3766 in nonbuffered proxying mode the client connection was not closed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3767
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3768
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3769 Changes with nginx 0.3.49 31 May 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3770
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3771 *) Bugfix: in the "set" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3772
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3773 *) Bugfix: if two or more FastCGI subrequests was in SSI, then first
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3774 subrequest output was included instead of second and following
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3775 subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3776
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3777
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3778 Changes with nginx 0.3.48 29 May 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3779
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3780 *) Change: now the ngx_http_charset_module works for subrequests, if the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3781 response has no "Content-Type" header line.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3782
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3783 *) Bugfix: if the "proxy_pass" directive has no URI part, then the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3784 "proxy_redirect default" directive add the unnecessary slash in start
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3785 of the rewritten redirect.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3786
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3787 *) Bugfix: the internal redirect always transform client's HTTP method
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3788 to GET, now the transformation is made for the "X-Accel-Redirect"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3789 redirects only and if the method is not HEAD; the bug had appeared in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3790 0.3.42.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3791
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3792 *) Bugfix: the ngx_http_perl_module could not be built, if the perl was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3793 built with the threads support; the bug had appeared in 0.3.46.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3794
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3795
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3796 Changes with nginx 0.3.47 23 May 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3797
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3798 *) Feature: the "upstream" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3799
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3800 *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3801 SSI command is always removed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3802
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3803
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3804 Changes with nginx 0.3.46 11 May 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3805
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3806 *) Feature: the "proxy_hide_header", "proxy_pass_header",
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3807 "fastcgi_hide_header", and "fastcgi_pass_header" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3808
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3809 *) Change: the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3810 "proxy_pass_server" directives were canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3811
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3812 *) Feature: the "X-Accel-Buffering" response header line is supported in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3813 proxy mode.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3814
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3815 *) Bugfix: the reconfiguration bug and memory leaks in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3816 ngx_http_perl_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3817
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3818
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3819 Changes with nginx 0.3.45 06 May 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3820
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3821 *) Feature: the "ssl_verify_client", "ssl_verify_depth", and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3822 "ssl_client_certificate" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3823
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3824 *) Change: the $request_method variable now returns the main request
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3825 method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3826
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3827 *) Change: the &deg; symbol codes were changed in koi-win conversion
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3828 table.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3829
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3830 *) Feature: the euro and N symbols were added to koi-win conversion
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3831 table.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3832
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3833 *) Bugfix: if nginx distributed the requests among several backends and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3834 some backend failed, then requests intended for this backend was
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3835 directed to one live backend only instead of being distributed among
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3836 the rest.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3837
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3838
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3839 Changes with nginx 0.3.44 04 May 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3840
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3841 *) Feature: the "wait" parameter in the "include" SSI command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3842
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3843 *) Feature: the Ukrainian and Byelorussian characters were added to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3844 koi-win conversion table.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3845
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3846 *) Bugfix: in the SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3847
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3848
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3849 Changes with nginx 0.3.43 26 Apr 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3850
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3851 *) Bugfix: in the SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3852
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3853
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3854 Changes with nginx 0.3.42 26 Apr 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3855
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3856 *) Feature: the "bind" option of the "listen" directive in IMAP/POP3
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3857 proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3858
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3859 *) Bugfix: if the same capture in the "rewrite" directive was used more
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3860 then once.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3861
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3862 *) Bugfix: the $sent_http_content_type, $sent_http_content_length,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3863 $sent_http_last_modified, $sent_http_connection,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3864 $sent_http_keep_alive, and $sent_http_transfer_encoding variables
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3865 were not written to access log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3866
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3867 *) Bugfix: the $sent_http_cache_control returned value of the single
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3868 "Cache-Control" response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3869
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3870
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3871 Changes with nginx 0.3.41 21 Apr 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3872
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3873 *) Feature: the -v switch.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3874
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3875 *) Bugfix: the segmentation fault may occurred if the SSI page has
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3876 remote subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3877
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3878 *) Bugfix: in FastCGI handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3879
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3880 *) Bugfix: if the perl modules path was not set using
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3881 --with-perl_modules_path=PATH or the "perl_modules", then the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3882 segmentation fault was occurred.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3883
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3884
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3885 Changes with nginx 0.3.40 19 Apr 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3886
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3887 *) Feature: the ngx_http_dav_module supports the MKCOL method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3888
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3889 *) Feature: the "create_full_put_path" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3890
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3891 *) Feature: the "$limit_rate" variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3892
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3893
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3894 Changes with nginx 0.3.39 17 Apr 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3895
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3896 *) Feature: the "uninitialized_variable_warn" directive; the logging
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3897 level of the "uninitialized variable" message was lowered from
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3898 "alert" to "warn".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3899
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3900 *) Feature: the "override_charset" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3901
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3902 *) Change: now if the unknown variable is used in the "echo" and "if
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3903 expr='$name'" SSI-commands, then the "unknown variable" message is
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3904 not logged.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3905
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3906 *) Bugfix: the active connection counter increased on the exceeding of
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3907 the connection limit specified by the "worker_connections" directive;
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3908 the bug had appeared in 0.2.0.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3909
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3910 *) Bugfix: the limit rate might not work on some condition; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3911 appeared in 0.3.38.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3912
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3913
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3914 Changes with nginx 0.3.38 14 Apr 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3915
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3916 *) Feature: the ngx_http_dav_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3917
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3918 *) Change: the ngx_http_perl_module optimizations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3919 Thanks to Sergey Skvortsov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3920
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3921 *) Feature: the ngx_http_perl_module supports the $r->request_body_file
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3922 method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3923
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3924 *) Feature: the "client_body_in_file_only" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3925
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3926 *) Workaround: now on disk overflow nginx tries to write access logs
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3927 once a second only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3928 Thanks to Anton Yuzhaninov and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3929
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3930 *) Bugfix: now the "limit_rate" directive more precisely limits rate if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3931 rate is more than 100 Kbyte/s.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3932 Thanks to ForJest.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3933
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3934 *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3935 login and password to pass authorization server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3936 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3937
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3938
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3939 Changes with nginx 0.3.37 07 Apr 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3940
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3941 *) Feature: the "limit_except" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3942
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3943 *) Feature: the "if" directive supports the "!~", "!~*", "-f", and "!-f"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3944 operators.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3945
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3946 *) Feature: the ngx_http_perl_module supports the $r->request_body
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3947 method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3948
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3949 *) Bugfix: in the ngx_http_addition_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3950
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3951
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3952 Changes with nginx 0.3.36 05 Apr 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3953
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3954 *) Feature: the ngx_http_addition_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3955
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3956 *) Feature: the "proxy_pass" and "fastcgi_pass" directives may be used
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3957 inside the "if" block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3958
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3959 *) Feature: the "proxy_ignore_client_abort" and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3960 "fastcgi_ignore_client_abort" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3961
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3962 *) Feature: the "$request_completion" variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3963
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3964 *) Feature: the ngx_http_perl_module supports the $r->request_method and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3965 $r->remote_addr.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3966
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3967 *) Feature: the ngx_http_ssi_module supports the "elif" command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3968
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3969 *) Bugfix: the "\/" string in the expression of the "if" command of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3970 ngx_http_ssi_module was treated incorrectly.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3971
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3972 *) Bugfix: in the regular expressions in the "if" command of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3973 ngx_http_ssi_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3974
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3975 *) Bugfix: if the relative path was specified in the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3976 "client_body_temp_path", "proxy_temp_path", "fastcgi_temp_path", and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3977 "perl_modules" directives, then the directory was used relatively to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3978 a current path but not to a server prefix.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3979
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3980
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3981 Changes with nginx 0.3.35 22 Mar 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3982
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3983 *) Bugfix: the accept-filter and the TCP_DEFER_ACCEPT option were set
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3984 for first "listen" directive only; the bug had appeared in 0.3.31.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3985
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3986 *) Bugfix: in the "proxy_pass" directive without the URI part in a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3987 subrequest.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3988
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3989
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3990 Changes with nginx 0.3.34 21 Mar 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3991
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3992 *) Feature: the "add_header" directive supports the variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3993
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3994
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3995 Changes with nginx 0.3.33 15 Mar 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3996
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3997 *) Feature: the "http_503" parameter of the "proxy_next_upstream" or
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3998 "fastcgi_next_upstream" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3999
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4000 *) Bugfix: ngx_http_perl_module did not work with inlined in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4001 configuration code, if it was not started with the "sub" word.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4002
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4003 *) Bugfix: in the "post_action" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4006 Changes with nginx 0.3.32 11 Mar 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4007
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4008 *) Bugfix: the debug logging on startup and reconfiguration time was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4009 removed; the bug had appeared in 0.3.31.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4012 Changes with nginx 0.3.31 10 Mar 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4013
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4014 *) Change: now nginx passes the malformed proxied backend responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4015
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4016 *) Feature: the "listen" directives support the address in the "*:port"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4017 form.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4018
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4019 *) Feature: the EVFILER_TIMER support in MacOSX 10.4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4020
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4021 *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout bug.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4022 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4023
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4024 *) Bugfix: if there were several "listen" directives listening one
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4025 various addresses inside one server, then server names like
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4026 "*.domain.tld" worked for first address only; the bug had appeared in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4027 0.3.18.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4028
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4029 *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4030 and the request body was in temporary file then the request was not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4031 transferred.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4032
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4033 *) Bugfix: perl 5.8.8 compatibility.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4034
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4035
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4036 Changes with nginx 0.3.30 22 Feb 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4037
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4038 *) Change: the ECONNABORTED error log level was changed to "error" from
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4039 "crit".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4040
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4041 *) Bugfix: the ngx_http_perl_module could not be build without the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4042 ngx_http_ssi_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4043
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4044 *) Bugfix: nginx could not be built on i386 platform, if the PIC was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4045 used; the bug had appeared in 0.3.27.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4046
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4047
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4048 Changes with nginx 0.3.29 20 Feb 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4049
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4050 *) Feature: now nginx uses less memory, if PHP in FastCGI mode sends
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4051 many warnings before the response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4052
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4053 *) Bugfix: the "Transfer-Encoding: chunked" header line was issued in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4054 the 204 responses for the HTTP/1.1 requests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4055
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4056 *) Bugfix: nginx returned the 502 response, if the complete response
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4057 header lines were transferred in a separate FastCGI records.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4058
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4059 *) Bugfix: if the proxied URI was specified in the "post_action"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4060 directive, then it ran only after a successful completion of a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4061 request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4062
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4063
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4064 Changes with nginx 0.3.28 16 Feb 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4065
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4066 *) Feature: the "restrict_host_names" directive was canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4067
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4068 *) Feature: the --with-cpu-opt=ppc64 configuration parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4069
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4070 *) Bugfix: on some condition the proxied connection with a client was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4071 terminated prematurely.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4072 Thanks to Vladimir Shutoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4073
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4074 *) Bugfix: the "X-Accel-Limit-Rate" header line was not taken into
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4075 account if the request was redirected using the "X-Accel-Redirect"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4076 header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4077
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4078 *) Bugfix: the "post_action" directive ran only after a successful
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4079 completion of a request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4080
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4081 *) Bugfix: the proxied response body generated by the "post_action"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4082 directive was transferred to a client.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4083
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4084
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4085 Changes with nginx 0.3.27 08 Feb 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4086
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4087 *) Change: the "variables_hash_max_size" and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4088 "variables_hash_bucket_size" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4089
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4090 *) Feature: the $body_bytes_sent variable can be used not only in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4091 "log_format" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4092
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4093 *) Feature: the $ssl_protocol and $ssl_cipher variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4094
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4095 *) Feature: the cache line size detection for widespread CPUs at start
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4096 time.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4097
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4098 *) Feature: now the "accept_mutex" directive is supported using fcntl(2)
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4099 on platforms different from i386, amd64, sparc64, and ppc.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4100
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4101 *) Feature: the "lock_file" directive and the --with-lock-path=PATH
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4102 autoconfiguration directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4103
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4104 *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4105 then the requests with the body was not transferred.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4106
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4107
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4108 Changes with nginx 0.3.26 03 Feb 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4109
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4110 *) Change: the "optimize_host_names" directive was renamed to the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4111 "optimize_server_names".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4112
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4113 *) Bugfix: if in the "proxy_pass" directive was no the URI part, then
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4114 the main request URI was transferred to a backend while proxying the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4115 SSI subrequest.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4116
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4117
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4118 Changes with nginx 0.3.25 01 Feb 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4119
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4120 *) Bugfix: the segmentation fault was occurred on start or while
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4121 reconfiguration if there was invalid configuration; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4122 appeared in 0.3.24.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4123
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4124
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4125 Changes with nginx 0.3.24 01 Feb 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4126
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4127 *) Workaround: for bug in FreeBSD kqueue.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4128
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4129 *) Bugfix: now a response generated by the "post_action" directive is
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4130 not transferred to a client.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4131
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4132 *) Bugfix: the memory leaks were occurring if many log files were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4133
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4134 *) Bugfix: the first "proxy_redirect" directive was working inside one
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4135 location.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4136
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4137 *) Bugfix: on 64-bit platforms segmentation fault may occurred on start
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4138 if the many names were used in the "server_name" directives; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4139 had appeared in 0.3.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4140
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4141
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4142 Changes with nginx 0.3.23 24 Jan 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4143
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4144 *) Feature: the "optimize_host_names" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4145
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4146 *) Bugfix: in using of the variables in the "path" and "alias"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4147 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4148
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4149 *) Bugfix: the ngx_http_perl_module was incorrectly built on Linux and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4150 Solaris.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4151
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4152
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4153 Changes with nginx 0.3.22 17 Jan 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4154
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4155 *) Feature: the ngx_http_perl_module supports the $r->args and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4156 $r->unescape methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4157
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4158 *) Feature: the method $r->query_string of ngx_http_perl_module was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4159 canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4160
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4161 *) Bugfix: segmentation fault was occurred if the "none" or "blocked"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4162 values was specified in the "valid_referers" directive; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4163 appeared in 0.3.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4164
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4165
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4166 Changes with nginx 0.3.21 16 Jan 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4167
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4168 *) Feature: the ngx_http_perl_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4169
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4170 *) Change: the "valid_referers" directive allows the referreres without
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4171 URI part.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4172
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4173
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4174 Changes with nginx 0.3.20 11 Jan 2006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4175
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4176 *) Bugfix: in SSI handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4177
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4178 *) Bugfix: the ngx_http_memcached_module did not support the keys in the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4179 "/usr?args" form.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4180
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4181
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4182 Changes with nginx 0.3.19 28 Dec 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4183
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4184 *) Feature: the "path" and "alias" directives support the variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4185
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4186 *) Change: now the "valid_referers" directive again checks the URI part.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4187
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4188 *) Bugfix: in SSI handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4189
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4190
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4191 Changes with nginx 0.3.18 26 Dec 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4192
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4193 *) Feature: the "server_names" directive supports the ".domain.tld"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4194 names.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4195
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4196 *) Feature: the "server_names" directive uses the hash for the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4197 "*.domain.tld" names and more effective hash for usual names.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4198
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4199 *) Change: the "server_names_hash_max_size" and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4200 "server_names_hash_bucket_size" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4201
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4202 *) Change: the "server_names_hash" and "server_names_hash_threshold"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4203 directives were canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4204
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4205 *) Feature: the "valid_referers" directive uses the hash site names.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4206
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4207 *) Change: now the "valid_referers" directive checks the site names only
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4208 without the URI part.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4209
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4210 *) Bugfix: some ".domain.tld" names incorrectly processed by the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4211 ngx_http_map_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4212
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4213 *) Bugfix: segmentation fault was occurred if configuration file did not
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4214 exist; the bug had appeared in 0.3.12.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4215
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4216 *) Bugfix: on 64-bit platforms segmentation fault may occurred on start;
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4217 the bug had appeared in 0.3.16.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4218
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4219
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4220 Changes with nginx 0.3.17 18 Dec 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4221
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4222 *) Change: now on Linux configure checks the presence of epoll and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4223 sendfile64() in kernel.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4224
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4225 *) Feature: the "map" directive supports domain names in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4226 ".domain.tld" form.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4227
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4228 *) Bugfix: the timeouts were not used in SSL handshake; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4229 appeared in 0.2.4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4230
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4231 *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4232
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4233 *) Bugfix: when the HTTPS protocol was used in the "proxy_pass"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4234 directive the port 80 was used by default.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4235
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4236
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4237 Changes with nginx 0.3.16 16 Dec 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4238
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4239 *) Feature: the ngx_http_map_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4240
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4241 *) Feature: the "types_hash_max_size" and "types_hash_bucket_size"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4242 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4243
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4244 *) Feature: the "ssi_value_length" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4245
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4246 *) Feature: the "worker_rlimit_core" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4247
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4248 *) Workaround: the connection number in logs was always 1 if nginx was
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4249 built by the icc 8.1 or 9.0 compilers with optimization for
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4250 Pentium 4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4251
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4252 *) Bugfix: the "config timefmt" SSI command set incorrect time format.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4253
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4254 *) Bugfix: nginx did not close connection to IMAP/POP3 backend for the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4255 SSL connections; the bug had appeared in 0.3.13.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4256 Thanks to Rob Mueller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4257
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4258 *) Bugfix: segmentation fault may occurred in at SSL shutdown; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4259 had appeared in 0.3.13.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4260
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4261
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4262 Changes with nginx 0.3.15 07 Dec 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4263
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4264 *) Feature: the new 444 code of the "return" directive to close
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4265 connection.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4266
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4267 *) Feature: the "so_keepalive" directive in IMAP/POP3 proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4268
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4269 *) Bugfix: if there are unclosed connection nginx now calls abort() only
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4270 on gracefull quit and active "debug_points" directive.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4271
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4272
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4273 Changes with nginx 0.3.14 05 Dec 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4274
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4275 *) Bugfix: in the 304 response the body was transferred; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4276 appeared in 0.3.13.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4277
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4278
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4279 Changes with nginx 0.3.13 05 Dec 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4280
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4281 *) Feature: the IMAP/POP3 proxy supports STARTTLS and STLS.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4282
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4283 *) Bugfix: the IMAP/POP3 proxy did not work with the select, poll, and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4284 /dev/poll methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4285
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4286 *) Bugfix: in SSI handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4287
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4288 *) Bugfix: now Solaris sendfilev() is not used to transfer the client
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4289 request body to FastCGI-server via the unix domain socket.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4290
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4291 *) Bugfix: the "auth_basic" directive did not disable the authorization;
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4292 the bug had appeared in 0.3.11.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4293
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4294
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4295 Changes with nginx 0.3.12 26 Nov 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4296
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4297 *) Security: if nginx was built with the ngx_http_realip_module and the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4298 "satisfy_any on" directive was used, then access and authorization
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4299 directives did not work. The ngx_http_realip_module was not built and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4300 is not built by default.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4301
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4302 *) Change: the "$time_gmt" variable name was changed to "$time_local".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4303
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4304 *) Change: the "proxy_header_buffer_size" and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4305 "fastcgi_header_buffer_size" directives was renamed to the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4306 "proxy_buffer_size" and "fastcgi_buffer_size" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4307
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4308 *) Feature: the ngx_http_memcached_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4309
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4310 *) Feature: the "proxy_buffering" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4311
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4312 *) Bugfix: the changes in accept mutex handling when the "rtsig" method
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4313 was used; the bug had appeared in 0.3.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4314
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4315 *) Bugfix: if the client sent the "Transfer-Encoding: chunked" header
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4316 line, then nginx returns the 411 error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4317
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4318 *) Bugfix: if the "auth_basic" directive was inherited from the http
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4319 level, then the realm in the "WWW-Authenticate" header line was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4320 without the "Basic realm" text.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4321
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4322 *) Bugfix: if the "combined" format was explicitly specified in the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4323 "access_log" directive, then the empty lines was written to the log;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4324 the bug had appeared in 0.3.8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4325
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4326 *) Bugfix: nginx did not run on the sparc platform under any OS except
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4327 Solaris.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4328
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4329 *) Bugfix: now it is not necessary to place space between the quoted
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4330 string and closing bracket in the "if" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4331
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4332
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4333 Changes with nginx 0.3.11 15 Nov 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4334
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4335 *) Bugfix: nginx did not pass the client request headers and body while
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4336 proxying; the bug had appeared in 0.3.10.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4337
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4338
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4339 Changes with nginx 0.3.10 15 Nov 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4340
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4341 *) Change: the "valid_referers" directive and the "$invalid_referer"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4342 variable were moved to the new ngx_http_referer_module from the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4343 ngx_http_rewrite_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4344
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4345 *) Change: the "$apache_bytes_sent" variable name was changed to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4346 "$body_bytes_sent".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4347
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4348 *) Feature: the "$sent_http_..." variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4349
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4350 *) Feature: the "if" directive supports the "=" and "!=" operations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4351
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4352 *) Feature: the "proxy_pass" directive supports the HTTPS protocol.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4353
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4354 *) Feature: the "proxy_set_body" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4355
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4356 *) Feature: the "post_action" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4357
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4358 *) Feature: the ngx_http_empty_gif_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4359
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4360 *) Feature: the "worker_cpu_affinity" directive for Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4361
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4362 *) Bugfix: the "rewrite" directive did not unescape URI part in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4363 redirect, now it is unescaped except the %00-%25 and %7F-%FF
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4364 characters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4365
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4366 *) Bugfix: nginx could not be built by the icc 9.0 compiler.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4367
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4368 *) Bugfix: if the SSI was enabled for zero size static file, then the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4369 chunked response was encoded incorrectly.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4370
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4371
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4372 Changes with nginx 0.3.9 10 Nov 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4373
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4374 *) Bugfix: nginx considered URI as unsafe if two any symbols was between
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4375 two slashes; the bug had appeared in 0.3.8.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4376
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4377
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4378 Changes with nginx 0.3.8 09 Nov 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4379
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4380 *) Security: nginx now checks URI got from a backend in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4381 "X-Accel-Redirect" header line or in SSI file for the "/../" paths
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4382 and zeroes.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4383
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4384 *) Change: nginx now does not treat the empty user name in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4385 "Authorization" header line as valid one.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4386
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4387 *) Feature: the "ssl_session_timeout" directives of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4388 ngx_http_ssl_module and ngx_imap_ssl_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4389
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4390 *) Feature: the "auth_http_header" directive of the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4391 ngx_imap_auth_http_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4392
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4393 *) Feature: the "add_header" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4394
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4395 *) Feature: the ngx_http_realip_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4396
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4397 *) Feature: the new variables to use in the "log_format" directive:
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4398 $bytes_sent, $apache_bytes_sent, $status, $time_gmt, $uri,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4399 $request_time, $request_length, $upstream_status,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4400 $upstream_response_time, $gzip_ratio, $uid_got, $uid_set,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4401 $connection, $pipe, and $msec. The parameters in the "%name" form
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4402 will be canceled soon.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4403
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4404 *) Change: now the false variable values in the "if" directive are the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4405 empty string "" and string starting with "0".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4406
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4407 *) Bugfix: while using proxied or FastCGI-server nginx may leave
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4408 connections and temporary files with client requests in open state.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4409
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4410 *) Bugfix: the worker processes did not flush the buffered logs on
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4411 graceful exit.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4412
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4413 *) Bugfix: if the request URI was changes by the "rewrite" directive and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4414 the request was proxied in location given by regular expression, then
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4415 the incorrect request was transferred to backend; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4416 appeared in 0.2.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4417
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4418 *) Bugfix: the "expires" directive did not remove the previous "Expires"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4419 header.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4420
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4421 *) Bugfix: nginx may stop to accept requests if the "rtsig" method and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4422 several worker processes were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4423
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4424 *) Bugfix: the "\"" and "\'" escape symbols were incorrectly handled in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4425 SSI commands.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4426
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4427 *) Bugfix: if the response was ended just after the SSI command and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4428 gzipping was used, then the response did not transferred complete or
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4429 did not transferred at all.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4430
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4431
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4432 Changes with nginx 0.3.7 27 Oct 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4433
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4434 *) Feature: the "access_log" supports the "buffer=" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4435
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4436 *) Bugfix: nginx could not be built on platforms different from i386,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4437 amd64, sparc, and ppc; the bug had appeared in 0.3.2.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4438
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4439
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4440 Changes with nginx 0.3.6 24 Oct 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4441
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4442 *) Change: now the IMAP/POP3 proxy do not send the empty login to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4443 authorization server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4444
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4445 *) Feature: the "log_format" supports the variables in the $name form.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4446
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4447 *) Bugfix: if at least in one server was no the "listen" directive, then
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4448 nginx did not listen on the 80 port; the bug had appeared in 0.3.3.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4449
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4450 *) Bugfix: if the URI part is omitted in "proxy_pass" directive, the the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4451 80 port was always used.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4452
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4453
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4454 Changes with nginx 0.3.5 21 Oct 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4455
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4456 *) Bugfix: the segmentation fault may occurred if the IMAP/POP3 login
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4457 was changed by authorization server; the bug had appeared in 0.2.2.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4458
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4459 *) Bugfix: the accept mutex did not work and all connections were
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4460 handled by one process; the bug had appeared in 0.3.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4461
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4462 *) Bugfix: the timeout did not work if the "rtsig" method and the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4463 "timer_resolution" directive were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4464
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4465
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4466 Changes with nginx 0.3.4 19 Oct 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4467
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4468 *) Bugfix: nginx could not be built on Linux 2.4+ and MacOS X; the bug
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4469 had appeared in 0.3.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4470
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4471
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4472 Changes with nginx 0.3.3 19 Oct 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4473
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4474 *) Change: the "bl" and "af" parameters of the "listen" directive was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4475 renamed to the "backlog" and "accept_filter".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4476
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4477 *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4478 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4479
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4480 *) Change: the "$msec" log parameter does not require now the additional
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4481 the gettimeofday() system call.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4482
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4483 *) Feature: the -t switch now tests the "listen" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4484
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4485 *) Bugfix: if the invalid address was specified in the "listen"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4486 directive, then after the -HUP signal nginx left an open socket in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4487 the CLOSED state.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4488
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4489 *) Bugfix: the mime type may be incorrectly set to default value for
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4490 index file with variable in the name; the bug had appeared in 0.3.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4491
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4492 *) Feature: the "timer_resolution" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4493
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4494 *) Feature: the millisecond "$upstream_response_time" log parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4495
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4496 *) Bugfix: a temporary file with client request body now is removed just
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4497 after the response header was transferred to a client.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4498
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4499 *) Bugfix: OpenSSL 0.9.6 compatibility.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4500
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4501 *) Bugfix: the SSL certificate and key file paths could not be relative.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4502
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4503 *) Bugfix: the "ssl_prefer_server_ciphers" directive did not work in the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4504 ngx_imap_ssl_module.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4505
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4506 *) Bugfix: the "ssl_protocols" directive allowed to specify the single
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4507 protocol only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4508
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4509
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4510 Changes with nginx 0.3.2 12 Oct 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4511
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4512 *) Feature: the Sun Studio 10 C compiler support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4513
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4514 *) Feature: the "proxy_upstream_max_fails",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4515 "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4516 "fastcgi_upstream_fail_timeout" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4517
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4518
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4519 Changes with nginx 0.3.1 10 Oct 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4520
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4521 *) Bugfix: the segmentation fault occurred when the signal queue
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4522 overflowed if the "rtsig" method was used; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4523 0.2.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4524
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4525 *) Change: correct handling of the "\\", "\"", "\'", and "\$" pairs in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4526 SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4527
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4528
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4529 Changes with nginx 0.3.0 07 Oct 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4530
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4531 *) Change: the 10-days live time limit of worker process was eliminated.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4532 The limit was introduced because of millisecond timers overflow.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4533
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4534
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4535 Changes with nginx 0.2.6 05 Oct 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4536
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4537 *) Change: while using load-balancing the time before the failed backend
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4538 retry was decreased from 60 to 10 seconds.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4539
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4540 *) Change: the "proxy_pass_unparsed_uri" was canceled, the original URI
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4541 now passed, if the URI part is omitted in "proxy_pass" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4542
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4543 *) Feature: the "error_page" directive supports redirects and allows
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4544 more flexible to change an error code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4545
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4546 *) Change: the charset in the "Content-Type" header line now is ignored
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4547 in proxied subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4548
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4549 *) Bugfix: if the URI was changed in the "if" block and request did not
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4550 found new configuration, then the ngx_http_rewrite_module rules ran
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4551 again.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4552
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4553 *) Bugfix: if the "set" directive set the ngx_http_geo_module variable
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4554 in some configuration part, the this variable was not available in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4555 other configuration parts and the "using uninitialized variable"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4556 error was occurred; the bug had appeared in 0.2.2.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4557
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4558
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4559 Changes with nginx 0.2.5 04 Oct 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4560
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4561 *) Change: the duplicate value of the ngx_http_geo_module variable now
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4562 causes the warning and changes old value.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4563
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4564 *) Feature: the ngx_http_ssi_module supports the "set" command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4565
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4566 *) Feature: the ngx_http_ssi_module supports the "file" parameter in the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4567 "include" command.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4568
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4569 *) Feature: the ngx_http_ssi_module supports the variable value
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4570 substitutions in expressions of the "if" command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4571
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4572
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4573 Changes with nginx 0.2.4 03 Oct 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4574
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4575 *) Feature: the ngx_http_ssi_module supports "$var=text", "$var!=text",
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4576 "$var=/text/", and "$var!=/text/" expressions in the "if" command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4577
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4578 *) Bugfix: in proxying location without trailing slash; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4579 appeared in 0.1.44.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4580
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4581 *) Bugfix: the segmentation fault may occurred if the "rtsig" method was
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4582 used; the bug had appeared in 0.2.0.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4583
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4584
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4585 Changes with nginx 0.2.3 30 Sep 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4586
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4587 *) Bugfix: nginx could not be built without the --with-debug option; the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4588 bug had appeared in 0.2.2.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4589
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4590
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4591 Changes with nginx 0.2.2 30 Sep 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4592
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4593 *) Feature: the "config errmsg" command of the ngx_http_ssi_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4594
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4595 *) Change: the ngx_http_geo_module variables can be overridden by the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4596 "set" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4597
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4598 *) Feature: the "ssl_protocols" and "ssl_prefer_server_ciphers"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4599 directives of the ngx_http_ssl_module and ngx_imap_ssl_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4600
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4601 *) Bugfix: the ngx_http_autoindex_module did not show correctly the long
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4602 file names;
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4603
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4604 *) Bugfix: the ngx_http_autoindex_module now do not show the files
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4605 starting by dot.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4606
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4607 *) Bugfix: if the SSL handshake failed then another connection may be
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4608 closed too.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4609 Thanks to Rob Mueller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4610
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4611 *) Bugfix: the export versions of MSIE 5.x could not connect via HTTPS.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4612
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4613
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4614 Changes with nginx 0.2.1 23 Sep 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4615
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4616 *) Bugfix: if all backend using in load-balancing failed after one
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4617 error, then nginx may got caught in an endless loop; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4618 appeared in 0.2.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4619
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4620
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4621 Changes with nginx 0.2.0 23 Sep 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4622
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4623 *) The pid-file names used during online upgrade was changed and now is
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4624 not required a manual rename operation. The old master process adds
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4625 the ".oldbin" suffix to its pid-file and executes a new binary file.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4626 The new master process creates usual pid-file without the ".newbin"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4627 suffix. If the master process exits, then old master process renames
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4628 back its pid-file with the ".oldbin" suffix to the pid-file without
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4629 suffix.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4630
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4631 *) Change: the "worker_connections" directive, new name of the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4632 "connections" directive; now the directive specifies maximum number
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4633 of connections, but not maximum socket descriptor number.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4634
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4635 *) Feature: SSL supports the session cache inside one worker process.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4636
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4637 *) Feature: the "satisfy_any" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4638
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4639 *) Change: the ngx_http_access_module and ngx_http_auth_basic_module do
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4640 not run for subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4641
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4642 *) Feature: the "worker_rlimit_nofile" and "worker_rlimit_sigpending"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4643 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4644
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4645 *) Bugfix: if all backend using in load-balancing failed after one
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4646 error, then nginx did not try do connect to them during 60 seconds.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4647
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4648 *) Bugfix: in IMAP/POP3 command argument parsing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4649 Thanks to Rob Mueller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4650
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4651 *) Bugfix: errors while using SSL in IMAP/POP3 proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4652
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4653 *) Bugfix: errors while using SSI and gzipping.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4654
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4655 *) Bugfix: the "Expires" and "Cache-Control" header lines were omitted
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4656 from the 304 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4657 Thanks to Alexandr Kukushkin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4658
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4659
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4660 Changes with nginx 0.1.45 08 Sep 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4661
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4662 *) Change: the "ssl_engine" directive was canceled in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4663 ngx_http_ssl_module and now is introduced at global level.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4664
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4665 *) Bugfix: the responses with SSI subrequests did not transferred via
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4666 SSL connection.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4667
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4668 *) Various bug fixes in the IMAP/POP3 proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4669
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4670
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4671 Changes with nginx 0.1.44 06 Sep 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4672
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4673 *) Feature: the IMAP/POP3 proxy supports SSL.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4674
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4675 *) Feature: the "proxy_timeout" directive of the ngx_imap_proxy_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4676
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4677 *) Feature: the "userid_mark" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4678
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4679 *) Feature: the $remote_user variable value is determined independently
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4680 of authorization use.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4681
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4682
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4683 Changes with nginx 0.1.43 30 Aug 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4684
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4685 *) Feature: the listen(2) backlog in the "listen" directive can be
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4686 changed using the -HUP signal.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4687
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4688 *) Feature: the geo2nginx.pl script was added to contrib.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4689
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4690 *) Change: the FastCGI parameters with the empty values now are passed
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4691 to a server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4692
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4693 *) Bugfix: the segmentation fault occurred or the worker process may got
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4694 caught in an endless loop if the proxied or FastCGI server sent the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4695 "Cache-Control" header line and the "expires" directive was used; in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4696 the proxied mode the the bug had appeared in 0.1.29.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4697
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4698
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4699 Changes with nginx 0.1.42 23 Aug 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4700
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4701 *) Bugfix: if the request URI had a zero length after the processing in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4702 the ngx_http_proxy_module, then the segmentation fault or bus error
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4703 occurred in the ngx_http_proxy_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4704
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4705 *) Bugfix: the "limit_rate" directive did not work inside the "if"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4706 block; the bug had appeared in 0.1.38.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4707
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4708
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4709 Changes with nginx 0.1.41 25 Jul 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4710
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4711 *) Bugfix: if the variable was used in the configuration file, then it
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4712 can not be used in SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4713
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4714
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4715 Changes with nginx 0.1.40 22 Jul 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4716
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4717 *) Bugfix: if a client sent too long header line, then the request
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4718 information did not logged in the error log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4719
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4720 *) Bugfix: the "Set-Cookie" header line was not transferred when the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4721 "X-Accel-Redirect" was used; the bug had appeared in 0.1.39.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4722
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4723 *) Bugfix: the "Content-Disposition" header line was not transferred
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4724 when the "X-Accel-Redirect" was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4725
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4726 *) Bugfix: the master process did not close the listen socket on the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4727 SIGQUIT signal.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4728
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4729 *) Bugfix: after on-line upgrade on Linux and Solaris the process name
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4730 became shorter in the "ps" command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4731
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4732
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4733 Changes with nginx 0.1.39 14 Jul 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4734
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4735 *) The changes in the ngx_http_charset_module: the "default_charset"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4736 directive was canceled; the "charset" directive sets the response
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4737 charset; the "source_charset" directive sets the source charset only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4738
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4739 *) Bugfix: the backend "WWW-Authenticate" header line did not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4740 transferred while the 401 response code redirecting.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4741
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4742 *) Bugfix: the ngx_http_proxy_module and ngx_http_fastcgi_module may
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4743 close a connection before anything was transferred to a client; the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4744 bug had appeared in 0.1.38.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4745
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4746 *) Workaround: the Linux glibc crypt_r() initialization bug.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4747
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4748 *) Bugfix: the ngx_http_ssi_module did not support the relative URI in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4749 the "include virtual" command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4750
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4751 *) Bugfix: if the backend response had the "Location" header line and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4752 nginx should not rewrite this line, then the 500 code response body
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4753 was transferred; the bug had appeared in 0.1.29.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4754
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4755 *) Bugfix: some directives of the ngx_http_proxy_module and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4756 ngx_http_fastcgi_module were not inherited from the server to the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4757 location level; the bug had appeared in 0.1.29.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4758
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4759 *) Bugfix: the ngx_http_ssl_module did not support the certificate
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4760 chain.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4761
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4762 *) Bugfix: the ngx_http_autoindex_module did not show correctly the long
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4763 file names; the bug had appeared in 0.1.38.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4764
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4765 *) Bugfixes in IMAP/POP3 proxy in interaction with a backend at the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4766 login state.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4767
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4768
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4769 Changes with nginx 0.1.38 08 Jul 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4770
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4771 *) Feature: the "limit_rate" directive is supported in in proxy and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4772 FastCGI mode.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4773
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4774 *) Feature: the "X-Accel-Limit-Rate" response header line is supported
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4775 in proxy and FastCGI mode.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4776
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4777 *) Feature: the "break" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4778
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4779 *) Feature: the "log_not_found" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4780
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4781 *) Bugfix: the response status code was not changed when request was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4782 redirected by the ""X-Accel-Redirect" header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4783
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4784 *) Bugfix: the variables set by the "set" directive could not be used in
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4785 SSI.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4786
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4787 *) Bugfix: the segmentation fault may occurred if the SSI page has more
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4788 than one remote subrequest.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4789
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4790 *) Bugfix: nginx treated the backend response as invalid if the status
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4791 line in the header was transferred in two packets; the bug had
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4792 appeared in 0.1.29.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4793
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4794 *) Feature: the "ssi_types" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4795
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4796 *) Feature: the "autoindex_exact_size" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4797
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4798 *) Bugfix: the ngx_http_autoindex_module did not support the long file
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4799 names in UTF-8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4800
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4801 *) Feature: the IMAP/POP3 proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4802
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4803
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4804 Changes with nginx 0.1.37 23 Jun 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4805
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4806 *) Change: now the "\n" is added to the end of the "nginx.pid" file.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4807
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4808 *) Bugfix: the responses may be transferred not completely, if many
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4809 parts or the big parts were included by SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4810
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4811 *) Bugfix: if all backends had returned the 404 reponse and the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4812 "http_404" parameter of the "proxy_next_upstream" or
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4813 "fastcgi_next_upstream" directives was used, then nginx started to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4814 request all backends again.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4815
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4816
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4817 Changes with nginx 0.1.36 15 Jun 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4818
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4819 *) Change: if the request header has duplicate the "Host", "Connection",
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4820 "Content-Length", or "Authorization" lines, then nginx now returns
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4821 the 400 error.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4822
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4823 *) Change: the "post_accept_timeout" directive was canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4824
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4825 *) Feature: the "default", "af=", "bl=", "deferred", and "bind"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4826 parameters of the "listen" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4827
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4828 *) Feature: the FreeBSD accept filters support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4829
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4830 *) Feature: the Linux TCP_DEFER_ACCEPT support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4831
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4832 *) Bugfix: the ngx_http_autoindex_module did not support the file names
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4833 in UTF-8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4834
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4835 *) Bugfix: the new log file can be rotated by the -USR1 signal only if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4836 the reconfiguration by the -HUP signal was made twice.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4837
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4838
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4839 Changes with nginx 0.1.35 07 Jun 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4840
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4841 *) Feature: the "working_directory" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4842
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4843 *) Feature: the "port_in_redirect" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4844
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4845 *) Bugfix: the segmentation fault was occurred if the backend response
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4846 header was in several packets; the bug had appeared in 0.1.29.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4847
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4848 *) Bugfix: if more than 10 servers were configured or some server did
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4849 not use the "listen" directive, then the segmentation fault was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4850 occurred on the start.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4851
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4852 *) Bugfix: the segmentation fault might occur if the response was bigger
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4853 than the temporary file.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4854
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4855 *) Bugfix: nginx returned the 400 response on requests like
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4856 "GET http://www.domain.com/uri HTTP/1.0"; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4857 0.1.28.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4858
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4859
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4860 Changes with nginx 0.1.34 26 May 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4861
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4862 *) Bugfix: the worker process may got caught in an endless loop if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4863 big response part were include by SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4864
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4865 *) Bugfix: the variables set by the "set" directive were not available
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4866 in SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4867
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4868 *) Feature: the "autoindex_localtime" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4869
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4870 *) Bugfix: the empty value of the "proxy_set_header" directive forbids
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4871 the client request header line passing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4872
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4873
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4874 Changes with nginx 0.1.33 23 May 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4875
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4876 *) Bugfix: nginx could not be built with the --without-pcre parameter;
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4877 the bug had appeared in 0.1.29.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4878
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4879 *) Bugfix: 3, 4, 7, and 8 the "proxy_set_header" directives in one level
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4880 cause the bus fault on start up.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4881
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4882 *) Bugfix: the HTTP protocol was specified in the HTTPS redirects.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4883
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4884 *) Bugfix: if the "rewrite" directive used the captures inside the "if"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4885 directive, then the 500 error code was returned.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4886
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4887
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4888 Changes with nginx 0.1.32 19 May 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4889
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4890 *) Bugfix: the arguments were omitted in the redirects, issued by the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4891 "rewrite" directive; the bug had appeared in 0.1.29.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4892
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4893 *) Feature: the "if" directive supports the captures in regular
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4894 expressions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4895
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4896 *) Feature: the "set" directive supports the variables and the captures
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4897 of regular expressions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4898
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4899 *) Feature: the "X-Accel-Redirect" response header line is supported in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4900 proxy and FastCGI mode.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4901
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4902
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4903 Changes with nginx 0.1.31 16 May 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4904
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4905 *) Bugfix: the response encrypted by SSL may not transferred complete.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4906
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4907 *) Bugfix: errors while processing FastCGI response by SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4908
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4909 *) Bugfix: errors while using SSI and gzipping.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4910
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4911 *) Bugfix: the redirect with the 301 code was transferred without
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4912 response body; the bug had appeared in 0.1.30.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4913
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4914
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4915 Changes with nginx 0.1.30 14 May 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4916
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4917 *) Bugfix: the worker process may got caught in an endless loop if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4918 SSI was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4919
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4920 *) Bugfix: the response encrypted by SSL may not transferred complete.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4921
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4922 *) Bugfix: if the length of the response part received at once from
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4923 proxied or FastCGI server was equal to 500, then nginx returns the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4924 500 response code; in proxy mode the the bug had appeared in 0.1.29
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4925 only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4926
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4927 *) Bugfix: nginx did not consider the directives with 8 or 9 parameters
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4928 as invalid.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4929
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4930 *) Feature: the "return" directive can return the 204 response code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4931
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4932 *) Feature: the "ignore_invalid_headers" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4933
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4934
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4935 Changes with nginx 0.1.29 12 May 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4936
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4937 *) Feature: the ngx_http_ssi_module supports "include virtual" command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4938
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4939 *) Feature: the ngx_http_ssi_module supports the condition command like
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4940 'if expr="$NAME"' and "else" and "endif" commands. Only one nested
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4941 level is supported.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4942
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4943 *) Feature: the ngx_http_ssi_module supports the DATE_LOCAL and DATE_GMT
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4944 variables and "config timefmt" command.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4945
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4946 *) Feature: the "ssi_ignore_recycled_buffers" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4947
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4948 *) Bugfix: the "echo" command did not show the default value for the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4949 empty QUERY_STRING variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4950
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4951 *) Change: the ngx_http_proxy_module was rewritten.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4952
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4953 *) Feature: the "proxy_redirect", "proxy_pass_request_headers",
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4954 "proxy_pass_request_body", and "proxy_method" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4955
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4956 *) Feature: the "proxy_set_header" directive. The "proxy_x_var" was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4957 canceled and must be replaced with the proxy_set_header directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4958
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4959 *) Change: the "proxy_preserve_host" is canceled and must be replaced
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4960 with the "proxy_set_header Host $host" and the "proxy_redirect off"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4961 directives, the "proxy_set_header Host $host:$proxy_port" directive
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4962 and the appropriate proxy_redirect directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4963
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4964 *) Change: the "proxy_set_x_real_ip" is canceled and must be replaced
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4965 with the "proxy_set_header X-Real-IP $remote_addr" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4966
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4967 *) Change: the "proxy_add_x_forwarded_for" is canceled and must be
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4968 replaced with
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4969 the "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4970 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4971
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4972 *) Change: the "proxy_set_x_url" is canceled and must be replaced with
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4973 the "proxy_set_header X-URL http://$host:$server_port$request_uri"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4974 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4975
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4976 *) Feature: the "fastcgi_param" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4977
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4978 *) Change: the "fastcgi_root", "fastcgi_set_var" and "fastcgi_params"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4979 directive are canceled and must be replaced with the fastcgi_param
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4980 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4981
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4982 *) Feature: the "index" directive can use the variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4983
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4984 *) Feature: the "index" directive can be used at http and server levels.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4985
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4986 *) Change: the last index only in the "index" directive can be absolute.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4987
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4988 *) Feature: the "rewrite" directive can use the variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4989
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4990 *) Feature: the "internal" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4991
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4992 *) Feature: the CONTENT_LENGTH, CONTENT_TYPE, REMOTE_PORT, SERVER_ADDR,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4993 SERVER_PORT, SERVER_PROTOCOL, DOCUMENT_ROOT, SERVER_NAME,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4994 REQUEST_METHOD, REQUEST_URI, and REMOTE_USER variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4995
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4996 *) Change: nginx now passes the invalid lines in a client request
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4997 headers or a backend response header.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4998
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
4999 *) Bugfix: if the backend did not transfer response for a long time and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5000 the "send_timeout" was less than "proxy_read_timeout", then nginx
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5001 returned the 408 response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5002
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5003 *) Bugfix: the segmentation fault was occurred if the backend sent an
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5004 invalid line in response header; the bug had appeared in 0.1.26.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5005
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5006 *) Bugfix: the segmentation fault may occurred in FastCGI fault
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5007 tolerance configuration.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5008
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5009 *) Bugfix: the "expires" directive did not remove the previous "Expires"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5010 and "Cache-Control" headers.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5011
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5012 *) Bugfix: nginx did not take into account trailing dot in "Host" header
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5013 line.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5014
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5015 *) Bugfix: the ngx_http_auth_module did not work under Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5016
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5017 *) Bugfix: the rewrite directive worked incorrectly, if the arguments
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5018 were in a request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5019
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5020 *) Bugfix: nginx could not be built on MacOS X.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5021
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5022
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5023 Changes with nginx 0.1.28 08 Apr 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5024
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5025 *) Bugfix: nginx hogs CPU while proxying the huge files.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5026
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5027 *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5028
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5029
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5030 Changes with nginx 0.1.27 28 Mar 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5031
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5032 *) Feature: the "blocked" parameter of the "valid_referers" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5033
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5034 *) Change: the errors while handling the request header now logged at
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5035 "info" level. The server name and the "Host" and "Referer" header
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5036 lines also logged.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5037
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5038 *) Change: the "Host" header line is also logged in error log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5039
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5040 *) Feature: the proxy_pass_unparsed_uri directive. The special handling
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5041 of the "://" symbols in URI, appeared in 0.1.11 version, now is
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5042 canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5043
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5044 *) Bugfix: nginx could not be built on FreeBSD and Linux, if the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5045 --without-ngx_http_auth_basic_module configuration parameter was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5046 used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5047
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5048
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5049 Changes with nginx 0.1.26 22 Mar 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5050
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5051 *) Change: the invalid client header lines are now ignored and logged at
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5052 the info level.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5053
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5054 *) Change: the server name is also logged in error log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5055
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5056 *) Feature: the ngx_http_auth_basic_module module and the auth_basic and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5057 auth_basic_user_file directives.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5058
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5059
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5060 Changes with nginx 0.1.25 19 Mar 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5061
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5062 *) Bugfix: nginx did run on Linux parisc.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5063
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5064 *) Feature: nginx now does not start under FreeBSD if the sysctl
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5065 kern.ipc.somaxconn value is too big.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5066
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5067 *) Bugfix: if a request was internally redirected by the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5068 ngx_http_index_module module to the ngx_http_proxy_module or
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5069 ngx_http_fastcgi_module modules, then the index file was not closed
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5070 after request completion.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5071
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5072 *) Feature: the "proxy_pass" can be used in location with regular
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5073 expression.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5074
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5075 *) Feature: the ngx_http_rewrite_filter_module module supports the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5076 condition like "if ($HTTP_USER_AGENT ~ MSIE)".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5077
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5078 *) Bugfix: nginx started too slow if the large number of addresses and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5079 text values were used in the "geo" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5080
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5081 *) Change: a variable name must be declared as "$name" in the "geo"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5082 directive. The previous variant without "$" is still supported, but
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5083 will be removed soon.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5084
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5085 *) Feature: the "%{VARIABLE}v" logging parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5086
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5087 *) Feature: the "set $name value" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5088
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5089 *) Bugfix: gcc 4.0 compatibility.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5090
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5091 *) Feature: the --with-openssl-opt=OPTIONS autoconfiguration directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5092
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5093
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5094 Changes with nginx 0.1.24 04 Mar 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5095
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5096 *) Feature: the ngx_http_ssi_filter_module supports the QUERY_STRING and
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5097 DOCUMENT_URI variables.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5098
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5099 *) Bugfix: the ngx_http_autoindex_module may some times return the 404
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5100 response for existent directory, if this directory was used in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5101 "alias" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5102
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5103 *) Bugfix: the ngx_http_ssi_filter_module ran incorrectly for large
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5104 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5105
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5106 *) Bugfix: the lack of the "Referer" header line was always accounted as
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5107 valid referrer.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5108
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5109
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5110 Changes with nginx 0.1.23 01 Mar 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5111
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5112 *) Feature: the ngx_http_ssi_filter_module and the ssi,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5113 ssi_silent_errors, and ssi_min_file_chunk directives. The 'echo
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5114 var="HTTP_..." default=""' and 'echo var="REMOTE_ADDR"' commands are
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5115 supported.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5116
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5117 *) Feature: the %request_time log parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5118
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5119 *) Feature: if the request has no the "Host" header line, then the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5120 "proxy_preserve_host" directive set this header line to the first
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5121 server name of the "server_name" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5122
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5123 *) Bugfix: nginx could not be built on platforms different from i386,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5124 amd64, sparc, and ppc; the bug had appeared in 0.1.22.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5125
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5126 *) Bugfix: the ngx_http_autoindex_module now shows the information not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5127 about the symlink, but about file or directory it points to.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5128
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5129 *) Bugfix: the %apache_length parameter logged the negative length of
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5130 the response header if the no response was transferred to a client.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5131
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5132
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5133 Changes with nginx 0.1.22 22 Feb 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5134
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5135 *) Bugfix: the ngx_http_stub_status_module showed incorrect handled
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5136 connections statistics if the proxying or FastCGI server were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5137
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5138 *) Bugfix: the installation paths were incorrectly quoted on Linux and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5139 Solaris; the bug had appeared in 0.1.21.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5140
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5141
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5142 Changes with nginx 0.1.21 22 Feb 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5143
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5144 *) Bugfix: the ngx_http_stub_status_module showed incorrect statistics
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5145 if "rtsig" method was used or if several worker process ran on SMP.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5146
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5147 *) Bugfix: nginx could not be built by the icc compiler on Linux or if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5148 the zlib-1.2.x library was building from sources.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5149
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5150 *) Bugfix: nginx could not be built on NetBSD 2.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5151
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5152
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5153 Changes with nginx 0.1.20 17 Feb 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5154
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5155 *) Feature: the new "script_filename" and "remote_port" parameters of
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5156 the fastcgi_params directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5157
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5158 *) Bugfix: the FastCGI stderr stream was handled incorrectly.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5159
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5160
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5161 Changes with nginx 0.1.19 16 Feb 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5162
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5163 *) Bugfix: now, if request contains the zero, then the 404 error is
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5164 returned for the local requests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5165
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5166 *) Bugfix: nginx could not be built on NetBSD 2.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5167
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5168 *) Bugfix: the timeout may occur while reading of the the client request
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5169 body via SSL connections.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5170
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5171
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5172 Changes with nginx 0.1.18 09 Feb 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5173
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5174 *) Workaround: the default values of the devpoll_events and the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5175 devpoll_changes directives changed from 512 to 32 to be compatible
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5176 with Solaris 10.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5177
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5178 *) Bugfix: the proxy_set_x_var and fastcgi_set_var directives were not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5179 inherited.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5180
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5181 *) Bugfix: in a redirect rewrite directive arguments were concatenated
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5182 with URI by an "&" rather than a "?".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5183
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5184 *) Bugfix: the lines without trailing ";" in the file being included by
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5185 the ngx_http_geo_module were silently ignored.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5186
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5187 *) Feature: the ngx_http_stub_status_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5188
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5189 *) Bugfix: the unknown log format in the access_log directive caused the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5190 segmentation fault.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5191
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5192 *) Feature: the new "document_root" parameter of the fastcgi_params
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5193 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5194
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5195 *) Feature: the fastcgi_redirect_errors directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5196
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5197 *) Feature: the new "break" modifier of the "rewrite" directive allows
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5198 to stop the rewrite/location cycle and sets the current configuration
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5199 to the request.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5200
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5201
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5202 Changes with nginx 0.1.17 03 Feb 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5203
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5204 *) Change: the ngx_http_rewrite_module was rewritten from the scratch.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5205 Now it is possible to redirect, to return the error codes, to check
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5206 the variables and referrers. The directives can be used inside
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5207 locations. The redirect directive was canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5208
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5209 *) Feature: the ngx_http_geo_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5210
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5211 *) Feature: the proxy_set_x_var and fastcgi_set_var directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5212
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5213 *) Bugfix: the location configuration with "=" modifier may be used in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5214 another location.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5215
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5216 *) Bugfix: the correct content type was set only for requests that use
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5217 small caps letters in extension.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5218
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5219 *) Bugfix: if the proxy_pass or fastcgi_pass directives were set in the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5220 location, and access was denied, and the error was redirected to a
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5221 static page, then the segmentation fault occurred.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5222
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5223 *) Bugfix: if in a proxied "Location" header was a relative URL, then a
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5224 host name and a slash were added to them; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5225 0.1.14.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5226
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5227 *) Bugfix: the system error message was not logged on Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5228
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5229
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5230 Changes with nginx 0.1.16 25 Jan 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5231
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5232 *) Bugfix: if the response were transferred by chunks, then on the HEAD
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5233 request the final chunk was issued.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5234
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5235 *) Bugfix: the "Connection: keep-alive" header were issued, even if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5236 keepalive_timeout directive forbade the keep-alive use.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5237
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5238 *) Bugfix: the errors in the ngx_http_fastcgi_module caused the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5239 segmentation faults.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5240
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5241 *) Bugfix: the compressed response encrypted by SSL may not transferred
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5242 complete.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5243
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5244 *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPSUH, and TCP_CORK
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5245 options, are not used for the unix domain sockets.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5246
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5247 *) Feature: the rewrite directive supports the arguments rewriting.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5248
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5249 *) Bugfix: the response code 400 was returned for the POST request with
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5250 the "Content-Length: 0" header; the bug had appeared in 0.1.14.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5251
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5252
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5253 Changes with nginx 0.1.15 19 Jan 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5254
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5255 *) Bugfix: the error while the connecting to the FastCGI server caused
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5256 segmentation fault.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5257
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5258 *) Bugfix: the correct handling of the regular expression, that has
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5259 different number of the captures and substitutions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5260
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5261 *) Feature: the location, that is passed to the FastCGI server, can be
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5262 regular expression.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5263
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5264 *) Bugfix: the FastCGI's parameter REQUEST_URI is now passed with the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5265 arguments and in the original state.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5266
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5267 *) Bugfix: the ngx_http_rewrite_module module was required to be built
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5268 to use the regular expressions in locations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5269
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5270 *) Bugfix: the directive "proxy_preserve_host on" adds port 80 to the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5271 "Host" headers, if upstream listen on port 80; the bug had appeared
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5272 in 0.1.14.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5273
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5274 *) Bugfix: the same paths in autoconfiguration parameters
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5275 --http-client-body-temp-path=PATH and --http-proxy-temp-path=PATH, or
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5276 --http-client-body-temp-path=PATH and --http-fastcgi-temp-path=PATH
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5277 caused segmentation fault.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5278
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5279
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5280 Changes with nginx 0.1.14 18 Jan 2005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5281
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5282 *) Feature: the autoconfiguration directives:
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5283 --http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5284 --http-fastcgi-temp-path=PATH
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5285
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5286 *) Change: the directory name for the temporary files with the client
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5287 request body is specified by directive client_body_temp_path, by
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5288 default it is <prefix>/client_body_temp.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5289
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5290 *) Feature: the ngx_http_fastcgi_module and the directives:
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5291 fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5292 fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5293 fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5294 fastcgi_busy_buffers_size, fastcgi_temp_path,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5295 fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5296 fastcgi_next_upstream, and fastcgi_x_powered_by.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5297
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5298 *) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5299 0.1.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5300
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5301 *) Change: the URI must be specified after the host name in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5302 proxy_pass directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5303
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5304 *) Change: the %3F symbol in the URI was considered as the argument
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5305 string start.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5306
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5307 *) Feature: the unix domain sockets support in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5308 ngx_http_proxy_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5309
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5310 *) Feature: the ssl_engine and ssl_ciphers directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5311 Thanks to Sergey Skvortsov for SSL-accelerator.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5312
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5313
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5314 Changes with nginx 0.1.13 21 Dec 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5315
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5316 *) Feature: the server_names_hash and server_names_hash_threshold
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5317 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5318
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5319 *) Bugfix: the *.domain.tld names in the "server_name" directive did not
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5320 work.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5321
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5322 *) Bugfix: the %request_length log parameter logged the incorrect
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5323 length.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5324
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5325
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5326 Changes with nginx 0.1.12 06 Dec 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5327
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5328 *) Feature: the %request_length log parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5329
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5330 *) Bugfix: when using the /dev/poll, select and poll on the platforms,
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5331 where these methods may do the false reports, there may be the long
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5332 delay when the request was passed via the keep-alive connection. It
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5333 may be at least on Solaris when using the /dev/poll.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5334
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5335 *) Bugfix: the send_lowat directive is ignored on Linux because Linux
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5336 does not support the SO_SNDLOWAT option.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5337
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5338
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5339 Changes with nginx 0.1.11 02 Dec 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5340
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5341 *) Feature: the worker_priority directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5342
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5343 *) Change: both tcp_nopush and tcp_nodelay directives affect the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5344 transferred response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5345
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5346 *) Bugfix: nginx did not call initgroups().
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5347 Thanks to Andrew Sitnikov and Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5348
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5349 *) Change: now the ngx_http_autoindex_module shows the file size in the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5350 bytes.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5351
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5352 *) Bugfix: the ngx_http_autoindex_module returned the 500 error if the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5353 broken symlink was in a directory.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5354
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5355 *) Bugfix: the files bigger than 4G could not be transferred using
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5356 sendfile.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5357
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5358 *) Bugfix: if the backend was resolved to several backends and there was
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5359 an error while the response waiting then process may got caught in an
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5360 endless loop.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5361
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5362 *) Bugfix: the worker process may exit with the "unknown cycle" message
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5363 when the /dev/poll method was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5364
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5365 *) Bugfix: "close() channel failed" errors.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5366
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5367 *) Bugfix: the autodetection of the "nobody" and "nogroup" groups.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5368
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5369 *) Bugfix: the send_lowat directive did not work on Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5370
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5371 *) Bugfix: the segmentation fault occurred if there was no events
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5372 section in configuration.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5373
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5374 *) Bugfix: nginx could not be built on OpenBSD.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5375
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5376 *) Bugfix: the double slashes in "://" in the URI were converted to
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5377 ":/".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5378
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5379
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5380 Changes with nginx 0.1.10 26 Nov 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5381
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5382 *) Bugfix: if the request without arguments contains "//", "/./", "/../"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5383 or "%XX" then the last character in the request line was lost; the
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5384 bug had appeared in 0.1.9.
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5385
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5386 *) Bugfix: the fix in 0.1.9 for the files bigger than 2G on Linux did
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5387 not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5388
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5389
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5390 Changes with nginx 0.1.9 25 Nov 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5391
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5392 *) Bugfix: the proxied request was sent without arguments if the request
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5393 contains "//", "/./", "/../" or "%XX".
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5394
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5395 *) Bugfix: the large compressed responses may be transferred not
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5396 completely.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5397
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5398 *) Bugfix: the files bigger than 2G was not transferred on Linux that
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5399 does not support sendfile64().
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5400
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5401 *) Bugfix: while the build configuration on Linux the --with-poll_module
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5402 parameter was required; the bug had appeared in 0.1.8.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5403
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5404
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5405 Changes with nginx 0.1.8 20 Nov 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5406
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5407 *) Bugfix: in the ngx_http_autoindex_module if the long file names were
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5408 in the listing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5409
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5410 *) Feature: the "^~" modifier in the location directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5411
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5412 *) Feature: the proxy_max_temp_file_size directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5413
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5414
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5415 Changes with nginx 0.1.7 12 Nov 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5416
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5417 *) Bugfix: on FreeBSD the segmentation fault may occur if the size of
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5418 the transferred file was changed; the bug had appeared in 0.1.5.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5419
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5420
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5421 Changes with nginx 0.1.6 11 Nov 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5422
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5423 *) Bugfix: some location directive combinations with the regular
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5424 expressions caused the wrong configuration choose.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5425
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5426
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5427 Changes with nginx 0.1.5 11 Nov 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5428
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5429 *) Bugfix: on Solaris and Linux there may be too many "recvmsg()
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5430 returned not enough data" alerts.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5431
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5432 *) Bugfix: there were the "writev() failed (22: Invalid argument)"
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5433 errors on Solaris in proxy mode without sendfile. On other platforms
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5434 that do not support sendfile at all the process got caught in an
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5435 endless loop.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5436
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5437 *) Bugfix: segmentation fault on Solaris in proxy mode and using
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5438 sendfile.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5439
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5440 *) Bugfix: segmentation fault on Solaris.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5441
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5442 *) Bugfix: on-line upgrade did not work on Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5443
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5444 *) Bugfix: the ngx_http_autoindex_module module did not escape the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5445 spaces, the quotes, and the percent signs in the directory listing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5446
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5447 *) Change: the decrease of the copy operations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5448
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5449 *) Feature: the userid_p3p directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5450
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5451
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5452 Changes with nginx 0.1.4 26 Oct 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5453
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5454 *) Bugfix: in the ngx_http_autoindex_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5455
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5456
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5457 Changes with nginx 0.1.3 25 Oct 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5458
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5459 *) Feature: the ngx_http_autoindex_module and the autoindex directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5460
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5461 *) Feature: the proxy_set_x_url directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5462
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5463 *) Bugfix: proxy module may get caught in an endless loop when sendfile
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5464 is not used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5465
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5466
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5467 Changes with nginx 0.1.2 21 Oct 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5468
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5469 *) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5470 options in configure.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5471
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5472 *) Feature: the server_name directive supports *.domain.tld.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5473
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5474 *) Bugfix: the portability improvements.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5475
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5476 *) Bugfix: if configuration file was set in command line, the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5477 reconfiguration was impossible; the bug had appeared in 0.1.1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5478
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5479 *) Bugfix: proxy module may get caught in an endless loop when sendfile
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5480 is not used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5481
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5482 *) Bugfix: with sendfile the response was not recoded according to the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5483 charset module directives; the bug had appeared in 0.1.1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5484
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5485 *) Bugfix: very seldom bug in the kqueue processing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5486
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5487 *) Bugfix: the gzip module compressed the proxied responses that was
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5488 already compressed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5489
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5490
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5491 Changes with nginx 0.1.1 11 Oct 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5492
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5493 *) Feature: the gzip_types directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5494
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5495 *) Feature: the tcp_nodelay directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5496
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5497 *) Feature: the send_lowat directive is working not only on OSes that
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5498 support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5499
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5500 *) Feature: the setproctitle() emulation for Linux and Solaris.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5501
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5502 *) Bugfix: the "Location" header rewrite bug fixed while the proxying.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5503
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5504 *) Bugfix: the ngx_http_chunked_module module may get caught in an
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5505 endless loop.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5506
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5507 *) Bugfix: the /dev/poll module bugs fixed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5508
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5509 *) Bugfix: the responses were corrupted when the temporary files were
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5510 used while the proxying.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5511
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5512 *) Bugfix: the unescaped requests were passed to the backend.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5513
19
ed706d84e29c nginx-1.0.6
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5514 *) Bugfix: while the build configuration on Linux 2.4 the
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5515 --with-poll_module parameter was required.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5516
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5517
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5518 Changes with nginx 0.1.0 04 Oct 2004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5519
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5520 *) The first public version.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5521