annotate text/en/CHANGES @ 3070:619538194516

freenginx-1.25.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Apr 2024 21:11:37 +0300
parents 2d45da11186e
children 796fbd13ae36
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
3070
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
2 Changes with freenginx 1.25.5 02 Apr 2024
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
3
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
4 *) Change: MIME type for the "bmp" extension has been changed to
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
5 "image/bmp", for the "rar" extension to "application/vnd.rar", and
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
6 the "deb" and "udeb" extensions now use the
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
7 "application/vnd.debian.binary-package" MIME type.
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
8 Thanks to Yuriy Izorkin.
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
9
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
10 *) Change: the "client_max_body_size" directive is now used to limit
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
11 total size of ignored chunk extensions and trailer headers when
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
12 reading a request body using chunked transfer encoding.
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
13 Thanks to Bartek Nowotarski.
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
14
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
15 *) Change: now at most one empty line is allowed before a request.
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
16
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
17 *) Feature: logging to syslog errors are now reported at most once per
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
18 second.
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
19
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
20 *) Feature: the "max_commands" directive in the mail proxy module.
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
21
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
22 *) Bugfix: incorrect server name might be returned in responses when
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
23 using the "server_tokens off" directive.
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
24 Thanks to Tatsuya Kaneko and Antanas Patašius.
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
25
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
26 *) Bugfix: when reading a request body from a fast connection reading
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
27 for a long time was possible.
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
28
619538194516 freenginx-1.25.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 3066
diff changeset
29
3066
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
30 Changes with freenginx 1.25.4 20 Feb 2024
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
31
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
32 *) Change: now the "freenginx" name is used in responses.
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
33
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
34 *) Bugfix: "open socket left" alerts might appear in logs during worker
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
35 processes shutdown when using AIO.
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
36
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
37 *) Bugfix: a segmentation fault might occur in a worker process if AIO
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
38 was used in subrequests.
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
39
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
40 *) Bugfix: a segmentation fault might occur in a worker process if the
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
41 "image_filter" directive was used, and errors with code 415 were
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
42 redirected with the "error_page" directive.
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
43
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
44 *) Bugfix: a segmentation fault might occur in a worker process when
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
45 handling cached responses with the "X-Accel-Redirect" header.
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
46 Thanks to Jiří Setnička.
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
47
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
48 *) Bugfix: a segmentation fault might occur in a worker process when
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
49 using HTTP/3.
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
50
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
51 *) Bugfixes and improvements in HTTP/3.
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
52
2d45da11186e freenginx-1.25.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 3022
diff changeset
53
3022
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
54 Changes with nginx 1.25.3 24 Oct 2023
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
55
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
56 *) Change: improved detection of misbehaving clients when using HTTP/2.
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
57
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
58 *) Feature: startup speedup when using a large number of locations.
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
59 Thanks to Yusuke Nojima.
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
60
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
61 *) Bugfix: a segmentation fault might occur in a worker process when
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
62 using HTTP/2 without SSL; the bug had appeared in 1.25.1.
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
63
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
64 *) Bugfix: the "Status" backend response header line with an empty
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
65 reason phrase was handled incorrectly.
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
66
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
67 *) Bugfix: memory leak during reconfiguration when using the PCRE2
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
68 library.
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
69 Thanks to ZhenZhong Wu.
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
70
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
71 *) Bugfixes and improvements in HTTP/3.
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
72
f14c61d6abad nginx-1.25.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2993
diff changeset
73
2993
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
74 Changes with nginx 1.25.2 15 Aug 2023
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
75
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
76 *) Feature: path MTU discovery when using HTTP/3.
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
77
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
78 *) Feature: TLS_AES_128_CCM_SHA256 cipher suite support when using
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
79 HTTP/3.
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
80
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
81 *) Change: now nginx uses appname "nginx" when loading OpenSSL
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
82 configuration.
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
83
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
84 *) Change: now nginx does not try to load OpenSSL configuration if the
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
85 --with-openssl option was used to built OpenSSL and the OPENSSL_CONF
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
86 environment variable is not set.
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
87
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
88 *) Bugfix: in the $body_bytes_sent variable when using HTTP/3.
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
89
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
90 *) Bugfix: in HTTP/3.
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
91
1ae01ea2eca8 nginx-1.25.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2975
diff changeset
92
2975
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
93 Changes with nginx 1.25.1 13 Jun 2023
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
94
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
95 *) Feature: the "http2" directive, which enables HTTP/2 on a per-server
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
96 basis; the "http2" parameter of the "listen" directive is now
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
97 deprecated.
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
98
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
99 *) Change: HTTP/2 server push support has been removed.
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
100
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
101 *) Change: the deprecated "ssl" directive is not supported anymore.
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
102
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
103 *) Bugfix: in HTTP/3 when using OpenSSL.
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
104
f8ad45c72992 nginx-1.25.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2964
diff changeset
105
2964
f04c62f0524e nginx-1.25.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2947
diff changeset
106 Changes with nginx 1.25.0 23 May 2023
f04c62f0524e nginx-1.25.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2947
diff changeset
107
f04c62f0524e nginx-1.25.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2947
diff changeset
108 *) Feature: experimental HTTP/3 support.
f04c62f0524e nginx-1.25.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2947
diff changeset
109
f04c62f0524e nginx-1.25.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2947
diff changeset
110
2947
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
111 Changes with nginx 1.23.4 28 Mar 2023
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
112
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
113 *) Change: now TLSv1.3 protocol is enabled by default.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
114
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
115 *) Change: now nginx issues a warning if protocol parameters of a
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
116 listening socket are redefined.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
117
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
118 *) Change: now nginx closes connections with lingering if pipelining was
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
119 used by the client.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
120
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
121 *) Feature: byte ranges support in the ngx_http_gzip_static_module.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
122
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
123 *) Bugfix: port ranges in the "listen" directive did not work; the bug
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
124 had appeared in 1.23.3.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
125 Thanks to Valentin Bartenev.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
126
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
127 *) Bugfix: incorrect location might be chosen to process a request if a
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
128 prefix location longer than 255 characters was used in the
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
129 configuration.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
130
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
131 *) Bugfix: non-ASCII characters in file names on Windows were not
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
132 supported by the ngx_http_autoindex_module, the ngx_http_dav_module,
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
133 and the "include" directive.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
134
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
135 *) Change: the logging level of the "data length too long", "length too
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
136 short", "bad legacy version", "no shared signature algorithms", "bad
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
137 digest length", "missing sigalgs extension", "encrypted length too
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
138 long", "bad length", "bad key update", "mixed handshake and non
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
139 handshake data", "ccs received early", "data between ccs and
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
140 finished", "packet length too long", "too many warn alerts", "record
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
141 too small", and "got a fin before a ccs" SSL errors has been lowered
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
142 from "crit" to "info".
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
143
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
144 *) Bugfix: a socket leak might occur when using HTTP/2 and the
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
145 "error_page" directive to redirect errors with code 400.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
146
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
147 *) Bugfix: messages about logging to syslog errors did not contain
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
148 information that the errors happened while logging to syslog.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
149 Thanks to Safar Safarly.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
150
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
151 *) Workaround: "gzip filter failed to use preallocated memory" alerts
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
152 appeared in logs when using zlib-ng.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
153
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
154 *) Bugfix: in the mail proxy server.
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
155
39a5ac34d794 nginx-1.23.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2916
diff changeset
156
2916
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
157 Changes with nginx 1.23.3 13 Dec 2022
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
158
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
159 *) Bugfix: an error might occur when reading PROXY protocol version 2
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
160 header with large number of TLVs.
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
161
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
162 *) Bugfix: a segmentation fault might occur in a worker process if SSI
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
163 was used to process subrequests created by other modules.
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
164 Thanks to Ciel Zhao.
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
165
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
166 *) Workaround: when a hostname used in the "listen" directive resolves
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
167 to multiple addresses, nginx now ignores duplicates within these
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
168 addresses.
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
169
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
170 *) Bugfix: nginx might hog CPU during unbuffered proxying if SSL
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
171 connections to backends were used.
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
172
178f55cf631a nginx-1.23.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2898
diff changeset
173
2898
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
174 Changes with nginx 1.23.2 19 Oct 2022
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
175
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
176 *) Security: processing of a specially crafted mp4 file by the
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
177 ngx_http_mp4_module might cause a worker process crash, worker
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
178 process memory disclosure, or might have potential other impact
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
179 (CVE-2022-41741, CVE-2022-41742).
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
180
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
181 *) Feature: the "$proxy_protocol_tlv_..." variables.
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
182
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
183 *) Feature: TLS session tickets encryption keys are now automatically
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
184 rotated when using shared memory in the "ssl_session_cache"
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
185 directive.
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
186
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
187 *) Change: the logging level of the "bad record type" SSL errors has
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
188 been lowered from "crit" to "info".
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
189 Thanks to Murilo Andrade.
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
190
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
191 *) Change: now when using shared memory in the "ssl_session_cache"
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
192 directive the "could not allocate new session" errors are logged at
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
193 the "warn" level instead of "alert" and not more often than once per
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
194 second.
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
195
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
196 *) Bugfix: nginx/Windows could not be built with OpenSSL 3.0.x.
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
197
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
198 *) Bugfix: in logging of the PROXY protocol errors.
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
199 Thanks to Sergey Brester.
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
200
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
201 *) Workaround: shared memory from the "ssl_session_cache" directive was
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
202 spent on sessions using TLS session tickets when using TLSv1.3 with
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
203 OpenSSL.
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
204
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
205 *) Workaround: timeout specified with the "ssl_session_timeout"
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
206 directive did not work when using TLSv1.3 with OpenSSL or BoringSSL.
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
207
0b7e004b5061 nginx-1.23.2, nginx-1.22.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2869
diff changeset
208
2869
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
209 Changes with nginx 1.23.1 19 Jul 2022
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
210
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
211 *) Feature: memory usage optimization in configurations with SSL
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
212 proxying.
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
213
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
214 *) Feature: looking up of IPv4 addresses while resolving now can be
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
215 disabled with the "ipv4=off" parameter of the "resolver" directive.
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
216
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
217 *) Change: the logging level of the "bad key share", "bad extension",
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
218 "bad cipher", and "bad ecpoint" SSL errors has been lowered from
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
219 "crit" to "info".
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
220
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
221 *) Bugfix: while returning byte ranges nginx did not remove the
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
222 "Content-Range" header line if it was present in the original backend
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
223 response.
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
224
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
225 *) Bugfix: a proxied response might be truncated during reconfiguration
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
226 on Linux; the bug had appeared in 1.17.5.
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
227
9383e934e546 nginx-1.23.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2862
diff changeset
228
2862
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
229 Changes with nginx 1.23.0 21 Jun 2022
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
230
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
231 *) Change in internal API: now header lines are represented as linked
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
232 lists.
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
233
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
234 *) Change: now nginx combines arbitrary header lines with identical
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
235 names when sending to FastCGI, SCGI, and uwsgi backends, in the
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
236 $r->header_in() method of the ngx_http_perl_module, and during lookup
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
237 of the "$http_...", "$sent_http_...", "$sent_trailer_...",
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
238 "$upstream_http_...", and "$upstream_trailer_..." variables.
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
239
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
240 *) Bugfix: if there were multiple "Vary" header lines in the backend
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
241 response, nginx only used the last of them when caching.
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
242
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
243 *) Bugfix: if there were multiple "WWW-Authenticate" header lines in the
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
244 backend response and errors with code 401 were intercepted or the
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
245 "auth_request" directive was used, nginx only sent the first of the
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
246 header lines to the client.
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
247
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
248 *) Change: the logging level of the "application data after close
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
249 notify" SSL errors has been lowered from "crit" to "info".
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
250
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
251 *) Bugfix: connections might hang if nginx was built on Linux 2.6.17 or
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
252 newer, but was used on systems without EPOLLRDHUP support, notably
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
253 with epoll emulation layers; the bug had appeared in 1.17.5.
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
254 Thanks to Marcus Ball.
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
255
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
256 *) Bugfix: nginx did not cache the response if the "Expires" response
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
257 header line disabled caching, but following "Cache-Control" header
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
258 line enabled caching.
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
259
cf7551842617 nginx-1.23.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2829
diff changeset
260
2829
1ecf0e0526da nginx-1.21.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2816
diff changeset
261 Changes with nginx 1.21.6 25 Jan 2022
1ecf0e0526da nginx-1.21.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2816
diff changeset
262
1ecf0e0526da nginx-1.21.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2816
diff changeset
263 *) Bugfix: when using EPOLLEXCLUSIVE on Linux client connections were
1ecf0e0526da nginx-1.21.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2816
diff changeset
264 unevenly distributed among worker processes.
1ecf0e0526da nginx-1.21.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2816
diff changeset
265
1ecf0e0526da nginx-1.21.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2816
diff changeset
266 *) Bugfix: nginx returned the "Connection: keep-alive" header line in
1ecf0e0526da nginx-1.21.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2816
diff changeset
267 responses during graceful shutdown of old worker processes.
1ecf0e0526da nginx-1.21.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2816
diff changeset
268
1ecf0e0526da nginx-1.21.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2816
diff changeset
269 *) Bugfix: in the "ssl_session_ticket_key" when using TLSv1.3.
1ecf0e0526da nginx-1.21.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2816
diff changeset
270
1ecf0e0526da nginx-1.21.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2816
diff changeset
271
2816
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
272 Changes with nginx 1.21.5 28 Dec 2021
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
273
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
274 *) Change: now nginx is built with the PCRE2 library by default.
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
275
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
276 *) Change: now nginx always uses sendfile(SF_NODISKIO) on FreeBSD.
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
277
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
278 *) Feature: support for sendfile(SF_NOCACHE) on FreeBSD.
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
279
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
280 *) Feature: the $ssl_curve variable.
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
281
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
282 *) Bugfix: connections might hang when using HTTP/2 without SSL with the
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
283 "sendfile" and "aio" directives.
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
284
ae1d713a06e2 nginx-1.21.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2791
diff changeset
285
2791
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
286 Changes with nginx 1.21.4 02 Nov 2021
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
287
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
288 *) Change: support for NPN instead of ALPN to establish HTTP/2
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
289 connections has been removed.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
290
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
291 *) Change: now nginx rejects SSL connections if ALPN is used by the
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
292 client, but no supported protocols can be negotiated.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
293
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
294 *) Change: the default value of the "sendfile_max_chunk" directive was
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
295 changed to 2 megabytes.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
296
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
297 *) Feature: the "proxy_half_close" directive in the stream module.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
298
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
299 *) Feature: the "ssl_alpn" directive in the stream module.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
300
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
301 *) Feature: the $ssl_alpn_protocol variable.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
302
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
303 *) Feature: support for SSL_sendfile() when using OpenSSL 3.0.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
304
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
305 *) Feature: the "mp4_start_key_frame" directive in the
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
306 ngx_http_mp4_module.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
307 Thanks to Tracey Jaquith.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
308
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
309 *) Bugfix: in the $content_length variable when using chunked transfer
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
310 encoding.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
311
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
312 *) Bugfix: after receiving a response with incorrect length from a
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
313 proxied backend nginx might nevertheless cache the connection.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
314 Thanks to Awdhesh Mathpal.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
315
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
316 *) Bugfix: invalid headers from backends were logged at the "info" level
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
317 instead of "error"; the bug had appeared in 1.21.1.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
318
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
319 *) Bugfix: requests might hang when using HTTP/2 and the "aio_write"
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
320 directive.
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
321
9385526a9b2d nginx-1.21.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2766
diff changeset
322
2766
167329042128 nginx-1.21.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2761
diff changeset
323 Changes with nginx 1.21.3 07 Sep 2021
167329042128 nginx-1.21.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2761
diff changeset
324
167329042128 nginx-1.21.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2761
diff changeset
325 *) Change: optimization of client request body reading when using
167329042128 nginx-1.21.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2761
diff changeset
326 HTTP/2.
167329042128 nginx-1.21.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2761
diff changeset
327
167329042128 nginx-1.21.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2761
diff changeset
328 *) Bugfix: in request body filters internal API when using HTTP/2 and
167329042128 nginx-1.21.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2761
diff changeset
329 buffering of the data being processed.
167329042128 nginx-1.21.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2761
diff changeset
330
167329042128 nginx-1.21.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2761
diff changeset
331
2761
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
332 Changes with nginx 1.21.2 31 Aug 2021
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
333
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
334 *) Change: now nginx rejects HTTP/1.0 requests with the
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
335 "Transfer-Encoding" header line.
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
336
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
337 *) Change: export ciphers are no longer supported.
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
338
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
339 *) Feature: OpenSSL 3.0 compatibility.
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
340
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
341 *) Feature: the "Auth-SSL-Protocol" and "Auth-SSL-Cipher" header lines
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
342 are now passed to the mail proxy authentication server.
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
343 Thanks to Rob Mueller.
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
344
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
345 *) Feature: request body filters API now permits buffering of the data
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
346 being processed.
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
347
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
348 *) Bugfix: backend SSL connections in the stream module might hang after
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
349 an SSL handshake.
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
350
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
351 *) Bugfix: the security level, which is available in OpenSSL 1.1.0 or
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
352 newer, did not affect loading of the server certificates when set
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
353 with "@SECLEVEL=N" in the "ssl_ciphers" directive.
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
354
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
355 *) Bugfix: SSL connections with gRPC backends might hang if select,
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
356 poll, or /dev/poll methods were used.
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
357
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
358 *) Bugfix: when using HTTP/2 client request body was always written to
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
359 disk if the "Content-Length" header line was not present in the
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
360 request.
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
361
137bb01e7a3b nginx-1.21.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2748
diff changeset
362
2748
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
363 Changes with nginx 1.21.1 06 Jul 2021
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
364
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
365 *) Change: now nginx always returns an error for the CONNECT method.
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
366
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
367 *) Change: now nginx always returns an error if both "Content-Length"
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
368 and "Transfer-Encoding" header lines are present in the request.
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
369
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
370 *) Change: now nginx always returns an error if spaces or control
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
371 characters are used in the request line.
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
372
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
373 *) Change: now nginx always returns an error if spaces or control
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
374 characters are used in a header name.
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
375
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
376 *) Change: now nginx always returns an error if spaces or control
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
377 characters are used in the "Host" request header line.
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
378
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
379 *) Change: optimization of configuration testing when using many
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
380 listening sockets.
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
381
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
382 *) Bugfix: nginx did not escape """, "<", ">", "\", "^", "`", "{", "|",
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
383 and "}" characters when proxying with changed URI.
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
384
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
385 *) Bugfix: SSL variables might be empty when used in logs; the bug had
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
386 appeared in 1.19.5.
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
387
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
388 *) Bugfix: keepalive connections with gRPC backends might not be closed
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
389 after receiving a GOAWAY frame.
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
390
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
391 *) Bugfix: reduced memory consumption for long-lived requests when
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
392 proxying with more than 64 buffers.
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
393
1d3a8a4adec2 nginx-1.21.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2726
diff changeset
394
2726
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
395 Changes with nginx 1.21.0 25 May 2021
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
396
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
397 *) Security: 1-byte memory overwrite might occur during DNS server
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
398 response processing if the "resolver" directive was used, allowing an
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
399 attacker who is able to forge UDP packets from the DNS server to
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
400 cause worker process crash or, potentially, arbitrary code execution
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
401 (CVE-2021-23017).
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
402
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
403 *) Feature: variables support in the "proxy_ssl_certificate",
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
404 "proxy_ssl_certificate_key" "grpc_ssl_certificate",
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
405 "grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
406 "uwsgi_ssl_certificate_key" directives.
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
407
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
408 *) Feature: the "max_errors" directive in the mail proxy module.
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
409
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
410 *) Feature: the mail proxy module supports POP3 and IMAP pipelining.
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
411
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
412 *) Feature: the "fastopen" parameter of the "listen" directive in the
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
413 stream module.
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
414 Thanks to Anbang Wen.
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
415
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
416 *) Bugfix: special characters were not escaped during automatic redirect
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
417 with appended trailing slash.
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
418
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
419 *) Bugfix: connections with clients in the mail proxy module might be
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
420 closed unexpectedly when using SMTP pipelining.
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
421
a7a36efd10af nginx-1.21.0, nginx-1.20.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2708
diff changeset
422
2708
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
423 Changes with nginx 1.19.10 13 Apr 2021
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
424
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
425 *) Change: the default value of the "keepalive_requests" directive was
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
426 changed to 1000.
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
427
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
428 *) Feature: the "keepalive_time" directive.
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
429
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
430 *) Feature: the $connection_time variable.
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
431
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
432 *) Workaround: "gzip filter failed to use preallocated memory" alerts
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
433 appeared in logs when using zlib-ng.
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
434
f8686d85df53 nginx-1.19.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2696
diff changeset
435
2696
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
436 Changes with nginx 1.19.9 30 Mar 2021
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
437
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
438 *) Bugfix: nginx could not be built with the mail proxy module, but
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
439 without the ngx_mail_ssl_module; the bug had appeared in 1.19.8.
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
440
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
441 *) Bugfix: "upstream sent response body larger than indicated content
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
442 length" errors might occur when working with gRPC backends; the bug
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
443 had appeared in 1.19.1.
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
444
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
445 *) Bugfix: nginx might not close a connection till keepalive timeout
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
446 expiration if the connection was closed by the client while
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
447 discarding the request body.
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
448
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
449 *) Bugfix: nginx might not detect that a connection was already closed
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
450 by the client when waiting for auth_delay or limit_req delay, or when
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
451 working with backends.
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
452
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
453 *) Bugfix: in the eventport method.
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
454
f85798c1c70a nginx-1.19.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2673
diff changeset
455
2673
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
456 Changes with nginx 1.19.8 09 Mar 2021
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
457
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
458 *) Feature: flags in the "proxy_cookie_flags" directive can now contain
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
459 variables.
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
460
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
461 *) Feature: the "proxy_protocol" parameter of the "listen" directive,
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
462 the "proxy_protocol" and "set_real_ip_from" directives in mail proxy.
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
463
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
464 *) Bugfix: HTTP/2 connections were immediately closed when using
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
465 "keepalive_timeout 0"; the bug had appeared in 1.19.7.
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
466
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
467 *) Bugfix: some errors were logged as unknown if nginx was built with
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
468 glibc 2.32.
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
469
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
470 *) Bugfix: in the eventport method.
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
471
4398fd0f0341 nginx-1.19.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2655
diff changeset
472
2655
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
473 Changes with nginx 1.19.7 16 Feb 2021
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
474
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
475 *) Change: connections handling in HTTP/2 has been changed to better
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
476 match HTTP/1.x; the "http2_recv_timeout", "http2_idle_timeout", and
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
477 "http2_max_requests" directives have been removed, the
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
478 "keepalive_timeout" and "keepalive_requests" directives should be
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
479 used instead.
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
480
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
481 *) Change: the "http2_max_field_size" and "http2_max_header_size"
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
482 directives have been removed, the "large_client_header_buffers"
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
483 directive should be used instead.
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
484
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
485 *) Feature: now, if free worker connections are exhausted, nginx starts
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
486 closing not only keepalive connections, but also connections in
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
487 lingering close.
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
488
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
489 *) Bugfix: "zero size buf in output" alerts might appear in logs if an
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
490 upstream server returned an incorrect response during unbuffered
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
491 proxying; the bug had appeared in 1.19.1.
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
492
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
493 *) Bugfix: HEAD requests were handled incorrectly if the "return"
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
494 directive was used with the "image_filter" or "xslt_stylesheet"
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
495 directives.
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
496
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
497 *) Bugfix: in the "add_trailer" directive.
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
498
eb417a9a089b nginx-1.19.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2636
diff changeset
499
2636
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
500 Changes with nginx 1.19.6 15 Dec 2020
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
501
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
502 *) Bugfix: "no live upstreams" errors if a "server" inside "upstream"
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
503 block was marked as "down".
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
504
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
505 *) Bugfix: a segmentation fault might occur in a worker process if HTTPS
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
506 was used; the bug had appeared in 1.19.5.
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
507
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
508 *) Bugfix: nginx returned the 400 response on requests like
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
509 "GET http://example.com?args HTTP/1.0".
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
510
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
511 *) Bugfix: in the ngx_http_flv_module and ngx_http_mp4_module.
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
512 Thanks to Chris Newton.
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
513
a0824dab33ff nginx-1.19.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2622
diff changeset
514
2622
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
515 Changes with nginx 1.19.5 24 Nov 2020
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
516
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
517 *) Feature: the -e switch.
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
518
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
519 *) Feature: the same source files can now be specified in different
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
520 modules while building addon modules.
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
521
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
522 *) Bugfix: SSL shutdown did not work when lingering close was used.
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
523
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
524 *) Bugfix: "upstream sent frame for closed stream" errors might occur
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
525 when working with gRPC backends.
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
526
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
527 *) Bugfix: in request body filters internal API.
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
528
64bbb9163a14 nginx-1.19.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2615
diff changeset
529
2615
3cb2736bb74c nginx-1.19.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2596
diff changeset
530 Changes with nginx 1.19.4 27 Oct 2020
3cb2736bb74c nginx-1.19.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2596
diff changeset
531
3cb2736bb74c nginx-1.19.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2596
diff changeset
532 *) Feature: the "ssl_conf_command", "proxy_ssl_conf_command",
3cb2736bb74c nginx-1.19.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2596
diff changeset
533 "grpc_ssl_conf_command", and "uwsgi_ssl_conf_command" directives.
3cb2736bb74c nginx-1.19.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2596
diff changeset
534
3cb2736bb74c nginx-1.19.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2596
diff changeset
535 *) Feature: the "ssl_reject_handshake" directive.
3cb2736bb74c nginx-1.19.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2596
diff changeset
536
3cb2736bb74c nginx-1.19.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2596
diff changeset
537 *) Feature: the "proxy_smtp_auth" directive in mail proxy.
3cb2736bb74c nginx-1.19.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2596
diff changeset
538
3cb2736bb74c nginx-1.19.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2596
diff changeset
539
2596
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
540 Changes with nginx 1.19.3 29 Sep 2020
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
541
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
542 *) Feature: the ngx_stream_set_module.
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
543
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
544 *) Feature: the "proxy_cookie_flags" directive.
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
545
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
546 *) Feature: the "userid_flags" directive.
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
547
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
548 *) Bugfix: the "stale-if-error" cache control extension was erroneously
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
549 applied if backend returned a response with status code 500, 502,
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
550 503, 504, 403, 404, or 429.
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
551
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
552 *) Bugfix: "[crit] cache file ... has too long header" messages might
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
553 appear in logs if caching was used and the backend returned responses
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
554 with the "Vary" header line.
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
555
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
556 *) Workaround: "[crit] SSL_write() failed" messages might appear in logs
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
557 when using OpenSSL 1.1.1.
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
558
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
559 *) Bugfix: "SSL_shutdown() failed (SSL: ... bad write retry)" messages
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
560 might appear in logs; the bug had appeared in 1.19.2.
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
561
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
562 *) Bugfix: a segmentation fault might occur in a worker process when
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
563 using HTTP/2 if errors with code 400 were redirected to a proxied
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
564 location using the "error_page" directive.
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
565
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
566 *) Bugfix: socket leak when using HTTP/2 and subrequests in the njs
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
567 module.
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
568
27c757648399 nginx-1.19.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2581
diff changeset
569
2581
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
570 Changes with nginx 1.19.2 11 Aug 2020
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
571
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
572 *) Change: now nginx starts closing keepalive connections before all
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
573 free worker connections are exhausted, and logs a warning about this
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
574 to the error log.
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
575
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
576 *) Change: optimization of client request body reading when using
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
577 chunked transfer encoding.
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
578
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
579 *) Bugfix: memory leak if the "ssl_ocsp" directive was used.
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
580
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
581 *) Bugfix: "zero size buf in output" alerts might appear in logs if a
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
582 FastCGI server returned an incorrect response; the bug had appeared
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
583 in 1.19.1.
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
584
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
585 *) Bugfix: a segmentation fault might occur in a worker process if
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
586 different large_client_header_buffers sizes were used in different
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
587 virtual servers.
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
588
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
589 *) Bugfix: SSL shutdown might not work.
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
590
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
591 *) Bugfix: "SSL_shutdown() failed (SSL: ... bad write retry)" messages
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
592 might appear in logs.
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
593
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
594 *) Bugfix: in the ngx_http_slice_module.
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
595
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
596 *) Bugfix: in the ngx_http_xslt_filter_module.
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
597
324ca14c3003 nginx-1.19.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2562
diff changeset
598
2562
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
599 Changes with nginx 1.19.1 07 Jul 2020
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
600
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
601 *) Change: the "lingering_close", "lingering_time", and
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
602 "lingering_timeout" directives now work when using HTTP/2.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
603
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
604 *) Change: now extra data sent by a backend are always discarded.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
605
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
606 *) Change: now after receiving a too short response from a FastCGI
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
607 server nginx tries to send the available part of the response to the
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
608 client, and then closes the client connection.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
609
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
610 *) Change: now after receiving a response with incorrect length from a
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
611 gRPC backend nginx stops response processing with an error.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
612
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
613 *) Feature: the "min_free" parameter of the "proxy_cache_path",
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
614 "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
615 directives.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
616 Thanks to Adam Bambuch.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
617
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
618 *) Bugfix: nginx did not delete unix domain listen sockets during
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
619 graceful shutdown on the SIGQUIT signal.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
620
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
621 *) Bugfix: zero length UDP datagrams were not proxied.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
622
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
623 *) Bugfix: proxying to uwsgi backends using SSL might not work.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
624 Thanks to Guanzhong Chen.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
625
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
626 *) Bugfix: in error handling when using the "ssl_ocsp" directive.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
627
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
628 *) Bugfix: on XFS and NFS file systems disk cache size might be
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
629 calculated incorrectly.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
630
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
631 *) Bugfix: "negative size buf in writer" alerts might appear in logs if
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
632 a memcached server returned a malformed response.
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
633
55da8df41bfd nginx-1.19.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2549
diff changeset
634
2549
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
635 Changes with nginx 1.19.0 26 May 2020
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
636
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
637 *) Feature: client certificate validation with OCSP.
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
638
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
639 *) Bugfix: "upstream sent frame for closed stream" errors might occur
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
640 when working with gRPC backends.
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
641
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
642 *) Bugfix: OCSP stapling might not work if the "resolver" directive was
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
643 not specified.
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
644
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
645 *) Bugfix: connections with incorrect HTTP/2 preface were not logged.
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
646
c13a55aae487 nginx-1.19.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2524
diff changeset
647
2524
d60376fec8a1 nginx-1.17.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2506
diff changeset
648 Changes with nginx 1.17.10 14 Apr 2020
d60376fec8a1 nginx-1.17.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2506
diff changeset
649
d60376fec8a1 nginx-1.17.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2506
diff changeset
650 *) Feature: the "auth_delay" directive.
d60376fec8a1 nginx-1.17.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2506
diff changeset
651
d60376fec8a1 nginx-1.17.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2506
diff changeset
652
2506
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
653 Changes with nginx 1.17.9 03 Mar 2020
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
654
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
655 *) Change: now nginx does not allow several "Host" request header lines.
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
656
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
657 *) Bugfix: nginx ignored additional "Transfer-Encoding" request header
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
658 lines.
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
659
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
660 *) Bugfix: socket leak when using HTTP/2.
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
661
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
662 *) Bugfix: a segmentation fault might occur in a worker process if OCSP
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
663 stapling was used.
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
664
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
665 *) Bugfix: in the ngx_http_mp4_module.
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
666
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
667 *) Bugfix: nginx used status code 494 instead of 400 if errors with code
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
668 494 were redirected with the "error_page" directive.
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
669
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
670 *) Bugfix: socket leak when using subrequests in the njs module and the
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
671 "aio" directive.
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
672
feb8b843e482 nginx-1.17.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2478
diff changeset
673
2478
ccd7acb53be4 nginx-1.17.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2473
diff changeset
674 Changes with nginx 1.17.8 21 Jan 2020
ccd7acb53be4 nginx-1.17.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2473
diff changeset
675
ccd7acb53be4 nginx-1.17.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2473
diff changeset
676 *) Feature: variables support in the "grpc_pass" directive.
ccd7acb53be4 nginx-1.17.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2473
diff changeset
677
ccd7acb53be4 nginx-1.17.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2473
diff changeset
678 *) Bugfix: a timeout might occur while handling pipelined requests in an
ccd7acb53be4 nginx-1.17.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2473
diff changeset
679 SSL connection; the bug had appeared in 1.17.5.
ccd7acb53be4 nginx-1.17.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2473
diff changeset
680
ccd7acb53be4 nginx-1.17.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2473
diff changeset
681 *) Bugfix: in the "debug_points" directive when using HTTP/2.
ccd7acb53be4 nginx-1.17.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2473
diff changeset
682 Thanks to Daniil Bondarev.
ccd7acb53be4 nginx-1.17.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2473
diff changeset
683
ccd7acb53be4 nginx-1.17.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2473
diff changeset
684
2473
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
685 Changes with nginx 1.17.7 24 Dec 2019
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
686
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
687 *) Bugfix: a segmentation fault might occur on start or during
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
688 reconfiguration if the "rewrite" directive with an empty replacement
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
689 string was used in the configuration.
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
690
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
691 *) Bugfix: a segmentation fault might occur in a worker process if the
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
692 "break" directive was used with the "alias" directive or with the
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
693 "proxy_pass" directive with a URI.
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
694
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
695 *) Bugfix: the "Location" response header line might contain garbage if
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
696 the request URI was rewritten to the one containing a null character.
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
697
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
698 *) Bugfix: requests with bodies were handled incorrectly when returning
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
699 redirections with the "error_page" directive; the bug had appeared in
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
700 0.7.12.
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
701
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
702 *) Bugfix: socket leak when using HTTP/2.
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
703
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
704 *) Bugfix: a timeout might occur while handling pipelined requests in an
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
705 SSL connection; the bug had appeared in 1.17.5.
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
706
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
707 *) Bugfix: in the ngx_http_dav_module.
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
708
c5f7a7843ecc nginx-1.17.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2463
diff changeset
709
2463
253bbbc276ae nginx-1.17.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2445
diff changeset
710 Changes with nginx 1.17.6 19 Nov 2019
253bbbc276ae nginx-1.17.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2445
diff changeset
711
253bbbc276ae nginx-1.17.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2445
diff changeset
712 *) Feature: the $proxy_protocol_server_addr and
253bbbc276ae nginx-1.17.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2445
diff changeset
713 $proxy_protocol_server_port variables.
253bbbc276ae nginx-1.17.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2445
diff changeset
714
253bbbc276ae nginx-1.17.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2445
diff changeset
715 *) Feature: the "limit_conn_dry_run" directive.
253bbbc276ae nginx-1.17.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2445
diff changeset
716
253bbbc276ae nginx-1.17.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2445
diff changeset
717 *) Feature: the $limit_req_status and $limit_conn_status variables.
253bbbc276ae nginx-1.17.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2445
diff changeset
718
253bbbc276ae nginx-1.17.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2445
diff changeset
719
2445
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
720 Changes with nginx 1.17.5 22 Oct 2019
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
721
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
722 *) Feature: now nginx uses ioctl(FIONREAD), if available, to avoid
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
723 reading from a fast connection for a long time.
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
724
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
725 *) Bugfix: incomplete escaped characters at the end of the request URI
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
726 were ignored.
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
727
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
728 *) Bugfix: "/." and "/.." at the end of the request URI were not
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
729 normalized.
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
730
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
731 *) Bugfix: in the "merge_slashes" directive.
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
732
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
733 *) Bugfix: in the "ignore_invalid_headers" directive.
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
734 Thanks to Alan Kemp.
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
735
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
736 *) Bugfix: nginx could not be built with MinGW-w64 gcc 8.1 or newer.
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
737
192d136633b5 nginx-1.17.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2432
diff changeset
738
2432
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
739 Changes with nginx 1.17.4 24 Sep 2019
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
740
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
741 *) Change: better detection of incorrect client behavior in HTTP/2.
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
742
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
743 *) Change: in handling of not fully read client request body when
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
744 returning errors in HTTP/2.
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
745
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
746 *) Bugfix: the "worker_shutdown_timeout" directive might not work when
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
747 using HTTP/2.
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
748
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
749 *) Bugfix: a segmentation fault might occur in a worker process when
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
750 using HTTP/2 and the "proxy_request_buffering" directive.
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
751
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
752 *) Bugfix: the ECONNABORTED error log level was "crit" instead of
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
753 "error" on Windows when using SSL.
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
754
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
755 *) Bugfix: nginx ignored extra data when using chunked transfer
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
756 encoding.
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
757
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
758 *) Bugfix: nginx always returned the 500 error if the "return" directive
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
759 was used and an error occurred during reading client request body.
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
760
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
761 *) Bugfix: in memory allocation error handling.
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
762
c1acbe5e1222 nginx-1.17.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2416
diff changeset
763
2416
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
764 Changes with nginx 1.17.3 13 Aug 2019
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
765
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
766 *) Security: when using HTTP/2 a client might cause excessive memory
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
767 consumption and CPU usage (CVE-2019-9511, CVE-2019-9513,
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
768 CVE-2019-9516).
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
769
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
770 *) Bugfix: "zero size buf" alerts might appear in logs when using
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
771 gzipping; the bug had appeared in 1.17.2.
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
772
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
773 *) Bugfix: a segmentation fault might occur in a worker process if the
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
774 "resolver" directive was used in SMTP proxy.
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
775
eecb26e2c4ab nginx-1.17.3, nginx-1.16.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2409
diff changeset
776
2409
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
777 Changes with nginx 1.17.2 23 Jul 2019
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
778
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
779 *) Change: minimum supported zlib version is 1.2.0.4.
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
780 Thanks to Ilya Leoshkevich.
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
781
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
782 *) Change: the $r->internal_redirect() embedded perl method now expects
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
783 escaped URIs.
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
784
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
785 *) Feature: it is now possible to switch to a named location using the
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
786 $r->internal_redirect() embedded perl method.
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
787
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
788 *) Bugfix: in error handling in embedded perl.
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
789
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
790 *) Bugfix: a segmentation fault might occur on start or during
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
791 reconfiguration if hash bucket size larger than 64 kilobytes was used
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
792 in the configuration.
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
793
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
794 *) Bugfix: nginx might hog CPU during unbuffered proxying and when
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
795 proxying WebSocket connections if the select, poll, or /dev/poll
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
796 methods were used.
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
797
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
798 *) Bugfix: in the ngx_http_xslt_filter_module.
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
799
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
800 *) Bugfix: in the ngx_http_ssi_filter_module.
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
801
3bc28d88f34e nginx-1.17.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2401
diff changeset
802
2401
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
803 Changes with nginx 1.17.1 25 Jun 2019
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
804
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
805 *) Feature: the "limit_req_dry_run" directive.
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
806
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
807 *) Feature: when using the "hash" directive inside the "upstream" block
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
808 an empty hash key now triggers round-robin balancing.
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
809 Thanks to Niklas Keller.
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
810
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
811 *) Bugfix: a segmentation fault might occur in a worker process if
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
812 caching was used along with the "image_filter" directive, and errors
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
813 with code 415 were redirected with the "error_page" directive; the
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
814 bug had appeared in 1.11.10.
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
815
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
816 *) Bugfix: a segmentation fault might occur in a worker process if
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
817 embedded perl was used; the bug had appeared in 1.7.3.
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
818
2c92888a3035 nginx-1.17.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2383
diff changeset
819
2383
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
820 Changes with nginx 1.17.0 21 May 2019
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
821
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
822 *) Feature: variables support in the "limit_rate" and "limit_rate_after"
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
823 directives.
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
824
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
825 *) Feature: variables support in the "proxy_upload_rate" and
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
826 "proxy_download_rate" directives in the stream module.
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
827
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
828 *) Change: minimum supported OpenSSL version is 0.9.8.
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
829
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
830 *) Change: now the postpone filter is always built.
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
831
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
832 *) Bugfix: the "include" directive did not work inside the "if" and
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
833 "limit_except" blocks.
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
834
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
835 *) Bugfix: in byte ranges processing.
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
836
e01b7a3b601d nginx-1.17.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2368
diff changeset
837
2368
d16ca4d163c4 nginx-1.15.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2360
diff changeset
838 Changes with nginx 1.15.12 16 Apr 2019
d16ca4d163c4 nginx-1.15.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2360
diff changeset
839
d16ca4d163c4 nginx-1.15.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2360
diff changeset
840 *) Bugfix: a segmentation fault might occur in a worker process if
d16ca4d163c4 nginx-1.15.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2360
diff changeset
841 variables were used in the "ssl_certificate" or "ssl_certificate_key"
d16ca4d163c4 nginx-1.15.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2360
diff changeset
842 directives and OCSP stapling was enabled.
d16ca4d163c4 nginx-1.15.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2360
diff changeset
843
d16ca4d163c4 nginx-1.15.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2360
diff changeset
844
2360
32ad38998260 nginx-1.15.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2351
diff changeset
845 Changes with nginx 1.15.11 09 Apr 2019
32ad38998260 nginx-1.15.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2351
diff changeset
846
32ad38998260 nginx-1.15.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2351
diff changeset
847 *) Bugfix: in the "ssl_stapling_file" directive on Windows.
32ad38998260 nginx-1.15.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2351
diff changeset
848
32ad38998260 nginx-1.15.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2351
diff changeset
849
2351
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
850 Changes with nginx 1.15.10 26 Mar 2019
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
851
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
852 *) Change: when using a hostname in the "listen" directive nginx now
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
853 creates listening sockets for all addresses the hostname resolves to
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
854 (previously, only the first address was used).
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
855
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
856 *) Feature: port ranges in the "listen" directive.
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
857
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
858 *) Feature: loading of SSL certificates and secret keys from variables.
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
859
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
860 *) Workaround: the $ssl_server_name variable might be empty when using
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
861 OpenSSL 1.1.1.
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
862
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
863 *) Bugfix: nginx/Windows could not be built with Visual Studio 2015 or
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
864 newer; the bug had appeared in 1.15.9.
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
865
3ef39edf4836 nginx-1.15.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2336
diff changeset
866
2336
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
867 Changes with nginx 1.15.9 26 Feb 2019
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
868
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
869 *) Feature: variables support in the "ssl_certificate" and
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
870 "ssl_certificate_key" directives.
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
871
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
872 *) Feature: the "poll" method is now available on Windows when using
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
873 Windows Vista or newer.
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
874
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
875 *) Bugfix: if the "select" method was used on Windows and an error
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
876 occurred while establishing a backend connection, nginx waited for
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
877 the connection establishment timeout to expire.
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
878
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
879 *) Bugfix: the "proxy_upload_rate" and "proxy_download_rate" directives
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
880 in the stream module worked incorrectly when proxying UDP datagrams.
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
881
702e7aaf188f nginx-1.15.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2314
diff changeset
882
2314
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
883 Changes with nginx 1.15.8 25 Dec 2018
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
884
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
885 *) Feature: the $upstream_bytes_sent variable.
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
886 Thanks to Piotr Sikora.
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
887
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
888 *) Feature: new directives in vim syntax highlighting scripts.
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
889 Thanks to Gena Makhomed.
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
890
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
891 *) Bugfix: in the "proxy_cache_background_update" directive.
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
892
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
893 *) Bugfix: in the "geo" directive when using unix domain listen sockets.
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
894
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
895 *) Workaround: the "ignoring stale global SSL error ... bad length"
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
896 alerts might appear in logs when using the "ssl_early_data" directive
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
897 with OpenSSL.
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
898
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
899 *) Bugfix: in nginx/Windows.
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
900
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
901 *) Bugfix: in the ngx_http_autoindex_module on 32-bit platforms.
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
902
bff6da10f841 nginx-1.15.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2287
diff changeset
903
2287
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
904 Changes with nginx 1.15.7 27 Nov 2018
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
905
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
906 *) Feature: the "proxy_requests" directive in the stream module.
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
907
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
908 *) Feature: the "delay" parameter of the "limit_req" directive.
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
909 Thanks to Vladislav Shabanov and Peter Shchuchkin.
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
910
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
911 *) Bugfix: memory leak on errors during reconfiguration.
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
912
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
913 *) Bugfix: in the $upstream_response_time, $upstream_connect_time, and
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
914 $upstream_header_time variables.
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
915
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
916 *) Bugfix: a segmentation fault might occur in a worker process if the
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
917 ngx_http_mp4_module was used on 32-bit platforms.
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
918
83f1b1e6d8a9 nginx-1.15.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2272
diff changeset
919
2272
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
920 Changes with nginx 1.15.6 06 Nov 2018
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
921
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
922 *) Security: when using HTTP/2 a client might cause excessive memory
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
923 consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
924
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
925 *) Security: processing of a specially crafted mp4 file with the
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
926 ngx_http_mp4_module might result in worker process memory disclosure
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
927 (CVE-2018-16845).
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
928
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
929 *) Feature: the "proxy_socket_keepalive", "fastcgi_socket_keepalive",
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
930 "grpc_socket_keepalive", "memcached_socket_keepalive",
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
931 "scgi_socket_keepalive", and "uwsgi_socket_keepalive" directives.
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
932
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
933 *) Bugfix: if nginx was built with OpenSSL 1.1.0 and used with OpenSSL
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
934 1.1.1, the TLS 1.3 protocol was always enabled.
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
935
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
936 *) Bugfix: working with gRPC backends might result in excessive memory
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
937 consumption.
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
938
3fa4584907b8 nginx-1.15.6, nginx-1.14.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2243
diff changeset
939
2243
8cc7642ba82e nginx-1.15.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2240
diff changeset
940 Changes with nginx 1.15.5 02 Oct 2018
8cc7642ba82e nginx-1.15.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2240
diff changeset
941
8cc7642ba82e nginx-1.15.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2240
diff changeset
942 *) Bugfix: a segmentation fault might occur in a worker process when
8cc7642ba82e nginx-1.15.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2240
diff changeset
943 using OpenSSL 1.1.0h or newer; the bug had appeared in 1.15.4.
8cc7642ba82e nginx-1.15.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2240
diff changeset
944
8cc7642ba82e nginx-1.15.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2240
diff changeset
945 *) Bugfix: of minor potential bugs.
8cc7642ba82e nginx-1.15.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2240
diff changeset
946
8cc7642ba82e nginx-1.15.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2240
diff changeset
947
2240
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
948 Changes with nginx 1.15.4 25 Sep 2018
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
949
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
950 *) Feature: now the "ssl_early_data" directive can be used with OpenSSL.
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
951
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
952 *) Bugfix: in the ngx_http_uwsgi_module.
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
953 Thanks to Chris Caputo.
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
954
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
955 *) Bugfix: connections with some gRPC backends might not be cached when
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
956 using the "keepalive" directive.
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
957
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
958 *) Bugfix: a socket leak might occur when using the "error_page"
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
959 directive to redirect early request processing errors, notably errors
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
960 with code 400.
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
961
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
962 *) Bugfix: the "return" directive did not change the response code when
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
963 returning errors if the request was redirected by the "error_page"
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
964 directive.
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
965
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
966 *) Bugfix: standard error pages and responses of the
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
967 ngx_http_autoindex_module module used the "bgcolor" attribute, and
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
968 might be displayed incorrectly when using custom color settings in
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
969 browsers.
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
970 Thanks to Nova DasSarma.
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
971
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
972 *) Change: the logging level of the "no suitable key share" and "no
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
973 suitable signature algorithm" SSL errors has been lowered from "crit"
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
974 to "info".
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
975
a9bbf5fbec0b nginx-1.15.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2226
diff changeset
976
2226
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
977 Changes with nginx 1.15.3 28 Aug 2018
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
978
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
979 *) Feature: now TLSv1.3 can be used with BoringSSL.
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
980
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
981 *) Feature: the "ssl_early_data" directive, currently available with
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
982 BoringSSL.
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
983
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
984 *) Feature: the "keepalive_timeout" and "keepalive_requests" directives
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
985 in the "upstream" block.
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
986
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
987 *) Bugfix: the ngx_http_dav_module did not truncate destination file
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
988 when copying a file over an existing one with the COPY method.
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
989
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
990 *) Bugfix: the ngx_http_dav_module used zero access rights on the
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
991 destination file and did not preserve file modification time when
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
992 moving a file between different file systems with the MOVE method.
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
993
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
994 *) Bugfix: the ngx_http_dav_module used default access rights when
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
995 copying a file with the COPY method.
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
996
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
997 *) Workaround: some clients might not work when using HTTP/2; the bug
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
998 had appeared in 1.13.5.
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
999
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
1000 *) Bugfix: nginx could not be built with LibreSSL 2.8.0.
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
1001
c57947bf27b7 nginx-1.15.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 2209
diff changeset
1002
2209
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1003 Changes with nginx 1.15.2 24 Jul 2018
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1004
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1005 *) Feature: the $ssl_preread_protocol variable in the
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1006 ngx_stream_ssl_preread_module.
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1007
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1008 *) Feature: now when using the "reset_timedout_connection" directive
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1009 nginx will reset connections being closed with the 444 code.
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1010
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1011 *) Change: a logging level of the "http request", "https proxy request",
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1012 "unsupported protocol", and "version too low" SSL errors has been
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1013 lowered from "crit" to "info".
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1014
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1015 *) Bugfix: DNS requests were not resent if initial sending of a request
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1016 failed.
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1017
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1018 *) Bugfix: the "reuseport" parameter of the "listen" directive was
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1019 ignored if the number of worker processes was specified after the
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1020 "listen" directive.
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1021
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1022 *) Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1023 switch off "ssl_prefer_server_ciphers" in a virtual server if it was
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1024 switched on in the default server.
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1025
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1026 *) Bugfix: SSL session reuse with upstream servers did not work with the
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1027 TLS 1.3 protocol.
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1028
f9f4d8e070dc nginx-1.15.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 2200
diff changeset
1029
2200
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1030 Changes with nginx 1.15.1 03 Jul 2018
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1031
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1032 *) Feature: the "random" directive inside the "upstream" block.
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1033
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1034 *) Feature: improved performance when using the "hash" and "ip_hash"
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1035 directives with the "zone" directive.
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1036
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1037 *) Feature: the "reuseport" parameter of the "listen" directive now uses
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1038 SO_REUSEPORT_LB on FreeBSD 12.
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1039
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1040 *) Bugfix: HTTP/2 server push did not work if SSL was terminated by a
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1041 proxy server in front of nginx.
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1042
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1043 *) Bugfix: the "tcp_nopush" directive was always used on backend
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1044 connections.
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1045
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1046 *) Bugfix: sending a disk-buffered request body to a gRPC backend might
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1047 fail.
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1048
c551c13e159d nginx-1.15.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2171
diff changeset
1049
2171
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1050 Changes with nginx 1.15.0 05 Jun 2018
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1051
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1052 *) Change: the "ssl" directive is deprecated; the "ssl" parameter of the
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1053 "listen" directive should be used instead.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1054
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1055 *) Change: now nginx detects missing SSL certificates during
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1056 configuration testing when using the "ssl" parameter of the "listen"
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1057 directive.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1058
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1059 *) Feature: now the stream module can handle multiple incoming UDP
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1060 datagrams from a client within a single session.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1061
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1062 *) Bugfix: it was possible to specify an incorrect response code in the
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1063 "proxy_cache_valid" directive.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1064
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1065 *) Bugfix: nginx could not be built by gcc 8.1.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1066
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1067 *) Bugfix: logging to syslog stopped on local IP address changes.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1068
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1069 *) Bugfix: nginx could not be built by clang with CUDA SDK installed;
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1070 the bug had appeared in 1.13.8.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1071
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1072 *) Bugfix: "getsockopt(TCP_FASTOPEN) ... failed" messages might appear
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1073 in logs during binary upgrade when using unix domain listen sockets
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1074 on FreeBSD.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1075
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1076 *) Bugfix: nginx could not be built on Fedora 28 Linux.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1077
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1078 *) Bugfix: request processing rate might exceed configured rate when
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1079 using the "limit_req" directive.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1080
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1081 *) Bugfix: in handling of client addresses when using unix domain listen
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1082 sockets to work with datagrams on Linux.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1083
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1084 *) Bugfix: in memory allocation error handling.
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1085
b37374af4099 nginx-1.15.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 2141
diff changeset
1086
2141
10751277a8ad nginx-1.13.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2126
diff changeset
1087 Changes with nginx 1.13.12 10 Apr 2018
10751277a8ad nginx-1.13.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2126
diff changeset
1088
10751277a8ad nginx-1.13.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2126
diff changeset
1089 *) Bugfix: connections with gRPC backends might be closed unexpectedly
10751277a8ad nginx-1.13.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2126
diff changeset
1090 when returning a large response.
10751277a8ad nginx-1.13.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2126
diff changeset
1091
10751277a8ad nginx-1.13.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 2126
diff changeset
1092
2126
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1093 Changes with nginx 1.13.11 03 Apr 2018
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1094
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1095 *) Feature: the "proxy_protocol" parameter of the "listen" directive now
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1096 supports the PROXY protocol version 2.
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1097
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1098 *) Bugfix: nginx could not be built with OpenSSL 1.1.1 statically on
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1099 Linux.
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1100
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1101 *) Bugfix: in the "http_404", "http_500", etc. parameters of the
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1102 "proxy_next_upstream" directive.
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1103
a969c7078bc4 nginx-1.13.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 2117
diff changeset
1104
2117
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1105 Changes with nginx 1.13.10 20 Mar 2018
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1106
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1107 *) Feature: the "set" parameter of the "include" SSI directive now
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1108 allows writing arbitrary responses to a variable; the
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1109 "subrequest_output_buffer_size" directive defines maximum response
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1110 size.
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1111
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1112 *) Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available,
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1113 to avoid timeouts being incorrectly triggered on system time changes.
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1114
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1115 *) Feature: the "escape=none" parameter of the "log_format" directive.
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1116 Thanks to Johannes Baiter and Calin Don.
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1117
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1118 *) Feature: the $ssl_preread_alpn_protocols variable in the
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1119 ngx_stream_ssl_preread_module.
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1120
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1121 *) Feature: the ngx_http_grpc_module.
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1122
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1123 *) Bugfix: in memory allocation error handling in the "geo" directive.
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1124
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1125 *) Bugfix: when using variables in the "auth_basic_user_file" directive
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1126 a null character might appear in logs.
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1127 Thanks to Vadim Filimonov.
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1128
632fe2d874ab nginx-1.13.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 2106
diff changeset
1129
2106
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1130 Changes with nginx 1.13.9 20 Feb 2018
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1131
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1132 *) Feature: HTTP/2 server push support; the "http2_push" and
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1133 "http2_push_preload" directives.
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1134
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1135 *) Bugfix: "header already sent" alerts might appear in logs when using
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1136 cache; the bug had appeared in 1.9.13.
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1137
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1138 *) Bugfix: a segmentation fault might occur in a worker process if the
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1139 "ssl_verify_client" directive was used and no SSL certificate was
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1140 specified in a virtual server.
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1141
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1142 *) Bugfix: in the ngx_http_v2_module.
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1143
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1144 *) Bugfix: in the ngx_http_dav_module.
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1145
7b335c220fd9 nginx-1.13.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 2088
diff changeset
1146
2088
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1147 Changes with nginx 1.13.8 26 Dec 2017
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1148
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1149 *) Feature: now nginx automatically preserves the CAP_NET_RAW capability
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1150 in worker processes when using the "transparent" parameter of the
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1151 "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1152 "uwsgi_bind" directives.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1153
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1154 *) Feature: improved CPU cache line size detection.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1155 Thanks to Debayan Ghosh.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1156
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1157 *) Feature: new directives in vim syntax highlighting scripts.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1158 Thanks to Gena Makhomed.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1159
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1160 *) Bugfix: binary upgrade refused to work if nginx was re-parented to a
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1161 process with PID different from 1 after its parent process has
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1162 finished.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1163
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1164 *) Bugfix: the ngx_http_autoindex_module incorrectly handled requests
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1165 with bodies.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1166
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1167 *) Bugfix: in the "proxy_limit_rate" directive when used with the
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1168 "keepalive" directive.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1169
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1170 *) Bugfix: some parts of a response might be buffered when using
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1171 "proxy_buffering off" if the client connection used SSL.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1172 Thanks to Patryk Lesiewicz.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1173
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1174 *) Bugfix: in the "proxy_cache_background_update" directive.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1175
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1176 *) Bugfix: it was not possible to start a parameter with a variable in
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1177 the "${name}" form with the name in curly brackets without enclosing
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1178 the parameter into single or double quotes.
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1179
1e6908d12c00 nginx-1.13.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 2074
diff changeset
1180
2074
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1181 Changes with nginx 1.13.7 21 Nov 2017
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1182
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1183 *) Bugfix: in the $upstream_status variable.
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1184
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1185 *) Bugfix: a segmentation fault might occur in a worker process if a
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1186 backend returned a "101 Switching Protocols" response to a
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1187 subrequest.
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1188
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1189 *) Bugfix: a segmentation fault occurred in a master process if a shared
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1190 memory zone size was changed during a reconfiguration and the
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1191 reconfiguration failed.
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1192
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1193 *) Bugfix: in the ngx_http_fastcgi_module.
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1194
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1195 *) Bugfix: nginx returned the 500 error if parameters without variables
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1196 were specified in the "xslt_stylesheet" directive.
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1197
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1198 *) Workaround: "gzip filter failed to use preallocated memory" alerts
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1199 appeared in logs when using a zlib library variant from Intel.
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1200
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1201 *) Bugfix: the "worker_shutdown_timeout" directive did not work when
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1202 using mail proxy and when proxying WebSocket connections.
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1203
c8a2ae52f4ae nginx-1.13.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 2055
diff changeset
1204
2055
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1205 Changes with nginx 1.13.6 10 Oct 2017
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1206
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1207 *) Bugfix: switching to the next upstream server in the stream module
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1208 did not work when using the "ssl_preread" directive.
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1209
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1210 *) Bugfix: in the ngx_http_v2_module.
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1211 Thanks to Piotr Sikora.
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1212
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1213 *) Bugfix: nginx did not support dates after the year 2038 on 32-bit
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1214 platforms with 64-bit time_t.
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1215
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1216 *) Bugfix: in handling of dates prior to the year 1970 and after the
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1217 year 10000.
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1218
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1219 *) Bugfix: in the stream module timeouts waiting for UDP datagrams from
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1220 upstream servers were not logged or logged at the "info" level
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1221 instead of "error".
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1222
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1223 *) Bugfix: when using HTTP/2 nginx might return the 400 response without
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1224 logging the reason.
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1225
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1226 *) Bugfix: in processing of corrupted cache files.
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1227
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1228 *) Bugfix: cache control headers were ignored when caching errors
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1229 intercepted by error_page.
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1230
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1231 *) Bugfix: when using HTTP/2 client request body might be corrupted.
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1232
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1233 *) Bugfix: in handling of client addresses when using unix domain
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1234 sockets.
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1235
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1236 *) Bugfix: nginx hogged CPU when using the "hash ... consistent"
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1237 directive in the upstream block if large weights were used and all or
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1238 most of the servers were unavailable.
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1239
f37d90fcd415 nginx-1.13.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 2031
diff changeset
1240
2031
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1241 Changes with nginx 1.13.5 05 Sep 2017
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1242
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1243 *) Feature: the $ssl_client_escaped_cert variable.
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1244
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1245 *) Bugfix: the "ssl_session_ticket_key" directive and the "include"
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1246 parameter of the "geo" directive did not work on Windows.
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1247
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1248 *) Bugfix: incorrect response length was returned on 32-bit platforms
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1249 when requesting more than 4 gigabytes with multiple ranges.
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1250
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1251 *) Bugfix: the "expires modified" directive and processing of the
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1252 "If-Range" request header line did not use the response last
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1253 modification time if proxying without caching was used.
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1254
65dd3c7c076a nginx-1.13.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 2017
diff changeset
1255
2017
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1256 Changes with nginx 1.13.4 08 Aug 2017
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1257
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1258 *) Feature: the ngx_http_mirror_module.
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1259
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1260 *) Bugfix: client connections might be dropped during configuration
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1261 testing when using the "reuseport" parameter of the "listen"
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1262 directive on Linux.
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1263
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1264 *) Bugfix: request body might not be available in subrequests if it was
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1265 saved to a file and proxying was used.
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1266
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1267 *) Bugfix: cleaning cache based on the "max_size" parameter did not work
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1268 on Windows.
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1269
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1270 *) Bugfix: any shared memory allocation required 4096 bytes on Windows.
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1271
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1272 *) Bugfix: nginx worker might be terminated abnormally when using the
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1273 "zone" directive inside the "upstream" block on Windows.
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1274
a1f1c21cc19d nginx-1.13.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 2010
diff changeset
1275
2010
18ff9016b82f nginx-1.13.3, nginx-1.12.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2005
diff changeset
1276 Changes with nginx 1.13.3 11 Jul 2017
18ff9016b82f nginx-1.13.3, nginx-1.12.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2005
diff changeset
1277
18ff9016b82f nginx-1.13.3, nginx-1.12.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2005
diff changeset
1278 *) Security: a specially crafted request might result in an integer
18ff9016b82f nginx-1.13.3, nginx-1.12.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2005
diff changeset
1279 overflow and incorrect processing of ranges in the range filter,
18ff9016b82f nginx-1.13.3, nginx-1.12.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2005
diff changeset
1280 potentially resulting in sensitive information leak (CVE-2017-7529).
18ff9016b82f nginx-1.13.3, nginx-1.12.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2005
diff changeset
1281
18ff9016b82f nginx-1.13.3, nginx-1.12.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 2005
diff changeset
1282
2005
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1283 Changes with nginx 1.13.2 27 Jun 2017
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1284
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1285 *) Change: nginx now returns 200 instead of 416 when a range starting
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1286 with 0 is requested from an empty file.
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1287
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1288 *) Feature: the "add_trailer" directive.
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1289 Thanks to Piotr Sikora.
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1290
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1291 *) Bugfix: nginx could not be built on Cygwin and NetBSD; the bug had
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1292 appeared in 1.13.0.
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1293
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1294 *) Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit.
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1295 Thanks to Orgad Shaneh.
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1296
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1297 *) Bugfix: a segmentation fault might occur in a worker process when
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1298 using SSI with many includes and proxy_pass with variables.
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1299
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1300 *) Bugfix: in the ngx_http_v2_module.
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1301 Thanks to Piotr Sikora.
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1302
6391902d1334 nginx-1.13.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1992
diff changeset
1303
1992
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1304 Changes with nginx 1.13.1 30 May 2017
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1305
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1306 *) Feature: now a hostname can be used as the "set_real_ip_from"
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1307 directive parameter.
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1308
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1309 *) Feature: vim syntax highlighting scripts improvements.
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1310
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1311 *) Feature: the "worker_cpu_affinity" directive now works on DragonFly
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1312 BSD.
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1313 Thanks to Sepherosa Ziehau.
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1314
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1315 *) Bugfix: SSL renegotiation on backend connections did not work when
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1316 using OpenSSL before 1.1.0.
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1317
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1318 *) Workaround: nginx could not be built with Oracle Developer Studio
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1319 12.5.
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1320
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1321 *) Workaround: now cache manager ignores long locked cache entries when
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1322 cleaning cache based on the "max_size" parameter.
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1323
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1324 *) Bugfix: client SSL connections were immediately closed if deferred
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1325 accept and the "proxy_protocol" parameter of the "listen" directive
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1326 were used.
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1327
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1328 *) Bugfix: in the "proxy_cache_background_update" directive.
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1329
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1330 *) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1331 option before an SSL handshake.
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1332
e92780d00a6d nginx-1.13.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1977
diff changeset
1333
1977
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1334 Changes with nginx 1.13.0 25 Apr 2017
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1335
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1336 *) Change: SSL renegotiation is now allowed on backend connections.
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1337
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1338 *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1339 directives of the mail proxy and stream modules.
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1340
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1341 *) Feature: the "return" and "error_page" directives can now be used to
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1342 return 308 redirections.
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1343 Thanks to Simon Leblanc.
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1344
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1345 *) Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive.
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1346
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1347 *) Feature: when logging signals nginx now logs PID of the process which
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1348 sent the signal.
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1349
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1350 *) Bugfix: in memory allocation error handling.
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1351
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1352 *) Bugfix: if a server in the stream module listened on a wildcard
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1353 address, the source address of a response UDP datagram could differ
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1354 from the original datagram destination address.
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1355
57a1ef2902bf nginx-1.13.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1957
diff changeset
1356
1957
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1357 Changes with nginx 1.11.13 04 Apr 2017
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1358
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1359 *) Feature: the "http_429" parameter of the "proxy_next_upstream",
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1360 "fastcgi_next_upstream", "scgi_next_upstream", and
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1361 "uwsgi_next_upstream" directives.
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1362 Thanks to Piotr Sikora.
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1363
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1364 *) Bugfix: in memory allocation error handling.
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1365
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1366 *) Bugfix: requests might hang when using the "sendfile" and
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1367 "timer_resolution" directives on Linux.
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1368
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1369 *) Bugfix: requests might hang when using the "sendfile" and "aio_write"
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1370 directives with subrequests.
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1371
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1372 *) Bugfix: in the ngx_http_v2_module.
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1373 Thanks to Piotr Sikora.
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1374
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1375 *) Bugfix: a segmentation fault might occur in a worker process when
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1376 using HTTP/2.
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1377
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1378 *) Bugfix: requests might hang when using the "limit_rate",
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1379 "sendfile_max_chunk", "limit_req" directives, or the $r->sleep()
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1380 embedded perl method with subrequests.
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1381
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1382 *) Bugfix: in the ngx_http_slice_module.
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1383
0cda46808207 nginx-1.11.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1940
diff changeset
1384
1940
d8ffff9be5ca nginx-1.11.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1937
diff changeset
1385 Changes with nginx 1.11.12 24 Mar 2017
d8ffff9be5ca nginx-1.11.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1937
diff changeset
1386
d8ffff9be5ca nginx-1.11.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1937
diff changeset
1387 *) Bugfix: nginx might hog CPU; the bug had appeared in 1.11.11.
d8ffff9be5ca nginx-1.11.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1937
diff changeset
1388
d8ffff9be5ca nginx-1.11.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1937
diff changeset
1389
1937
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1390 Changes with nginx 1.11.11 21 Mar 2017
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1391
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1392 *) Feature: the "worker_shutdown_timeout" directive.
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1393
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1394 *) Feature: vim syntax highlighting scripts improvements.
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1395 Thanks to Wei-Ko Kao.
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1396
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1397 *) Bugfix: a segmentation fault might occur in a worker process if the
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1398 $limit_rate variable was set to an empty string.
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1399
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1400 *) Bugfix: the "proxy_cache_background_update",
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1401 "fastcgi_cache_background_update", "scgi_cache_background_update",
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1402 and "uwsgi_cache_background_update" directives might work incorrectly
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1403 if the "if" directive was used.
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1404
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1405 *) Bugfix: a segmentation fault might occur in a worker process if
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1406 number of large_client_header_buffers in a virtual server was
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1407 different from the one in the default server.
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1408
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1409 *) Bugfix: in the mail proxy server.
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1410
d83fd40bf906 nginx-1.11.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1908
diff changeset
1411
1908
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1412 Changes with nginx 1.11.10 14 Feb 2017
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1413
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1414 *) Change: cache header format has been changed, previously cached
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1415 responses will be invalidated.
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1416
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1417 *) Feature: support of "stale-while-revalidate" and "stale-if-error"
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1418 extensions in the "Cache-Control" backend response header line.
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1419
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1420 *) Feature: the "proxy_cache_background_update",
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1421 "fastcgi_cache_background_update", "scgi_cache_background_update",
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1422 and "uwsgi_cache_background_update" directives.
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1423
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1424 *) Feature: nginx is now able to cache responses with the "Vary" header
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1425 line up to 128 characters long (instead of 42 characters in previous
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1426 versions).
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1427
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1428 *) Feature: the "build" parameter of the "server_tokens" directive.
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1429 Thanks to Tom Thorogood.
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1430
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1431 *) Bugfix: "[crit] SSL_write() failed" messages might appear in logs
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1432 when handling requests with the "Expect: 100-continue" request header
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1433 line.
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1434
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1435 *) Bugfix: the ngx_http_slice_module did not work in named locations.
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1436
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1437 *) Bugfix: a segmentation fault might occur in a worker process when
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1438 using AIO after an "X-Accel-Redirect" redirection.
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1439
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1440 *) Bugfix: reduced memory consumption for long-lived requests using
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1441 gzipping.
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1442
d6692a78a444 nginx-1.11.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1892
diff changeset
1443
1892
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1444 Changes with nginx 1.11.9 24 Jan 2017
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1445
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1446 *) Bugfix: nginx might hog CPU when using the stream module; the bug had
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1447 appeared in 1.11.5.
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1448
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1449 *) Bugfix: EXTERNAL authentication mechanism in mail proxy was accepted
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1450 even if it was not enabled in the configuration.
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1451
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1452 *) Bugfix: a segmentation fault might occur in a worker process if the
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1453 "ssl_verify_client" directive of the stream module was used.
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1454
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1455 *) Bugfix: the "ssl_verify_client" directive of the stream module might
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1456 not work.
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1457
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1458 *) Bugfix: closing keepalive connections due to no free worker
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1459 connections might be too aggressive.
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1460 Thanks to Joel Cunningham.
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1461
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1462 *) Bugfix: an incorrect response might be returned when using the
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1463 "sendfile" directive on FreeBSD and macOS; the bug had appeared in
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1464 1.7.8.
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1465
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1466 *) Bugfix: a truncated response might be stored in cache when using the
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1467 "aio_write" directive.
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1468
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1469 *) Bugfix: a socket leak might occur when using the "aio_write"
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1470 directive.
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1471
0a769f5f874c nginx-1.11.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1880
diff changeset
1472
1880
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1473 Changes with nginx 1.11.8 27 Dec 2016
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1474
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1475 *) Feature: the "absolute_redirect" directive.
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1476
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1477 *) Feature: the "escape" parameter of the "log_format" directive.
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1478
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1479 *) Feature: client SSL certificates verification in the stream module.
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1480
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1481 *) Feature: the "ssl_session_ticket_key" directive supports AES256
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1482 encryption of TLS session tickets when used with 80-byte keys.
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1483
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1484 *) Feature: vim-commentary support in vim scripts.
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1485 Thanks to Armin Grodon.
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1486
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1487 *) Bugfix: recursion when evaluating variables was not limited.
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1488
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1489 *) Bugfix: in the ngx_stream_ssl_preread_module.
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1490
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1491 *) Bugfix: if a server in an upstream in the stream module failed, it
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1492 was considered alive only when a test connection sent to it after
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1493 fail_timeout was closed; now a successfully established connection is
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1494 enough.
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1495
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1496 *) Bugfix: nginx/Windows could not be built with 64-bit Visual Studio.
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1497
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1498 *) Bugfix: nginx/Windows could not be built with OpenSSL 1.1.0.
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1499
89e132c9ee34 nginx-1.11.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1861
diff changeset
1500
1861
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1501 Changes with nginx 1.11.7 13 Dec 2016
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1502
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1503 *) Change: now in case of a client certificate verification error the
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1504 $ssl_client_verify variable contains a string with the failure
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1505 reason, for example, "FAILED:certificate has expired".
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1506
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1507 *) Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start,
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1508 $ssl_client_v_end, and $ssl_client_v_remain variables.
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1509
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1510 *) Feature: the "volatile" parameter of the "map" directive.
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1511
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1512 *) Bugfix: dependencies specified for a module were ignored while
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1513 building dynamic modules.
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1514
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1515 *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1516 directives client request body might be corrupted; the bug had
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1517 appeared in 1.11.0.
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1518
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1519 *) Bugfix: a segmentation fault might occur in a worker process when
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1520 using HTTP/2; the bug had appeared in 1.11.3.
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1521
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1522 *) Bugfix: in the ngx_http_mp4_module.
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1523 Thanks to Congcong Hu.
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1524
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1525 *) Bugfix: in the ngx_http_perl_module.
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1526
2b27ece5c035 nginx-1.11.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1839
diff changeset
1527
1839
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1528 Changes with nginx 1.11.6 15 Nov 2016
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1529
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1530 *) Change: format of the $ssl_client_s_dn and $ssl_client_i_dn variables
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1531 has been changed to follow RFC 2253 (RFC 4514); values in the old
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1532 format are available in the $ssl_client_s_dn_legacy and
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1533 $ssl_client_i_dn_legacy variables.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1534
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1535 *) Change: when storing temporary files in a cache directory they will
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1536 be stored in the same subdirectories as corresponding cache files
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1537 instead of a separate subdirectory for temporary files.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1538
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1539 *) Feature: EXTERNAL authentication mechanism support in mail proxy.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1540 Thanks to Robert Norris.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1541
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1542 *) Feature: WebP support in the ngx_http_image_filter_module.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1543
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1544 *) Feature: variables support in the "proxy_method" directive.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1545 Thanks to Dmitry Lazurkin.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1546
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1547 *) Feature: the "http2_max_requests" directive in the
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1548 ngx_http_v2_module.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1549
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1550 *) Feature: the "proxy_cache_max_range_offset",
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1551 "fastcgi_cache_max_range_offset", "scgi_cache_max_range_offset", and
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1552 "uwsgi_cache_max_range_offset" directives.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1553
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1554 *) Bugfix: graceful shutdown of old worker processes might require
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1555 infinite time when using HTTP/2.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1556
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1557 *) Bugfix: in the ngx_http_mp4_module.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1558
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1559 *) Bugfix: "ignore long locked inactive cache entry" alerts might appear
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1560 in logs when proxying WebSocket connections with caching enabled.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1561
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1562 *) Bugfix: nginx did not write anything to log and returned a response
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1563 with code 502 instead of 504 when a timeout occurred during an SSL
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1564 handshake to a backend.
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1565
4035f9146bbf nginx-1.11.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1813
diff changeset
1566
1813
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1567 Changes with nginx 1.11.5 11 Oct 2016
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1568
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1569 *) Change: the --with-ipv6 configure option was removed, now IPv6
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1570 support is configured automatically.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1571
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1572 *) Change: now if there are no available servers in an upstream, nginx
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1573 will not reset number of failures of all servers as it previously
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1574 did, but will wait for fail_timeout to expire.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1575
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1576 *) Feature: the ngx_stream_ssl_preread_module.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1577
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1578 *) Feature: the "server" directive in the "upstream" context supports
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1579 the "max_conns" parameter.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1580
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1581 *) Feature: the --with-compat configure option.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1582
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1583 *) Feature: "manager_files", "manager_threshold", and "manager_sleep"
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1584 parameters of the "proxy_cache_path", "fastcgi_cache_path",
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1585 "scgi_cache_path", and "uwsgi_cache_path" directives.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1586
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1587 *) Bugfix: flags passed by the --with-ld-opt configure option were not
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1588 used while building perl module.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1589
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1590 *) Bugfix: in the "add_after_body" directive when used with the
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1591 "sub_filter" directive.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1592
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1593 *) Bugfix: in the $realip_remote_addr variable.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1594
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1595 *) Bugfix: the "dav_access", "proxy_store_access",
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1596 "fastcgi_store_access", "scgi_store_access", and "uwsgi_store_access"
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1597 directives ignored permissions specified for user.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1598
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1599 *) Bugfix: unix domain listen sockets might not be inherited during
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1600 binary upgrade on Linux.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1601
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1602 *) Bugfix: nginx returned the 400 response on requests with the "-"
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1603 character in the HTTP method.
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1604
6d72cbbff061 nginx-1.11.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1781
diff changeset
1605
1781
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1606 Changes with nginx 1.11.4 13 Sep 2016
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1607
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1608 *) Feature: the $upstream_bytes_received variable.
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1609
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1610 *) Feature: the $bytes_received, $session_time, $protocol, $status,
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1611 $upstream_addr, $upstream_bytes_sent, $upstream_bytes_received,
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1612 $upstream_connect_time, $upstream_first_byte_time, and
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1613 $upstream_session_time variables in the stream module.
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1614
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1615 *) Feature: the ngx_stream_log_module.
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1616
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1617 *) Feature: the "proxy_protocol" parameter of the "listen" directive,
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1618 the $proxy_protocol_addr and $proxy_protocol_port variables in the
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1619 stream module.
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1620
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1621 *) Feature: the ngx_stream_realip_module.
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1622
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1623 *) Bugfix: nginx could not be built with the stream module and the
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1624 ngx_http_ssl_module, but without ngx_stream_ssl_module; the bug had
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1625 appeared in 1.11.3.
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1626
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1627 *) Feature: the IP_BIND_ADDRESS_NO_PORT socket option was not used; the
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1628 bug had appeared in 1.11.2.
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1629
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1630 *) Bugfix: in the "ranges" parameter of the "geo" directive.
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1631
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1632 *) Bugfix: an incorrect response might be returned when using the "aio
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1633 threads" and "sendfile" directives; the bug had appeared in 1.9.13.
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1634
0aacc6cbc759 nginx-1.11.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1756
diff changeset
1635
1756
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1636 Changes with nginx 1.11.3 26 Jul 2016
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1637
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1638 *) Change: now the "accept_mutex" directive is turned off by default.
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1639
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1640 *) Feature: now nginx uses EPOLLEXCLUSIVE on Linux.
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1641
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1642 *) Feature: the ngx_stream_geo_module.
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1643
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1644 *) Feature: the ngx_stream_geoip_module.
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1645
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1646 *) Feature: the ngx_stream_split_clients_module.
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1647
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1648 *) Feature: variables support in the "proxy_pass" and "proxy_ssl_name"
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1649 directives in the stream module.
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1650
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1651 *) Bugfix: socket leak when using HTTP/2.
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1652
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1653 *) Bugfix: in configure tests.
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1654 Thanks to Piotr Sikora.
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1655
c9ecddf796b5 nginx-1.11.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1747
diff changeset
1656
1747
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1657 Changes with nginx 1.11.2 05 Jul 2016
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1658
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1659 *) Change: now nginx always uses internal MD5 and SHA1 implementations;
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1660 the --with-md5 and --with-sha1 configure options were canceled.
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1661
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1662 *) Feature: variables support in the stream module.
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1663
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1664 *) Feature: the ngx_stream_map_module.
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1665
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1666 *) Feature: the ngx_stream_return_module.
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1667
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1668 *) Feature: a port can be specified in the "proxy_bind", "fastcgi_bind",
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1669 "memcached_bind", "scgi_bind", and "uwsgi_bind" directives.
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1670
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1671 *) Feature: now nginx uses the IP_BIND_ADDRESS_NO_PORT socket option
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1672 when available.
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1673
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1674 *) Bugfix: a segmentation fault might occur in a worker process when
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1675 using HTTP/2 and the "proxy_request_buffering" directive.
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1676
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1677 *) Bugfix: the "Content-Length" request header line was always added to
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1678 requests passed to backends, including requests without body, when
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1679 using HTTP/2.
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1680
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1681 *) Bugfix: "http request count is zero" alerts might appear in logs when
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1682 using HTTP/2.
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1683
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1684 *) Bugfix: unnecessary buffering might occur when using the "sub_filter"
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1685 directive; the issue had appeared in 1.9.4.
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1686
27bbcdecd12c nginx-1.11.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1715
diff changeset
1687
1715
ce35c4764409 nginx-1.11.1, nginx-1.10.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1702
diff changeset
1688 Changes with nginx 1.11.1 31 May 2016
ce35c4764409 nginx-1.11.1, nginx-1.10.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1702
diff changeset
1689
ce35c4764409 nginx-1.11.1, nginx-1.10.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1702
diff changeset
1690 *) Security: a segmentation fault might occur in a worker process while
ce35c4764409 nginx-1.11.1, nginx-1.10.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1702
diff changeset
1691 writing a specially crafted request body to a temporary file
ce35c4764409 nginx-1.11.1, nginx-1.10.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1702
diff changeset
1692 (CVE-2016-4450); the bug had appeared in 1.3.9.
ce35c4764409 nginx-1.11.1, nginx-1.10.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1702
diff changeset
1693
ce35c4764409 nginx-1.11.1, nginx-1.10.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1702
diff changeset
1694
1702
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1695 Changes with nginx 1.11.0 24 May 2016
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1696
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1697 *) Feature: the "transparent" parameter of the "proxy_bind",
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1698 "fastcgi_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind"
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1699 directives.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1700
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1701 *) Feature: the $request_id variable.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1702
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1703 *) Feature: the "map" directive supports combinations of multiple
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1704 variables as resulting values.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1705
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1706 *) Feature: now nginx checks if EPOLLRDHUP events are supported by
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1707 kernel, and optimizes connection handling accordingly if the "epoll"
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1708 method is used.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1709
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1710 *) Feature: the "ssl_certificate" and "ssl_certificate_key" directives
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1711 can be specified multiple times to load certificates of different
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1712 types (for example, RSA and ECDSA).
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1713
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1714 *) Feature: the "ssl_ecdh_curve" directive now allows specifying a list
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1715 of curves when using OpenSSL 1.0.2 or newer; by default a list built
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1716 into OpenSSL is used.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1717
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1718 *) Change: to use DHE ciphers it is now required to specify parameters
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1719 using the "ssl_dhparam" directive.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1720
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1721 *) Feature: the $proxy_protocol_port variable.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1722
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1723 *) Feature: the $realip_remote_port variable in the
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1724 ngx_http_realip_module.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1725
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1726 *) Feature: the ngx_http_realip_module is now able to set the client
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1727 port in addition to the address.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1728
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1729 *) Change: the "421 Misdirected Request" response now used when
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1730 rejecting requests to a virtual server different from one negotiated
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1731 during an SSL handshake; this improves interoperability with some
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1732 HTTP/2 clients when using client certificates.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1733
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1734 *) Change: HTTP/2 clients can now start sending request body
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1735 immediately; the "http2_body_preread_size" directive controls size of
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1736 the buffer used before nginx will start reading client request body.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1737
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1738 *) Bugfix: cached error responses were not updated when using the
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1739 "proxy_cache_bypass" directive.
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1740
a2f2673b248d nginx-1.11.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1687
diff changeset
1741
1687
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1742 Changes with nginx 1.9.15 19 Apr 2016
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1743
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1744 *) Bugfix: "recv() failed" errors might occur when using HHVM as a
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1745 FastCGI server.
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1746
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1747 *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1748 directives a timeout or a "client violated flow control" error might
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1749 occur while reading client request body; the bug had appeared in
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1750 1.9.14.
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1751
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1752 *) Workaround: a response might not be shown by some browsers if HTTP/2
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1753 was used and client request body was not fully read; the bug had
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1754 appeared in 1.9.14.
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1755
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1756 *) Bugfix: connections might hang when using the "aio threads"
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1757 directive.
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1758 Thanks to Mindaugas Rasiukevicius.
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1759
779eec606081 nginx-1.9.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 1673
diff changeset
1760
1673
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1761 Changes with nginx 1.9.14 05 Apr 2016
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1762
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1763 *) Feature: OpenSSL 1.1.0 compatibility.
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1764
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1765 *) Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1766 "scgi_request_buffering", and "uwsgi_request_buffering" directives
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1767 now work with HTTP/2.
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1768
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1769 *) Bugfix: "zero size buf in output" alerts might appear in logs when
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1770 using HTTP/2.
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1771
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1772 *) Bugfix: the "client_max_body_size" directive might work incorrectly
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1773 when using HTTP/2.
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1774
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1775 *) Bugfix: of minor bugs in logging.
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1776
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
1777
1668
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1778 Changes with nginx 1.9.13 29 Mar 2016
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1779
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1780 *) Change: non-idempotent requests (POST, LOCK, PATCH) are no longer
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1781 passed to the next server by default if a request has been sent to a
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1782 backend; the "non_idempotent" parameter of the "proxy_next_upstream"
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1783 directive explicitly allows retrying such requests.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1784
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1785 *) Feature: the ngx_http_perl_module can be built dynamically.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1786
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1787 *) Feature: UDP support in the stream module.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1788
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1789 *) Feature: the "aio_write" directive.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1790
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1791 *) Feature: now cache manager monitors number of elements in caches and
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1792 tries to avoid cache keys zone overflows.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1793
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1794 *) Bugfix: "task already active" and "second aio post" alerts might
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1795 appear in logs when using the "sendfile" and "aio" directives with
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1796 subrequests.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1797
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1798 *) Bugfix: "zero size buf in output" alerts might appear in logs if
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1799 caching was used and a client closed a connection prematurely.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1800
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1801 *) Bugfix: connections with clients might be closed needlessly if
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1802 caching was used.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1803 Thanks to Justin Li.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1804
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1805 *) Bugfix: nginx might hog CPU if the "sendfile" directive was used on
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1806 Linux or Solaris and a file being sent was changed during sending.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1807
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1808 *) Bugfix: connections might hang when using the "sendfile" and "aio
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1809 threads" directives.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1810
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1811 *) Bugfix: in the "proxy_pass", "fastcgi_pass", "scgi_pass", and
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1812 "uwsgi_pass" directives when using variables.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1813 Thanks to Piotr Sikora.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1814
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1815 *) Bugfix: in the ngx_http_sub_filter_module.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1816
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1817 *) Bugfix: if an error occurred in a cached backend connection, the
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1818 request was passed to the next server regardless of the
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1819 proxy_next_upstream directive.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1820
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1821 *) Bugfix: "CreateFile() failed" errors when creating temporary files on
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1822 Windows.
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1823
755c3c0324b1 nginx-1.9.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1657
diff changeset
1824
1657
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1825 Changes with nginx 1.9.12 24 Feb 2016
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1826
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1827 *) Feature: Huffman encoding of response headers in HTTP/2.
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1828 Thanks to Vlad Krasnov.
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1829
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1830 *) Feature: the "worker_cpu_affinity" directive now supports more than
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1831 64 CPUs.
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1832
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1833 *) Bugfix: compatibility with 3rd party C++ modules; the bug had
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1834 appeared in 1.9.11.
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1835 Thanks to Piotr Sikora.
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1836
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1837 *) Bugfix: nginx could not be built statically with OpenSSL on Linux;
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1838 the bug had appeared in 1.9.11.
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1839
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1840 *) Bugfix: the "add_header ... always" directive with an empty value did
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1841 not delete "Last-Modified" and "ETag" header lines from error
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1842 responses.
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1843
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1844 *) Workaround: "called a function you should not call" and "shutdown
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1845 while in init" messages might appear in logs when using OpenSSL
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1846 1.0.2f.
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1847
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1848 *) Bugfix: invalid headers might be logged incorrectly.
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1849
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1850 *) Bugfix: socket leak when using HTTP/2.
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1851
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1852 *) Bugfix: in the ngx_http_v2_module.
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1853
b4428c8d1c21 nginx-1.9.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 1651
diff changeset
1854
1651
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1855 Changes with nginx 1.9.11 09 Feb 2016
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1856
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1857 *) Feature: TCP support in resolver.
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1858
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1859 *) Feature: dynamic modules.
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1860
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1861 *) Bugfix: the $request_length variable did not include size of request
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1862 headers when using HTTP/2.
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1863
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1864 *) Bugfix: in the ngx_http_v2_module.
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1865
f2d83fc969b1 nginx-1.9.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1645
diff changeset
1866
1645
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1867 Changes with nginx 1.9.10 26 Jan 2016
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1868
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1869 *) Security: invalid pointer dereference might occur during DNS server
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1870 response processing if the "resolver" directive was used, allowing an
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1871 attacker who is able to forge UDP packets from the DNS server to
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1872 cause segmentation fault in a worker process (CVE-2016-0742).
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1873
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1874 *) Security: use-after-free condition might occur during CNAME response
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1875 processing if the "resolver" directive was used, allowing an attacker
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1876 who is able to trigger name resolution to cause segmentation fault in
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1877 a worker process, or might have potential other impact
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1878 (CVE-2016-0746).
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1879
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1880 *) Security: CNAME resolution was insufficiently limited if the
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1881 "resolver" directive was used, allowing an attacker who is able to
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1882 trigger arbitrary name resolution to cause excessive resource
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1883 consumption in worker processes (CVE-2016-0747).
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1884
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1885 *) Feature: the "auto" parameter of the "worker_cpu_affinity" directive.
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1886
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1887 *) Bugfix: the "proxy_protocol" parameter of the "listen" directive did
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1888 not work with IPv6 listen sockets.
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1889
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1890 *) Bugfix: connections to upstream servers might be cached incorrectly
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1891 when using the "keepalive" directive.
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1892
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1893 *) Bugfix: proxying used the HTTP method of the original request after
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1894 an "X-Accel-Redirect" redirection.
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1895
d4b29af80036 nginx-1.9.10, nginx-1.8.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1618
diff changeset
1896
1618
822415181fb7 nginx-1.9.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1615
diff changeset
1897 Changes with nginx 1.9.9 09 Dec 2015
822415181fb7 nginx-1.9.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1615
diff changeset
1898
822415181fb7 nginx-1.9.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1615
diff changeset
1899 *) Bugfix: proxying to unix domain sockets did not work when using
822415181fb7 nginx-1.9.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1615
diff changeset
1900 variables; the bug had appeared in 1.9.8.
822415181fb7 nginx-1.9.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1615
diff changeset
1901
822415181fb7 nginx-1.9.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1615
diff changeset
1902
1615
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1903 Changes with nginx 1.9.8 08 Dec 2015
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1904
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1905 *) Feature: pwritev() support.
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1906
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1907 *) Feature: the "include" directive inside the "upstream" block.
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1908
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1909 *) Feature: the ngx_http_slice_module.
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1910
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1911 *) Bugfix: a segmentation fault might occur in a worker process when
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1912 using LibreSSL; the bug had appeared in 1.9.6.
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1913
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1914 *) Bugfix: nginx could not be built on OS X in some cases.
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1915
a1531068d436 nginx-1.9.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1604
diff changeset
1916
1603
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1917 Changes with nginx 1.9.7 17 Nov 2015
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1918
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1919 *) Feature: the "nohostname" parameter of logging to syslog.
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1920
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1921 *) Feature: the "proxy_cache_convert_head" directive.
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1922
1604
8aebef52e938 Updated CHANGES.
Maxim Dounin <mdounin@mdounin.ru>
parents: 1603
diff changeset
1923 *) Feature: the $realip_remote_addr variable in the
8aebef52e938 Updated CHANGES.
Maxim Dounin <mdounin@mdounin.ru>
parents: 1603
diff changeset
1924 ngx_http_realip_module.
1603
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1925
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1926 *) Bugfix: the "expires" directive might not work when using variables.
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1927
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1928 *) Bugfix: a segmentation fault might occur in a worker process when
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1929 using HTTP/2; the bug had appeared in 1.9.6.
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1930
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1931 *) Bugfix: if nginx was built with the ngx_http_v2_module it was
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1932 possible to use the HTTP/2 protocol even if the "http2" parameter of
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1933 the "listen" directive was not specified.
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1934
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1935 *) Bugfix: in the ngx_http_v2_module.
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1936
ba521d29863b nginx-1.9.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1588
diff changeset
1937
1588
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1938 Changes with nginx 1.9.6 27 Oct 2015
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1939
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1940 *) Bugfix: a segmentation fault might occur in a worker process when
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1941 using HTTP/2.
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1942 Thanks to Piotr Sikora and Denis Andzakovic.
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1943
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1944 *) Bugfix: the $server_protocol variable was empty when using HTTP/2.
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1945
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1946 *) Bugfix: backend SSL connections in the stream module might be timed
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1947 out unexpectedly.
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1948
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1949 *) Bugfix: a segmentation fault might occur in a worker process if
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1950 different ssl_session_cache settings were used in different virtual
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1951 servers.
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1952
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1953 *) Bugfix: nginx/Windows could not be built with MinGW gcc; the bug had
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1954 appeared in 1.9.4.
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1955 Thanks to Kouhei Sutou.
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1956
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1957 *) Bugfix: time was not updated when the timer_resolution directive was
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1958 used on Windows.
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1959
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1960 *) Miscellaneous minor fixes and improvements.
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1961 Thanks to Markus Linnala, Kurtis Nusbaum and Piotr Sikora.
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1962
d8d0f0eb1129 nginx-1.9.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1573
diff changeset
1963
1573
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1964 Changes with nginx 1.9.5 22 Sep 2015
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1965
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1966 *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module).
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1967 Thanks to Dropbox and Automattic for sponsoring this work.
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1968
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1969 *) Change: now the "output_buffers" directive uses two buffers by
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1970 default.
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1971
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1972 *) Change: now nginx limits subrequests recursion, not simultaneous
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1973 subrequests.
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1974
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1975 *) Change: now nginx checks the whole cache key when returning a
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1976 response from cache.
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1977 Thanks to Gena Makhomed and Sergey Brester.
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1978
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1979 *) Bugfix: "header already sent" alerts might appear in logs when using
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1980 cache; the bug had appeared in 1.7.5.
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1981
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1982 *) Bugfix: "writev() failed (4: Interrupted system call)" errors might
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1983 appear in logs when using CephFS and the "timer_resolution" directive
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1984 on Linux.
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1985
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1986 *) Bugfix: in invalid configurations handling.
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1987 Thanks to Markus Linnala.
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1988
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1989 *) Bugfix: a segmentation fault occurred in a worker process if the
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1990 "sub_filter" directive was used at http level; the bug had appeared
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1991 in 1.9.4.
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1992
21138bfbaf5f nginx-1.9.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 1553
diff changeset
1993
1553
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
1994 Changes with nginx 1.9.4 18 Aug 2015
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
1995
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
1996 *) Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer"
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
1997 directives of the stream module are replaced with the
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
1998 "proxy_buffer_size" directive.
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
1999
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2000 *) Feature: the "tcp_nodelay" directive in the stream module.
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2001
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2002 *) Feature: multiple "sub_filter" directives can be used simultaneously.
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2003
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2004 *) Feature: variables support in the search string of the "sub_filter"
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2005 directive.
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2006
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2007 *) Workaround: configuration testing might fail under Linux OpenVZ.
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2008 Thanks to Gena Makhomed.
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2009
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2010 *) Bugfix: old worker processes might hog CPU after reconfiguration with
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2011 a large number of worker_connections.
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2012
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2013 *) Bugfix: a segmentation fault might occur in a worker process if the
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2014 "try_files" and "alias" directives were used inside a location given
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2015 by a regular expression; the bug had appeared in 1.7.1.
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2016
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2017 *) Bugfix: the "try_files" directive inside a nested location given by a
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2018 regular expression worked incorrectly if the "alias" directive was
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2019 used in the outer location.
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2020
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2021 *) Bugfix: in hash table initialization error handling.
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2022
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2023 *) Bugfix: nginx could not be built with Visual Studio 2015.
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2024
b039a03a17fb nginx-1.9.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 1537
diff changeset
2025
1534
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2026 Changes with nginx 1.9.3 14 Jul 2015
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2027
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2028 *) Change: duplicate "http", "mail", and "stream" blocks are now
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2029 disallowed.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2030
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2031 *) Feature: connection limiting in the stream module.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2032
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2033 *) Feature: data rate limiting in the stream module.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2034
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2035 *) Bugfix: the "zone" directive inside the "upstream" block did not work
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2036 on Windows.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2037
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2038 *) Bugfix: compatibility with LibreSSL in the stream module.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2039 Thanks to Piotr Sikora.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2040
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2041 *) Bugfix: in the "--builddir" configure parameter.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2042 Thanks to Piotr Sikora.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2043
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2044 *) Bugfix: the "ssl_stapling_file" directive did not work; the bug had
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2045 appeared in 1.9.2.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2046 Thanks to Faidon Liambotis and Brandon Black.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2047
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2048 *) Bugfix: a segmentation fault might occur in a worker process if the
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2049 "ssl_stapling" directive was used; the bug had appeared in 1.9.2.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2050 Thanks to Matthew Baldwin.
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2051
e318a80033f5 nginx-1.9.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1516
diff changeset
2052
1516
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2053 Changes with nginx 1.9.2 16 Jun 2015
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2054
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2055 *) Feature: the "backlog" parameter of the "listen" directives of the
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2056 mail proxy and stream modules.
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2057
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2058 *) Feature: the "allow" and "deny" directives in the stream module.
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2059
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2060 *) Feature: the "proxy_bind" directive in the stream module.
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2061
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2062 *) Feature: the "proxy_protocol" directive in the stream module.
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2063
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2064 *) Feature: the -T switch.
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2065
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2066 *) Feature: the REQUEST_SCHEME parameter added to the fastcgi.conf,
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2067 fastcgi_params, scgi_params, and uwsgi_params standard configuration
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2068 files.
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2069
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2070 *) Bugfix: the "reuseport" parameter of the "listen" directive of the
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2071 stream module did not work.
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2072
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2073 *) Bugfix: OCSP stapling might return an expired OCSP response in some
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2074 cases.
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2075
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
2076
1492
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2077 Changes with nginx 1.9.1 26 May 2015
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2078
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2079 *) Change: now SSLv3 protocol is disabled by default.
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2080
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2081 *) Change: some long deprecated directives are not supported anymore.
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2082
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2083 *) Feature: the "reuseport" parameter of the "listen" directive.
1537
6011ed83b5af Updated CHANGES.
Maxim Dounin <mdounin@mdounin.ru>
parents: 1534
diff changeset
2084 Thanks to Yingqi Lu at Intel and Sepherosa Ziehau.
1492
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2085
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2086 *) Feature: the $upstream_connect_time variable.
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2087
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2088 *) Bugfix: in the "hash" directive on big-endian platforms.
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2089
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2090 *) Bugfix: nginx might fail to start on some old Linux variants; the bug
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2091 had appeared in 1.7.11.
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2092
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2093 *) Bugfix: in IP address parsing.
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2094 Thanks to Sergey Polovko.
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2095
9b8df6c3cf3e nginx-1.9.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1468
diff changeset
2096
1468
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2097 Changes with nginx 1.9.0 28 Apr 2015
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2098
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2099 *) Change: obsolete aio and rtsig event methods have been removed.
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2100
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2101 *) Feature: the "zone" directive inside the "upstream" block.
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2102
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2103 *) Feature: the stream module.
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2104
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2105 *) Feature: byte ranges support in the ngx_http_memcached_module.
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2106 Thanks to Martin Mlynář.
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2107
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2108 *) Feature: shared memory can now be used on Windows versions with
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2109 address space layout randomization.
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2110 Thanks to Sergey Brester.
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2111
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2112 *) Feature: the "error_log" directive can now be used on mail and server
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2113 levels in mail proxy.
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2114
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2115 *) Bugfix: the "proxy_protocol" parameter of the "listen" directive did
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2116 not work if not specified in the first "listen" directive for a
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2117 listen socket.
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2118
6b53e6b7caa4 nginx-1.9.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1446
diff changeset
2119
1446
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2120 Changes with nginx 1.7.12 07 Apr 2015
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2121
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2122 *) Feature: now the "tcp_nodelay" directive works with backend SSL
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2123 connections.
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2124
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2125 *) Feature: now thread pools can be used to read cache file headers.
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2126
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2127 *) Bugfix: in the "proxy_request_buffering" directive.
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2128
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2129 *) Bugfix: a segmentation fault might occur in a worker process when
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2130 using thread pools on Linux.
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2131
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2132 *) Bugfix: in error handling when using the "ssl_stapling" directive.
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2133 Thanks to Filipe da Silva.
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2134
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2135 *) Bugfix: in the ngx_http_spdy_module.
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2136
493fb0be4f58 nginx-1.7.12, nginx-1.6.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1438
diff changeset
2137
1438
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2138 Changes with nginx 1.7.11 24 Mar 2015
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2139
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2140 *) Change: the "sendfile" parameter of the "aio" directive is
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2141 deprecated; now nginx automatically uses AIO to pre-load data for
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2142 sendfile if both "aio" and "sendfile" directives are used.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2143
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2144 *) Feature: experimental thread pools support.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2145
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2146 *) Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2147 "scgi_request_buffering", and "uwsgi_request_buffering" directives.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2148
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2149 *) Feature: request body filters experimental API.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2150
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2151 *) Feature: client SSL certificates support in mail proxy.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2152 Thanks to Sven Peter, Franck Levionnois, and Filipe Da Silva.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2153
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2154 *) Feature: startup speedup when using the "hash ... consistent"
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2155 directive in the upstream block.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2156 Thanks to Wai Keen Woon.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2157
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2158 *) Feature: debug logging into a cyclic memory buffer.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2159
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2160 *) Bugfix: in hash table handling.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2161 Thanks to Chris West.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2162
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2163 *) Bugfix: in the "proxy_cache_revalidate" directive.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2164
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2165 *) Bugfix: SSL connections might hang if deferred accept or the
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2166 "proxy_protocol" parameter of the "listen" directive were used.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2167 Thanks to James Hamlin.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2168
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2169 *) Bugfix: the $upstream_response_time variable might contain a wrong
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2170 value if the "image_filter" directive was used.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2171
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2172 *) Bugfix: in integer overflow handling.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2173 Thanks to Régis Leroy.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2174
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2175 *) Bugfix: it was not possible to enable SSLv3 with LibreSSL.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2176
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2177 *) Bugfix: the "ignoring stale global SSL error ... called a function
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2178 you should not call" alerts appeared in logs when using LibreSSL.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2179
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2180 *) Bugfix: certificates specified by the "ssl_client_certificate" and
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2181 "ssl_trusted_certificate" directives were inadvertently used to
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2182 automatically construct certificate chains.
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2183
3f5c6286d55b nginx-1.7.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1412
diff changeset
2184
1412
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2185 Changes with nginx 1.7.10 10 Feb 2015
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2186
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2187 *) Feature: the "use_temp_path" parameter of the "proxy_cache_path",
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2188 "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2189 directives.
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2190
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2191 *) Feature: the $upstream_header_time variable.
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2192
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2193 *) Workaround: now on disk overflow nginx tries to write error logs once
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2194 a second only.
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2195
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2196 *) Bugfix: the "try_files" directive did not ignore normal files while
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2197 testing directories.
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2198 Thanks to Damien Tournoud.
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2199
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2200 *) Bugfix: alerts "sendfile() failed" if the "sendfile" directive was
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2201 used on OS X; the bug had appeared in 1.7.8.
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2202
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2203 *) Bugfix: alerts "sem_post() failed" might appear in logs.
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2204
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2205 *) Bugfix: nginx could not be built with musl libc.
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2206 Thanks to James Taylor.
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2207
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2208 *) Bugfix: nginx could not be built on Tru64 UNIX.
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2209 Thanks to Goetz T. Fischer.
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2210
0f85747de5e8 nginx-1.7.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1383
diff changeset
2211
1383
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2212 Changes with nginx 1.7.9 23 Dec 2014
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2213
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2214 *) Feature: variables support in the "proxy_cache", "fastcgi_cache",
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2215 "scgi_cache", and "uwsgi_cache" directives.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2216
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2217 *) Feature: variables support in the "expires" directive.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2218
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2219 *) Feature: loading of secret keys from hardware tokens with OpenSSL
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2220 engines.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2221 Thanks to Dmitrii Pichulin.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2222
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2223 *) Feature: the "autoindex_format" directive.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2224
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2225 *) Bugfix: cache revalidation is now only used for responses with 200
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2226 and 206 status codes.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2227 Thanks to Piotr Sikora.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2228
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2229 *) Bugfix: the "TE" client request header line was passed to backends
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2230 while proxying.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2231
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2232 *) Bugfix: the "proxy_pass", "fastcgi_pass", "scgi_pass", and
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2233 "uwsgi_pass" directives might not work correctly inside the "if" and
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2234 "limit_except" blocks.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2235
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2236 *) Bugfix: the "proxy_store" directive with the "on" parameter was
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2237 ignored if the "proxy_store" directive with an explicitly specified
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2238 file path was used on a previous level.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2239
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2240 *) Bugfix: nginx could not be built with BoringSSL.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2241 Thanks to Lukas Tribus.
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2242
0f63ac5c9463 nginx-1.7.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1369
diff changeset
2243
1369
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2244 Changes with nginx 1.7.8 02 Dec 2014
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2245
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2246 *) Change: now the "If-Modified-Since", "If-Range", etc. client request
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2247 header lines are passed to a backend while caching if nginx knows in
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2248 advance that the response will not be cached (e.g., when using
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2249 proxy_cache_min_uses).
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2250
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2251 *) Change: now after proxy_cache_lock_timeout nginx sends a request to a
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2252 backend with caching disabled; the new directives
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2253 "proxy_cache_lock_age", "fastcgi_cache_lock_age",
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2254 "scgi_cache_lock_age", and "uwsgi_cache_lock_age" specify a time
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2255 after which the lock will be released and another attempt to cache a
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2256 response will be made.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2257
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2258 *) Change: the "log_format" directive can now be used only at http
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2259 level.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2260
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2261 *) Feature: the "proxy_ssl_certificate", "proxy_ssl_certificate_key",
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2262 "proxy_ssl_password_file", "uwsgi_ssl_certificate",
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2263 "uwsgi_ssl_certificate_key", and "uwsgi_ssl_password_file"
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2264 directives.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2265 Thanks to Piotr Sikora.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2266
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2267 *) Feature: it is now possible to switch to a named location using
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2268 "X-Accel-Redirect".
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2269 Thanks to Toshikuni Fukaya.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2270
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2271 *) Feature: now the "tcp_nodelay" directive works with SPDY connections.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2272
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2273 *) Feature: new directives in vim syntax highliting scripts.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2274 Thanks to Peter Wu.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2275
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2276 *) Bugfix: nginx ignored the "s-maxage" value in the "Cache-Control"
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2277 backend response header line.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2278 Thanks to Piotr Sikora.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2279
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2280 *) Bugfix: in the ngx_http_spdy_module.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2281 Thanks to Piotr Sikora.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2282
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2283 *) Bugfix: in the "ssl_password_file" directive when using OpenSSL
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2284 0.9.8zc, 1.0.0o, 1.0.1j.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2285
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2286 *) Bugfix: alerts "header already sent" appeared in logs if the
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2287 "post_action" directive was used; the bug had appeared in 1.5.4.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2288
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2289 *) Bugfix: alerts "the http output chain is empty" might appear in logs
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2290 if the "postpone_output 0" directive was used with SSI includes.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2291
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2292 *) Bugfix: in the "proxy_cache_lock" directive with SSI subrequests.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2293 Thanks to Yichun Zhang.
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2294
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
2295
1341
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2296 Changes with nginx 1.7.7 28 Oct 2014
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2297
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2298 *) Change: now nginx takes into account the "Vary" header line in a
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2299 backend response while caching.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2300
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2301 *) Feature: the "proxy_force_ranges", "fastcgi_force_ranges",
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2302 "scgi_force_ranges", and "uwsgi_force_ranges" directives.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2303
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2304 *) Feature: the "proxy_limit_rate", "fastcgi_limit_rate",
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2305 "scgi_limit_rate", and "uwsgi_limit_rate" directives.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2306
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2307 *) Feature: the "Vary" parameter of the "proxy_ignore_headers",
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2308 "fastcgi_ignore_headers", "scgi_ignore_headers", and
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2309 "uwsgi_ignore_headers" directives.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2310
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2311 *) Bugfix: the last part of a response received from a backend with
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2312 unbufferred proxy might not be sent to a client if "gzip" or "gunzip"
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2313 directives were used.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2314
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2315 *) Bugfix: in the "proxy_cache_revalidate" directive.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2316 Thanks to Piotr Sikora.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2317
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2318 *) Bugfix: in error handling.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2319 Thanks to Yichun Zhang and Daniil Bondarev.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2320
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2321 *) Bugfix: in the "proxy_next_upstream_tries" and
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2322 "proxy_next_upstream_timeout" directives.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2323 Thanks to Feng Gu.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2324
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2325 *) Bugfix: nginx/Windows could not be built with MinGW-w64 gcc.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2326 Thanks to Kouhei Sutou.
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2327
a4b94d724879 nginx-1.7.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1319
diff changeset
2328
1319
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2329 Changes with nginx 1.7.6 30 Sep 2014
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2330
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2331 *) Change: the deprecated "limit_zone" directive is not supported
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2332 anymore.
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2333
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2334 *) Feature: the "limit_conn_zone" and "limit_req_zone" directives now
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2335 can be used with combinations of multiple variables.
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2336
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2337 *) Bugfix: request body might be transmitted incorrectly when retrying a
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2338 FastCGI request to the next upstream server.
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2339
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2340 *) Bugfix: in logging to syslog.
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2341
c365080bd00a nginx-1.7.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 1292
diff changeset
2342
1292
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2343 Changes with nginx 1.7.5 16 Sep 2014
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2344
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2345 *) Security: it was possible to reuse SSL sessions in unrelated contexts
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2346 if a shared SSL session cache or the same TLS session ticket key was
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2347 used for multiple "server" blocks (CVE-2014-3616).
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2348 Thanks to Antoine Delignat-Lavaud.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2349
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2350 *) Change: now the "stub_status" directive does not require a parameter.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2351
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2352 *) Feature: the "always" parameter of the "add_header" directive.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2353
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2354 *) Feature: the "proxy_next_upstream_tries",
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2355 "proxy_next_upstream_timeout", "fastcgi_next_upstream_tries",
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2356 "fastcgi_next_upstream_timeout", "memcached_next_upstream_tries",
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2357 "memcached_next_upstream_timeout", "scgi_next_upstream_tries",
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2358 "scgi_next_upstream_timeout", "uwsgi_next_upstream_tries", and
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2359 "uwsgi_next_upstream_timeout" directives.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2360
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2361 *) Bugfix: in the "if" parameter of the "access_log" directive.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2362
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2363 *) Bugfix: in the ngx_http_perl_module.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2364 Thanks to Piotr Sikora.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2365
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2366 *) Bugfix: the "listen" directive of the mail proxy module did not allow
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2367 to specify more than two parameters.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2368
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2369 *) Bugfix: the "sub_filter" directive did not work with a string to
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2370 replace consisting of a single character.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2371
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2372 *) Bugfix: requests might hang if resolver was used and a timeout
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2373 occurred during a DNS request.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2374
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2375 *) Bugfix: in the ngx_http_spdy_module when using with AIO.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2376
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2377 *) Bugfix: a segmentation fault might occur in a worker process if the
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2378 "set" directive was used to change the "$http_...", "$sent_http_...",
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2379 or "$upstream_http_..." variables.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2380
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2381 *) Bugfix: in memory allocation error handling.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2382 Thanks to Markus Linnala and Feng Gu.
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2383
bb18e3bd3fb9 nginx-1.7.5, nginx-1.6.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1264
diff changeset
2384
1264
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2385 Changes with nginx 1.7.4 05 Aug 2014
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2386
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2387 *) Security: pipelined commands were not discarded after STARTTLS
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2388 command in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2389 Thanks to Chris Boulton.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2390
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2391 *) Change: URI escaping now uses uppercase hexadecimal digits.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2392 Thanks to Piotr Sikora.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2393
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2394 *) Feature: now nginx can be build with BoringSSL and LibreSSL.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2395 Thanks to Piotr Sikora.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2396
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2397 *) Bugfix: requests might hang if resolver was used and a DNS server
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2398 returned a malformed response; the bug had appeared in 1.5.8.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2399
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2400 *) Bugfix: in the ngx_http_spdy_module.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2401 Thanks to Piotr Sikora.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2402
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2403 *) Bugfix: the $uri variable might contain garbage when returning errors
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2404 with code 400.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2405 Thanks to Sergey Bobrov.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2406
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2407 *) Bugfix: in error handling in the "proxy_store" directive and the
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2408 ngx_http_dav_module.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2409 Thanks to Feng Gu.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2410
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2411 *) Bugfix: a segmentation fault might occur if logging of errors to
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2412 syslog was used; the bug had appeared in 1.7.1.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2413
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2414 *) Bugfix: the $geoip_latitude, $geoip_longitude, $geoip_dma_code, and
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2415 $geoip_area_code variables might not work.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2416 Thanks to Yichun Zhang.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2417
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2418 *) Bugfix: in memory allocation error handling.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2419 Thanks to Tatsuhiko Kubo and Piotr Sikora.
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2420
f6d12250cda5 nginx-1.7.4, nginx-1.6.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1245
diff changeset
2421
1245
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2422 Changes with nginx 1.7.3 08 Jul 2014
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2423
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2424 *) Feature: weak entity tags are now preserved on response
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2425 modifications, and strong ones are changed to weak.
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2426
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2427 *) Feature: cache revalidation now uses If-None-Match header if
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2428 possible.
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2429
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2430 *) Feature: the "ssl_password_file" directive.
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2431
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2432 *) Bugfix: the If-None-Match request header line was ignored if there
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2433 was no Last-Modified header in a response returned from cache.
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2434
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2435 *) Bugfix: "peer closed connection in SSL handshake" messages were
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2436 logged at "info" level instead of "error" while connecting to
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2437 backends.
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2438
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2439 *) Bugfix: in the ngx_http_dav_module module in nginx/Windows.
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2440
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2441 *) Bugfix: SPDY connections might be closed prematurely if caching was
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2442 used.
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2443
6958c35e16aa nginx-1.7.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 1229
diff changeset
2444
1229
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2445 Changes with nginx 1.7.2 17 Jun 2014
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2446
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2447 *) Feature: the "hash" directive inside the "upstream" block.
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2448
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2449 *) Feature: defragmentation of free shared memory blocks.
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2450 Thanks to Wandenberg Peixoto and Yichun Zhang.
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2451
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2452 *) Bugfix: a segmentation fault might occur in a worker process if the
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2453 default value of the "access_log" directive was used; the bug had
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2454 appeared in 1.7.0.
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2455 Thanks to Piotr Sikora.
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2456
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2457 *) Bugfix: trailing slash was mistakenly removed from the last parameter
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2458 of the "try_files" directive.
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2459
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2460 *) Bugfix: nginx could not be built on OS X in some cases.
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2461
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2462 *) Bugfix: in the ngx_http_spdy_module.
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2463
7dd620e507c3 nginx-1.7.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1206
diff changeset
2464
1206
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2465 Changes with nginx 1.7.1 27 May 2014
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2466
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2467 *) Feature: the "$upstream_cookie_..." variables.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2468
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2469 *) Feature: the $ssl_client_fingerprint variable.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2470
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2471 *) Feature: the "error_log" and "access_log" directives now support
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2472 logging to syslog.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2473
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2474 *) Feature: the mail proxy now logs client port on connect.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2475
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2476 *) Bugfix: memory leak if the "ssl_stapling" directive was used.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2477 Thanks to Filipe da Silva.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2478
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2479 *) Bugfix: the "alias" directive used inside a location given by a
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2480 regular expression worked incorrectly if the "if" or "limit_except"
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2481 directives were used.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2482
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2483 *) Bugfix: the "charset" directive did not set a charset to encoded
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2484 backend responses.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2485
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2486 *) Bugfix: a "proxy_pass" directive without URI part might use original
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2487 request after the $args variable was set.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2488 Thanks to Yichun Zhang.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2489
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2490 *) Bugfix: in the "none" parameter in the "smtp_auth" directive; the bug
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2491 had appeared in 1.5.6.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2492 Thanks to Svyatoslav Nikolsky.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2493
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2494 *) Bugfix: if sub_filter and SSI were used together, then responses
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2495 might be transferred incorrectly.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2496
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2497 *) Bugfix: nginx could not be built with the --with-file-aio option on
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2498 Linux/aarch64.
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2499
c61cccf4fad6 nginx-1.7.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 1169
diff changeset
2500
1169
525190b17193 nginx-1.7.0, nginx-1.6.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1148
diff changeset
2501 Changes with nginx 1.7.0 24 Apr 2014
525190b17193 nginx-1.7.0, nginx-1.6.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1148
diff changeset
2502
525190b17193 nginx-1.7.0, nginx-1.6.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1148
diff changeset
2503 *) Feature: backend SSL certificate verification.
525190b17193 nginx-1.7.0, nginx-1.6.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1148
diff changeset
2504
525190b17193 nginx-1.7.0, nginx-1.6.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1148
diff changeset
2505 *) Feature: support for SNI while working with SSL backends.
525190b17193 nginx-1.7.0, nginx-1.6.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1148
diff changeset
2506
525190b17193 nginx-1.7.0, nginx-1.6.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1148
diff changeset
2507 *) Feature: the $ssl_server_name variable.
525190b17193 nginx-1.7.0, nginx-1.6.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1148
diff changeset
2508
525190b17193 nginx-1.7.0, nginx-1.6.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1148
diff changeset
2509 *) Feature: the "if" parameter of the "access_log" directive.
525190b17193 nginx-1.7.0, nginx-1.6.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1148
diff changeset
2510
525190b17193 nginx-1.7.0, nginx-1.6.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 1148
diff changeset
2511
1148
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2512 Changes with nginx 1.5.13 08 Apr 2014
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2513
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2514 *) Change: improved hash table handling; the default values of the
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2515 "variables_hash_max_size" and "types_hash_bucket_size" were changed
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2516 to 1024 and 64 respectively.
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2517
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2518 *) Feature: the ngx_http_mp4_module now supports the "end" argument.
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2519
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2520 *) Feature: byte ranges support in the ngx_http_mp4_module and while
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2521 saving responses to cache.
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2522
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2523 *) Bugfix: alerts "ngx_slab_alloc() failed: no memory" no longer logged
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2524 when using shared memory in the "ssl_session_cache" directive and in
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2525 the ngx_http_limit_req_module.
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2526
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2527 *) Bugfix: the "underscores_in_headers" directive did not allow
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2528 underscore as a first character of a header.
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2529 Thanks to Piotr Sikora.
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2530
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2531 *) Bugfix: cache manager might hog CPU on exit in nginx/Windows.
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2532
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2533 *) Bugfix: nginx/Windows terminated abnormally if the
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2534 "ssl_session_cache" directive was used with the "shared" parameter.
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2535
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2536 *) Bugfix: in the ngx_http_spdy_module.
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2537
2b9dc2c5e129 nginx-1.5.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 1098
diff changeset
2538
1098
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2539 Changes with nginx 1.5.12 18 Mar 2014
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2540
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2541 *) Security: a heap memory buffer overflow might occur in a worker
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2542 process while handling a specially crafted request by
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2543 ngx_http_spdy_module, potentially resulting in arbitrary code
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2544 execution (CVE-2014-0133).
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2545 Thanks to Lucas Molas, researcher at Programa STIC, Fundación Dr.
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2546 Manuel Sadosky, Buenos Aires, Argentina.
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2547
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2548 *) Feature: the "proxy_protocol" parameters of the "listen" and
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2549 "real_ip_header" directives, the $proxy_protocol_addr variable.
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2550
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2551 *) Bugfix: in the "fastcgi_next_upstream" directive.
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2552 Thanks to Lucas Molas.
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2553
bc2a379c4cb6 nginx-1.5.12, nginx-1.4.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 1092
diff changeset
2554
1092
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2555 Changes with nginx 1.5.11 04 Mar 2014
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2556
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2557 *) Security: memory corruption might occur in a worker process on 32-bit
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2558 platforms while handling a specially crafted request by
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2559 ngx_http_spdy_module, potentially resulting in arbitrary code
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2560 execution (CVE-2014-0088); the bug had appeared in 1.5.10.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2561 Thanks to Lucas Molas, researcher at Programa STIC, Fundación Dr.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2562 Manuel Sadosky, Buenos Aires, Argentina.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2563
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2564 *) Feature: the $ssl_session_reused variable.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2565
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2566 *) Bugfix: the "client_max_body_size" directive might not work when
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2567 reading a request body using chunked transfer encoding; the bug had
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2568 appeared in 1.3.9.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2569 Thanks to Lucas Molas.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2570
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2571 *) Bugfix: a segmentation fault might occur in a worker process when
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2572 proxying WebSocket connections.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2573
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2574 *) Bugfix: a segmentation fault might occur in a worker process if the
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2575 ngx_http_spdy_module was used on 32-bit platforms; the bug had
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2576 appeared in 1.5.10.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2577
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2578 *) Bugfix: the $upstream_status variable might contain wrong data if the
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2579 "proxy_cache_use_stale" or "proxy_cache_revalidate" directives were
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2580 used.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2581 Thanks to Piotr Sikora.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2582
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2583 *) Bugfix: a segmentation fault might occur in a worker process if
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2584 errors with code 400 were redirected to a named location using the
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2585 "error_page" directive.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2586
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2587 *) Bugfix: nginx/Windows could not be built with Visual Studio 2013.
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2588
fbb81cb6b012 nginx-1.4.6, nginx-1.5.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 1059
diff changeset
2589
1059
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2590 Changes with nginx 1.5.10 04 Feb 2014
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2591
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2592 *) Feature: the ngx_http_spdy_module now uses SPDY 3.1 protocol.
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2593 Thanks to Automattic and MaxCDN for sponsoring this work.
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2594
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2595 *) Feature: the ngx_http_mp4_module now skips tracks too short for a
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2596 seek requested.
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2597
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2598 *) Bugfix: a segmentation fault might occur in a worker process if the
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2599 $ssl_session_id variable was used in logs; the bug had appeared in
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2600 1.5.9.
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2601
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2602 *) Bugfix: the $date_local and $date_gmt variables used wrong format
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2603 outside of the ngx_http_ssi_filter_module.
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2604
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2605 *) Bugfix: client connections might be immediately closed if deferred
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2606 accept was used; the bug had appeared in 1.3.15.
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2607
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2608 *) Bugfix: alerts "getsockopt(TCP_FASTOPEN) ... failed" appeared in logs
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2609 during binary upgrade on Linux; the bug had appeared in 1.5.8.
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2610 Thanks to Piotr Sikora.
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2611
76debe31d417 nginx-1.5.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 1048
diff changeset
2612
1048
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2613 Changes with nginx 1.5.9 22 Jan 2014
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2614
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2615 *) Change: now nginx expects escaped URIs in "X-Accel-Redirect" headers.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2616
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2617 *) Feature: the "ssl_buffer_size" directive.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2618
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2619 *) Feature: the "limit_rate" directive can now be used to rate limit
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2620 responses sent in SPDY connections.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2621
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2622 *) Feature: the "spdy_chunk_size" directive.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2623
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2624 *) Feature: the "ssl_session_tickets" directive.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2625 Thanks to Dirkjan Bussink.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2626
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2627 *) Bugfix: the $ssl_session_id variable contained full session
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2628 serialized instead of just a session id.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2629 Thanks to Ivan Ristić.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2630
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2631 *) Bugfix: nginx incorrectly handled escaped "?" character in the
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2632 "include" SSI command.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2633
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2634 *) Bugfix: the ngx_http_dav_module did not unescape destination URI of
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2635 the COPY and MOVE methods.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2636
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2637 *) Bugfix: resolver did not understand domain names with a trailing dot.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2638 Thanks to Yichun Zhang.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2639
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2640 *) Bugfix: alerts "zero size buf in output" might appear in logs while
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2641 proxying; the bug had appeared in 1.3.9.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2642
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2643 *) Bugfix: a segmentation fault might occur in a worker process if the
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2644 ngx_http_spdy_module was used.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2645
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2646 *) Bugfix: proxied WebSocket connections might hang right after
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2647 handshake if the select, poll, or /dev/poll methods were used.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2648
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2649 *) Bugfix: the "xclient" directive of the mail proxy module incorrectly
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2650 handled IPv6 client addresses.
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2651
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
2652
1033
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2653 Changes with nginx 1.5.8 17 Dec 2013
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2654
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2655 *) Feature: IPv6 support in resolver.
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2656
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2657 *) Feature: the "listen" directive supports the "fastopen" parameter.
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2658 Thanks to Mathew Rodley.
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2659
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2660 *) Feature: SSL support in the ngx_http_uwsgi_module.
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2661 Thanks to Roberto De Ioris.
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2662
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2663 *) Feature: vim syntax highlighting scripts were added to contrib.
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2664 Thanks to Evan Miller.
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2665
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2666 *) Bugfix: a timeout might occur while reading client request body in an
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2667 SSL connection using chunked transfer encoding.
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2668
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2669 *) Bugfix: the "master_process" directive did not work correctly in
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2670 nginx/Windows.
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2671
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2672 *) Bugfix: the "setfib" parameter of the "listen" directive might not
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2673 work.
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2674
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2675 *) Bugfix: in the ngx_http_spdy_module.
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2676
532f9f7bc17f nginx-1.5.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1012
diff changeset
2677
1012
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2678 Changes with nginx 1.5.7 19 Nov 2013
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2679
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2680 *) Security: a character following an unescaped space in a request line
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2681 was handled incorrectly (CVE-2013-4547); the bug had appeared in
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2682 0.8.41.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2683 Thanks to Ivan Fratric of the Google Security Team.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2684
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2685 *) Change: a logging level of auth_basic errors about no user/password
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2686 provided has been lowered from "error" to "info".
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2687
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2688 *) Feature: the "proxy_cache_revalidate", "fastcgi_cache_revalidate",
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2689 "scgi_cache_revalidate", and "uwsgi_cache_revalidate" directives.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2690
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2691 *) Feature: the "ssl_session_ticket_key" directive.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2692 Thanks to Piotr Sikora.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2693
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2694 *) Bugfix: the directive "add_header Cache-Control ''" added a
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2695 "Cache-Control" response header line with an empty value.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2696
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2697 *) Bugfix: the "satisfy any" directive might return 403 error instead of
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2698 401 if auth_request and auth_basic directives were used.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2699 Thanks to Jan Marc Hoffmann.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2700
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2701 *) Bugfix: the "accept_filter" and "deferred" parameters of the "listen"
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2702 directive were ignored for listen sockets created during binary
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2703 upgrade.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2704 Thanks to Piotr Sikora.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2705
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2706 *) Bugfix: some data received from a backend with unbufferred proxy
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2707 might not be sent to a client immediately if "gzip" or "gunzip"
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2708 directives were used.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2709 Thanks to Yichun Zhang.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2710
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2711 *) Bugfix: in error handling in ngx_http_gunzip_filter_module.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2712
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2713 *) Bugfix: responses might hang if the ngx_http_spdy_module was used
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2714 with the "auth_request" directive.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2715
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2716 *) Bugfix: memory leak in nginx/Windows.
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2717
f7fe7da742c6 nginx-1.5.7, nginx-1.4.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 989
diff changeset
2718
989
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2719 Changes with nginx 1.5.6 01 Oct 2013
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2720
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2721 *) Feature: the "fastcgi_buffering" directive.
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2722
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2723 *) Feature: the "proxy_ssl_protocols" and "proxy_ssl_ciphers"
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2724 directives.
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2725 Thanks to Piotr Sikora.
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2726
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2727 *) Feature: optimization of SSL handshakes when using long certificate
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2728 chains.
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2729
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2730 *) Feature: the mail proxy supports SMTP pipelining.
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2731
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2732 *) Bugfix: in the ngx_http_auth_basic_module when using "$apr1$"
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2733 password encryption method.
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2734 Thanks to Markus Linnala.
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2735
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2736 *) Bugfix: in MacOSX, Cygwin, and nginx/Windows incorrect location might
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2737 be used to process a request if locations were given using characters
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2738 in different cases.
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2739
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2740 *) Bugfix: automatic redirect with appended trailing slash for proxied
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2741 locations might not work.
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2742
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2743 *) Bugfix: in the mail proxy server.
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2744
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2745 *) Bugfix: in the ngx_http_spdy_module.
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2746
32d6056db45b nginx-1.5.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 983
diff changeset
2747
983
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2748 Changes with nginx 1.5.5 17 Sep 2013
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2749
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2750 *) Change: now nginx assumes HTTP/1.0 by default if it is not able to
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2751 detect protocol reliably.
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2752
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2753 *) Feature: the "disable_symlinks" directive now uses O_PATH on Linux.
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2754
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2755 *) Feature: now nginx uses EPOLLRDHUP events to detect premature
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2756 connection close by clients if the "epoll" method is used.
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2757
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2758 *) Bugfix: in the "valid_referers" directive if the "server_names"
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2759 parameter was used.
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2760
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2761 *) Bugfix: the $request_time variable did not work in nginx/Windows.
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2762
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2763 *) Bugfix: in the "image_filter" directive.
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2764 Thanks to Lanshun Zhou.
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2765
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2766 *) Bugfix: OpenSSL 1.0.1f compatibility.
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2767 Thanks to Piotr Sikora.
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2768
866fe164f957 nginx-1.5.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 976
diff changeset
2769
976
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2770 Changes with nginx 1.5.4 27 Aug 2013
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2771
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2772 *) Change: the "js" extension MIME type has been changed to
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2773 "application/javascript"; default value of the "charset_types"
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2774 directive was changed accordingly.
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2775
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2776 *) Change: now the "image_filter" directive with the "size" parameter
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2777 returns responses with the "application/json" MIME type.
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2778
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2779 *) Feature: the ngx_http_auth_request_module.
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2780
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2781 *) Bugfix: a segmentation fault might occur on start or during
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2782 reconfiguration if the "try_files" directive was used with an empty
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2783 parameter.
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2784
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2785 *) Bugfix: memory leak if relative paths were specified using variables
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2786 in the "root" or "auth_basic_user_file" directives.
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2787
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2788 *) Bugfix: the "valid_referers" directive incorrectly executed regular
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2789 expressions if a "Referer" header started with "https://".
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2790 Thanks to Liangbin Li.
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2791
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2792 *) Bugfix: responses might hang if subrequests were used and an SSL
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2793 handshake error happened during subrequest processing.
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2794 Thanks to Aviram Cohen.
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2795
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2796 *) Bugfix: in the ngx_http_autoindex_module.
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2797
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2798 *) Bugfix: in the ngx_http_spdy_module.
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2799
56d316529451 nginx-1.5.4
Maxim Dounin <mdounin@mdounin.ru>
parents: 949
diff changeset
2800
949
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2801 Changes with nginx 1.5.3 30 Jul 2013
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2802
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2803 *) Change in internal API: now u->length defaults to -1 if working with
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2804 backends in unbuffered mode.
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2805
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2806 *) Change: now after receiving an incomplete response from a backend
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2807 server nginx tries to send an available part of the response to a
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2808 client, and then closes client connection.
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2809
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2810 *) Bugfix: a segmentation fault might occur in a worker process if the
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2811 ngx_http_spdy_module was used with the "client_body_in_file_only"
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2812 directive.
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2813
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2814 *) Bugfix: the "so_keepalive" parameter of the "listen" directive might
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2815 be handled incorrectly on DragonFlyBSD.
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2816 Thanks to Sepherosa Ziehau.
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2817
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2818 *) Bugfix: in the ngx_http_xslt_filter_module.
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2819
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2820 *) Bugfix: in the ngx_http_sub_filter_module.
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2821
489b983ec7bc nginx-1.5.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 938
diff changeset
2822
938
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2823 Changes with nginx 1.5.2 02 Jul 2013
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2824
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2825 *) Feature: now several "error_log" directives can be used.
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2826
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2827 *) Bugfix: the $r->header_in() embedded perl method did not return value
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2828 of the "Cookie" and "X-Forwarded-For" request header lines; the bug
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2829 had appeared in 1.3.14.
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2830
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2831 *) Bugfix: in the ngx_http_spdy_module.
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2832 Thanks to Jim Radford.
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2833
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2834 *) Bugfix: nginx could not be built on Linux with x32 ABI.
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2835 Thanks to Serguei Ivantsov.
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2836
edc2c630ba62 nginx-1.5.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 929
diff changeset
2837
929
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2838 Changes with nginx 1.5.1 04 Jun 2013
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2839
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2840 *) Feature: the "ssi_last_modified", "sub_filter_last_modified", and
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2841 "xslt_last_modified" directives.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2842 Thanks to Alexey Kolpakov.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2843
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2844 *) Feature: the "http_403" parameter of the "proxy_next_upstream",
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2845 "fastcgi_next_upstream", "scgi_next_upstream", and
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2846 "uwsgi_next_upstream" directives.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2847
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2848 *) Feature: the "allow" and "deny" directives now support unix domain
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2849 sockets.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2850
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2851 *) Bugfix: nginx could not be built with the ngx_mail_ssl_module, but
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2852 without ngx_http_ssl_module; the bug had appeared in 1.3.14.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2853
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2854 *) Bugfix: in the "proxy_set_body" directive.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2855 Thanks to Lanshun Zhou.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2856
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2857 *) Bugfix: in the "lingering_time" directive.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2858 Thanks to Lanshun Zhou.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2859
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2860 *) Bugfix: the "fail_timeout" parameter of the "server" directive in the
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2861 "upstream" context might not work if "max_fails" parameter was used;
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2862 the bug had appeared in 1.3.0.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2863
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2864 *) Bugfix: a segmentation fault might occur in a worker process if the
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2865 "ssl_stapling" directive was used.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2866 Thanks to Piotr Sikora.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2867
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2868 *) Bugfix: in the mail proxy server.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2869 Thanks to Filipe Da Silva.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2870
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2871 *) Bugfix: nginx/Windows might stop accepting connections if several
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2872 worker processes were used.
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2873
31ed5c0a348b nginx-1.5.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 899
diff changeset
2874
899
012feca3d85f nginx-1.5.0, nginx-1.4.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 888
diff changeset
2875 Changes with nginx 1.5.0 07 May 2013
012feca3d85f nginx-1.5.0, nginx-1.4.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 888
diff changeset
2876
012feca3d85f nginx-1.5.0, nginx-1.4.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 888
diff changeset
2877 *) Security: a stack-based buffer overflow might occur in a worker
012feca3d85f nginx-1.5.0, nginx-1.4.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 888
diff changeset
2878 process while handling a specially crafted request, potentially
012feca3d85f nginx-1.5.0, nginx-1.4.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 888
diff changeset
2879 resulting in arbitrary code execution (CVE-2013-2028); the bug had
012feca3d85f nginx-1.5.0, nginx-1.4.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 888
diff changeset
2880 appeared in 1.3.9.
012feca3d85f nginx-1.5.0, nginx-1.4.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 888
diff changeset
2881 Thanks to Greg MacManus, iSIGHT Partners Labs.
012feca3d85f nginx-1.5.0, nginx-1.4.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 888
diff changeset
2882
012feca3d85f nginx-1.5.0, nginx-1.4.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 888
diff changeset
2883
888
22f93c9f4b55 nginx-1.4.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 887
diff changeset
2884 Changes with nginx 1.4.0 24 Apr 2013
22f93c9f4b55 nginx-1.4.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 887
diff changeset
2885
22f93c9f4b55 nginx-1.4.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 887
diff changeset
2886 *) Bugfix: nginx could not be built with the ngx_http_perl_module if the
22f93c9f4b55 nginx-1.4.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 887
diff changeset
2887 --with-openssl option was used; the bug had appeared in 1.3.16.
22f93c9f4b55 nginx-1.4.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 887
diff changeset
2888
22f93c9f4b55 nginx-1.4.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 887
diff changeset
2889 *) Bugfix: in a request body handling in the ngx_http_perl_module; the
22f93c9f4b55 nginx-1.4.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 887
diff changeset
2890 bug had appeared in 1.3.9.
22f93c9f4b55 nginx-1.4.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 887
diff changeset
2891
22f93c9f4b55 nginx-1.4.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 887
diff changeset
2892
887
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2893 Changes with nginx 1.3.16 16 Apr 2013
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2894
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2895 *) Bugfix: a segmentation fault might occur in a worker process if
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2896 subrequests were used; the bug had appeared in 1.3.9.
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2897
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2898 *) Bugfix: the "tcp_nodelay" directive caused an error if a WebSocket
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2899 connection was proxied into a unix domain socket.
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2900
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2901 *) Bugfix: the $upstream_response_length variable has an incorrect value
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2902 "0" if buffering was not used.
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2903 Thanks to Piotr Sikora.
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2904
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2905 *) Bugfix: in the eventport and /dev/poll methods.
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2906
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2907
875
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2908 Changes with nginx 1.3.15 26 Mar 2013
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2909
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2910 *) Change: opening and closing a connection without sending any data in
887
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2911 it is no longer logged to access_log with error code 400.
875
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2912
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2913 *) Feature: the ngx_http_spdy_module.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2914 Thanks to Automattic for sponsoring this work.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2915
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2916 *) Feature: the "limit_req_status" and "limit_conn_status" directives.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2917 Thanks to Nick Marden.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2918
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2919 *) Feature: the "image_filter_interlace" directive.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2920 Thanks to Ian Babrou.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2921
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2922 *) Feature: $connections_waiting variable in the
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2923 ngx_http_stub_status_module.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2924
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2925 *) Feature: the mail proxy module now supports IPv6 backends.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2926
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2927 *) Bugfix: request body might be transmitted incorrectly when retrying a
887
6a4ef822a85c nginx-1.3.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 875
diff changeset
2928 request to the next upstream server; the bug had appeared in 1.3.9.
875
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2929 Thanks to Piotr Sikora.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2930
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2931 *) Bugfix: in the "client_body_in_file_only" directive; the bug had
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2932 appeared in 1.3.9.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2933
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2934 *) Bugfix: responses might hang if subrequests were used and a DNS error
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2935 happened during subrequest processing.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2936 Thanks to Lanshun Zhou.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2937
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2938 *) Bugfix: in backend usage accounting.
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2939
95c318e2dd4f nginx-1.3.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 855
diff changeset
2940
855
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2941 Changes with nginx 1.3.14 05 Mar 2013
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2942
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2943 *) Feature: $connections_active, $connections_reading, and
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2944 $connections_writing variables in the ngx_http_stub_status_module.
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2945
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2946 *) Feature: support of WebSocket connections in the
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2947 ngx_http_uwsgi_module and ngx_http_scgi_module.
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2948
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2949 *) Bugfix: in virtual servers handling with SNI.
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2950
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2951 *) Bugfix: new sessions were not always stored if the "ssl_session_cache
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2952 shared" directive was used and there was no free space in shared
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2953 memory.
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2954 Thanks to Piotr Sikora.
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2955
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2956 *) Bugfix: multiple X-Forwarded-For headers were handled incorrectly.
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2957 Thanks to Neal Poole for sponsoring this work.
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2958
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2959 *) Bugfix: in the ngx_http_mp4_module.
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2960 Thanks to Gernot Vormayr.
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2961
197e15f72b6d nginx-1.3.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 845
diff changeset
2962
845
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2963 Changes with nginx 1.3.13 19 Feb 2013
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2964
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2965 *) Change: a compiler with name "cc" is now used by default.
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2966
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2967 *) Feature: support for proxying of WebSocket connections.
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2968 Thanks to Apcera and CloudBees for sponsoring this work.
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2969
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2970 *) Feature: the "auth_basic_user_file" directive supports "{SHA}"
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2971 password encryption method.
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2972 Thanks to Louis Opter.
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2973
8b6099769de5 nginx-1.3.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 831
diff changeset
2974
831
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2975 Changes with nginx 1.3.12 05 Feb 2013
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2976
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2977 *) Feature: variables support in the "proxy_bind", "fastcgi_bind",
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2978 "memcached_bind", "scgi_bind", and "uwsgi_bind" directives.
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2979
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2980 *) Feature: the $pipe, $request_length, $time_iso8601, and $time_local
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2981 variables can now be used not only in the "log_format" directive.
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2982 Thanks to Kiril Kalchev.
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2983
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2984 *) Feature: IPv6 support in the ngx_http_geoip_module.
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2985 Thanks to Gregor Kališnik.
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2986
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2987 *) Bugfix: in the "proxy_method" directive.
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2988
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2989 *) Bugfix: a segmentation fault might occur in a worker process if
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2990 resolver was used with the poll method.
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2991
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2992 *) Bugfix: nginx might hog CPU during SSL handshake with a backend if
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2993 the select, poll, or /dev/poll methods were used.
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2994
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2995 *) Bugfix: the "[crit] SSL_write() failed (SSL:)" error.
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2996
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2997 *) Bugfix: in the "client_body_in_file_only" directive; the bug had
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2998 appeared in 1.3.9.
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
2999
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
3000 *) Bugfix: in the "fastcgi_keep_conn" directive.
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
3001
8ae26032d011 nginx-1.3.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 809
diff changeset
3002
809
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3003 Changes with nginx 1.3.11 10 Jan 2013
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3004
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3005 *) Bugfix: a segmentation fault might occur if logging was used; the bug
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3006 had appeared in 1.3.10.
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3007
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3008 *) Bugfix: the "proxy_pass" directive did not work with IP addresses
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3009 without port specified; the bug had appeared in 1.3.10.
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3010
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3011 *) Bugfix: a segmentation fault occurred on start or during
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3012 reconfiguration if the "keepalive" directive was specified more than
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3013 once in a single upstream block.
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3014
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3015 *) Bugfix: parameter "default" of the "geo" directive did not set
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3016 default value for IPv6 addresses.
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3017
175fa0144ebc nginx-1.3.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 794
diff changeset
3018
794
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3019 Changes with nginx 1.3.10 25 Dec 2012
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3020
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3021 *) Change: domain names specified in configuration file are now resolved
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3022 to IPv6 addresses as well as IPv4 ones.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3023
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3024 *) Change: now if the "include" directive with mask is used on Unix
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3025 systems, included files are sorted in alphabetical order.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3026
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3027 *) Change: the "add_header" directive adds headers to 201 responses.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3028
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3029 *) Feature: the "geo" directive now supports IPv6 addresses in CIDR
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3030 notation.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3031
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3032 *) Feature: the "flush" and "gzip" parameters of the "access_log"
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3033 directive.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3034
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3035 *) Feature: variables support in the "auth_basic" directive.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3036
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3037 *) Bugfix: nginx could not be built with the ngx_http_perl_module in
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3038 some cases.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3039
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3040 *) Bugfix: a segmentation fault might occur in a worker process if the
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3041 ngx_http_xslt_module was used.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3042
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3043 *) Bugfix: nginx could not be built on MacOSX in some cases.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3044 Thanks to Piotr Sikora.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3045
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3046 *) Bugfix: the "limit_rate" directive with high rates might result in
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3047 truncated responses on 32-bit platforms.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3048 Thanks to Alexey Antropov.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3049
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3050 *) Bugfix: a segmentation fault might occur in a worker process if the
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3051 "if" directive was used.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3052 Thanks to Piotr Sikora.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3053
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3054 *) Bugfix: a "100 Continue" response was issued with "413 Request Entity
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3055 Too Large" responses.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3056
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3057 *) Bugfix: the "image_filter", "image_filter_jpeg_quality" and
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3058 "image_filter_sharpen" directives might be inherited incorrectly.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3059 Thanks to Ian Babrou.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3060
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3061 *) Bugfix: "crypt_r() failed" errors might appear if the "auth_basic"
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3062 directive was used on Linux.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3063
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3064 *) Bugfix: in backup servers handling.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3065 Thanks to Thomas Chen.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3066
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3067 *) Bugfix: proxied HEAD requests might return incorrect response if the
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3068 "gzip" directive was used.
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3069
e77512b1ce11 nginx-1.3.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 776
diff changeset
3070
776
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3071 Changes with nginx 1.3.9 27 Nov 2012
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3072
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3073 *) Feature: support for chunked transfer encoding while reading client
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3074 request body.
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3075
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3076 *) Feature: the $request_time and $msec variables can now be used not
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3077 only in the "log_format" directive.
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3078
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3079 *) Bugfix: cache manager and cache loader processes might not be able to
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3080 start if more than 512 listen sockets were used.
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3081
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3082 *) Bugfix: in the ngx_http_dav_module.
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3083
52dd79a43437 nginx-1.3.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 746
diff changeset
3084
746
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3085 Changes with nginx 1.3.8 30 Oct 2012
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3086
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3087 *) Feature: the "optional_no_ca" parameter of the "ssl_verify_client"
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3088 directive.
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3089 Thanks to Mike Kazantsev and Eric O'Connor.
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3090
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3091 *) Feature: the $bytes_sent, $connection, and $connection_requests
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3092 variables can now be used not only in the "log_format" directive.
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3093 Thanks to Benjamin Grössing.
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3094
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3095 *) Feature: the "auto" parameter of the "worker_processes" directive.
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3096
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3097 *) Bugfix: "cache file ... has md5 collision" alert.
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3098
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3099 *) Bugfix: in the ngx_http_gunzip_filter_module.
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3100
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3101 *) Bugfix: in the "ssl_stapling" directive.
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3102
a02360a5c265 nginx-1.3.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 697
diff changeset
3103
697
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3104 Changes with nginx 1.3.7 02 Oct 2012
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3105
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3106 *) Feature: OCSP stapling support.
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3107 Thanks to Comodo, DigiCert and GlobalSign for sponsoring this work.
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3108
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3109 *) Feature: the "ssl_trusted_certificate" directive.
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3110
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3111 *) Feature: resolver now randomly rotates addresses returned from cache.
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3112 Thanks to Anton Jouline.
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3113
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3114 *) Bugfix: OpenSSL 0.9.7 compatibility.
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3115
5d939bef335c nginx-1.3.7
Maxim Dounin <mdounin@mdounin.ru>
parents: 678
diff changeset
3116
678
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3117 Changes with nginx 1.3.6 12 Sep 2012
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3118
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3119 *) Feature: the ngx_http_gunzip_filter_module.
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3120
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3121 *) Feature: the "memcached_gzip_flag" directive.
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3122
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3123 *) Feature: the "always" parameter of the "gzip_static" directive.
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3124
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3125 *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14.
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3126 Thanks to Charles Chen.
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3127
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3128 *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3129 the --with-ipv6 option was used.
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3130
90c27a37f4ed nginx-1.3.6
Maxim Dounin <mdounin@mdounin.ru>
parents: 650
diff changeset
3131
650
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3132 Changes with nginx 1.3.5 21 Aug 2012
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3133
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3134 *) Change: the ngx_http_mp4_module module no longer skips tracks in
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3135 formats other than H.264 and AAC.
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3136
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3137 *) Bugfix: a segmentation fault might occur in a worker process if the
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3138 "map" directive was used with variables as values.
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3139
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3140 *) Bugfix: a segmentation fault might occur in a worker process if the
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3141 "geo" directive was used with the "ranges" parameter but without the
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3142 "default" parameter; the bug had appeared in 0.8.43.
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3143 Thanks to Zhen Chen and Weibin Yao.
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3144
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3145 *) Bugfix: in the -p command-line parameter handling.
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3146
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3147 *) Bugfix: in the mail proxy server.
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3148
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3149 *) Bugfix: of minor potential bugs.
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3150 Thanks to Coverity.
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3151
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3152 *) Bugfix: nginx/Windows could not be built with Visual Studio 2005
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3153 Express.
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3154 Thanks to HAYASHI Kentaro.
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3155
26613f012ec8 nginx-1.3.5
Maxim Dounin <mdounin@mdounin.ru>
parents: 612
diff changeset
3156
612
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3157 Changes with nginx 1.3.4 31 Jul 2012
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3158
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3159 *) Change: the "ipv6only" parameter is now turned on by default for
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3160 listening IPv6 sockets.
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3161
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3162 *) Feature: the Clang compiler support.
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3163
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3164 *) Bugfix: extra listening sockets might be created.
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3165 Thanks to Roman Odaisky.
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3166
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3167 *) Bugfix: nginx/Windows might hog CPU if a worker process failed to
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3168 start.
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3169 Thanks to Ricardo Villalobos Guevara.
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3170
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3171 *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header",
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3172 "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header",
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3173 "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header"
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3174 directives might be inherited incorrectly.
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3175
c9d21d180e6a nginx-1.3.4
Ruslan Ermilov <ru@nginx.com>
parents: 577
diff changeset
3176
577
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3177 Changes with nginx 1.3.3 10 Jul 2012
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3178
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3179 *) Feature: entity tags support and the "etag" directive.
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3180
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3181 *) Bugfix: trailing dot in a source value was not ignored if the "map"
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3182 directive was used with the "hostnames" parameter.
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3183
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3184 *) Bugfix: incorrect location might be used to process a request if a
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3185 URI was changed via a "rewrite" directive before an internal redirect
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3186 to a named location.
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3187
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3188
555
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3189 Changes with nginx 1.3.2 26 Jun 2012
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3190
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3191 *) Change: the "single" parameter of the "keepalive" directive is now
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3192 ignored.
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3193
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3194 *) Change: SSL compression is now disabled when using all versions of
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3195 OpenSSL, including ones prior to 1.0.0.
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3196
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3197 *) Feature: it is now possible to use the "ip_hash" directive to balance
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3198 IPv6 clients.
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3199
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3200 *) Feature: the $status variable can now be used not only in the
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3201 "log_format" directive.
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3202
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3203 *) Bugfix: a segmentation fault might occur in a worker process on
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3204 shutdown if the "resolver" directive was used.
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3205
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3206 *) Bugfix: a segmentation fault might occur in a worker process if the
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3207 ngx_http_mp4_module was used.
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3208
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3209 *) Bugfix: in the ngx_http_mp4_module.
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3210
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3211 *) Bugfix: a segmentation fault might occur in a worker process if
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3212 conflicting wildcard server names were used.
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3213
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3214 *) Bugfix: nginx might be terminated abnormally on a SIGBUS signal on
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3215 ARM platform.
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3216
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3217 *) Bugfix: an alert "sendmsg() failed (9: Bad file number)" on HP-UX
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3218 while reconfiguration.
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3219
a9f5ff5e4954 nginx-1.3.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 524
diff changeset
3220
524
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3221 Changes with nginx 1.3.1 05 Jun 2012
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3222
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3223 *) Security: now nginx/Windows ignores trailing dot in URI path
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3224 component, and does not allow URIs with ":$" in it.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3225 Thanks to Vladimir Kochetkov, Positive Research Center.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3226
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3227 *) Feature: the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass"
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3228 directives, and the "server" directive inside the "upstream" block,
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3229 now support IPv6 addresses.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3230
577
22c22895a614 nginx-1.3.3
Maxim Dounin <mdounin@mdounin.ru>
parents: 555
diff changeset
3231 *) Feature: the "resolver" directive now supports IPv6 addresses and an
524
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3232 optional port specification.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3233
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3234 *) Feature: the "least_conn" directive inside the "upstream" block.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3235
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3236 *) Feature: it is now possible to specify a weight for servers while
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3237 using the "ip_hash" directive.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3238
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3239 *) Bugfix: a segmentation fault might occur in a worker process if the
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3240 "image_filter" directive was used; the bug had appeared in 1.3.0.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3241
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3242 *) Bugfix: nginx could not be built with ngx_cpp_test_module; the bug
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3243 had appeared in 1.1.12.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3244
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3245 *) Bugfix: access to variables from SSI and embedded perl module might
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3246 not work after reconfiguration.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3247 Thanks to Yichun Zhang.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3248
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3249 *) Bugfix: in the ngx_http_xslt_filter_module.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3250 Thanks to Kuramoto Eiji.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3251
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3252 *) Bugfix: memory leak if $geoip_org variable was used.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3253 Thanks to Denis F. Latypoff.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3254
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3255 *) Bugfix: in the "proxy_cookie_domain" and "proxy_cookie_path"
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3256 directives.
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3257
5cc4842015a1 nginx-1.3.1, nginx-1.2.1
Maxim Dounin <mdounin@mdounin.ru>
parents: 517
diff changeset
3258
517
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3259 Changes with nginx 1.3.0 15 May 2012
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3260
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3261 *) Feature: the "debug_connection" directive now supports IPv6 addresses
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3262 and the "unix:" parameter.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3263
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3264 *) Feature: the "set_real_ip_from" directive and the "proxy" parameter
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3265 of the "geo" directive now support IPv6 addresses.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3266
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3267 *) Feature: the "real_ip_recursive", "geoip_proxy", and
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3268 "geoip_proxy_recursive" directives.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3269
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3270 *) Feature: the "proxy_recursive" parameter of the "geo" directive.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3271
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3272 *) Bugfix: a segmentation fault might occur in a worker process if the
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3273 "resolver" directive was used.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3274
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3275 *) Bugfix: a segmentation fault might occur in a worker process if the
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3276 "fastcgi_pass", "scgi_pass", or "uwsgi_pass" directives were used and
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3277 backend returned incorrect response.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3278
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3279 *) Bugfix: a segmentation fault might occur in a worker process if the
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3280 "rewrite" directive was used and new request arguments in a
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3281 replacement used variables.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3282
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3283 *) Bugfix: nginx might hog CPU if the open file resource limit was
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3284 reached.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3285
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3286 *) Bugfix: nginx might loop infinitely over backends if the
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3287 "proxy_next_upstream" directive with the "http_404" parameter was
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3288 used and there were backup servers specified in an upstream block.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3289
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3290 *) Bugfix: adding the "down" parameter of the "server" directive might
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3291 cause unneeded client redistribution among backend servers if the
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3292 "ip_hash" directive was used.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3293
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3294 *) Bugfix: socket leak.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3295 Thanks to Yichun Zhang.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3296
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3297 *) Bugfix: in the ngx_http_fastcgi_module.
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3298
dba57bb42fec nginx-1.3.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 500
diff changeset
3299
500
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3300 Changes with nginx 1.2.0 23 Apr 2012
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3301
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3302 *) Bugfix: a segmentation fault might occur in a worker process if the
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3303 "try_files" directive was used; the bug had appeared in 1.1.19.
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3304
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3305 *) Bugfix: response might be truncated if there were more than IOV_MAX
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3306 buffers used.
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3307
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3308 *) Bugfix: in the "crop" parameter of the "image_filter" directive.
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3309 Thanks to Maxim Bublis.
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3310
9b440a217907 nginx-1.2.0
Maxim Dounin <mdounin@mdounin.ru>
parents: 487
diff changeset
3311
487
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3312 Changes with nginx 1.1.19 12 Apr 2012
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3313
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3314 *) Security: specially crafted mp4 file might allow to overwrite memory
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3315 locations in a worker process if the ngx_http_mp4_module was used,
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3316 potentially resulting in arbitrary code execution (CVE-2012-2089).
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3317 Thanks to Matthew Daley.
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3318
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3319 *) Bugfix: nginx/Windows might be terminated abnormally.
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3320 Thanks to Vincent Lee.
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3321
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3322 *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3323 "backup".
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3324
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3325 *) Bugfix: the "allow" and "deny" directives might be inherited
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3326 incorrectly if they were used with IPv6 addresses.
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3327
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3328 *) Bugfix: the "modern_browser" and "ancient_browser" directives might
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3329 be inherited incorrectly.
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3330
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3331 *) Bugfix: timeouts might be handled incorrectly on Solaris/SPARC.
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3332
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3333 *) Bugfix: in the ngx_http_mp4_module.
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3334
2406529bc838 nginx-1.1.19, nginx-1.0.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 470
diff changeset
3335
470
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3336 Changes with nginx 1.1.18 28 Mar 2012
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3337
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3338 *) Change: keepalive connections are no longer disabled for Safari by
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3339 default.
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3340
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3341 *) Feature: the $connection_requests variable.
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3342
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3343 *) Feature: $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd and
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3344 $tcpinfo_rcv_space variables.
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3345
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3346 *) Feature: the "worker_cpu_affinity" directive now works on FreeBSD.
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3347
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3348 *) Feature: the "xslt_param" and "xslt_string_param" directives.
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3349 Thanks to Samuel Behan.
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3350
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3351 *) Bugfix: in configure tests.
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3352 Thanks to Piotr Sikora.
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3353
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3354 *) Bugfix: in the ngx_http_xslt_filter_module.
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3355
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3356 *) Bugfix: nginx could not be built on Debian GNU/Hurd.
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3357
5efd5404094f nginx-1.1.18
Maxim Dounin <mdounin@mdounin.ru>
parents: 445
diff changeset
3358
445
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3359 Changes with nginx 1.1.17 15 Mar 2012
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3360
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3361 *) Security: content of previously freed memory might be sent to a
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3362 client if backend returned specially crafted response.
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3363 Thanks to Matthew Daley.
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3364
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3365 *) Bugfix: in the embedded perl module if used from SSI.
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3366 Thanks to Matthew Daley.
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3367
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3368 *) Bugfix: in the ngx_http_uwsgi_module.
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3369
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3370
437
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3371 Changes with nginx 1.1.16 29 Feb 2012
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3372
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3373 *) Change: the simultaneous subrequest limit has been raised to 200.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3374
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3375 *) Feature: the "from" parameter of the "disable_symlinks" directive.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3376
445
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3377 *) Feature: the "return" and "error_page" directives can now be used to
437
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3378 return 307 redirections.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3379
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3380 *) Bugfix: a segmentation fault might occur in a worker process if the
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3381 "resolver" directive was used and there was no "error_log" directive
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3382 specified at global level.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3383 Thanks to Roman Arutyunyan.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3384
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3385 *) Bugfix: a segmentation fault might occur in a worker process if the
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3386 "proxy_http_version 1.1" or "fastcgi_keep_conn on" directives were
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3387 used.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3388
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3389 *) Bugfix: memory leaks.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3390 Thanks to Lanshun Zhou.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3391
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3392 *) Bugfix: in the "disable_symlinks" directive.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3393
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3394 *) Bugfix: on ZFS filesystem disk cache size might be calculated
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3395 incorrectly; the bug had appeared in 1.0.1.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3396
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3397 *) Bugfix: nginx could not be built by the icc 12.1 compiler.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3398
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3399 *) Bugfix: nginx could not be built by gcc on Solaris; the bug had
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3400 appeared in 1.1.15.
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3401
fd183bec1830 nginx-1.1.16
Maxim Dounin <mdounin@mdounin.ru>
parents: 413
diff changeset
3402
413
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3403 Changes with nginx 1.1.15 15 Feb 2012
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3404
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3405 *) Feature: the "disable_symlinks" directive.
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3406
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3407 *) Feature: the "proxy_cookie_domain" and "proxy_cookie_path"
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3408 directives.
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3409
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3410 *) Bugfix: nginx might log incorrect error "upstream prematurely closed
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3411 connection" instead of correct "upstream sent too big header" one.
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3412 Thanks to Feibo Li.
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3413
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3414 *) Bugfix: nginx could not be built with the ngx_http_perl_module if the
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3415 --with-openssl option was used.
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3416
445
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3417 *) Bugfix: the number of internal redirects to named locations was not
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3418 limited.
413
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3419
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3420 *) Bugfix: calling $r->flush() multiple times might cause errors in the
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3421 ngx_http_gzip_filter_module.
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3422
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3423 *) Bugfix: temporary files might be not removed if the "proxy_store"
445
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3424 directive was used with SSI includes.
413
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3425
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3426 *) Bugfix: in some cases non-cacheable variables (such as the $args
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3427 variable) returned old empty cached value.
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3428
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3429 *) Bugfix: a segmentation fault might occur in a worker process if too
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3430 many SSI subrequests were issued simultaneously; the bug had appeared
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3431 in 0.7.25.
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3432
d9c41f1a9ad9 nginx-1.1.15
Maxim Dounin <mdounin@mdounin.ru>
parents: 378
diff changeset
3433
378
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3434 Changes with nginx 1.1.14 30 Jan 2012
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3435
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3436 *) Feature: multiple "limit_req" limits may be used simultaneously.
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3437
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3438 *) Bugfix: in error handling while connecting to a backend.
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3439 Thanks to Piotr Sikora.
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3440
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3441 *) Bugfix: in AIO error handling on FreeBSD.
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3442
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3443 *) Bugfix: in the OpenSSL library initialization.
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3444
445
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3445 *) Bugfix: the "proxy_redirect" directives might be inherited
86d441d817dd nginx-1.1.17, nginx-1.0.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 437
diff changeset
3446 incorrectly.
378
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3447
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3448 *) Bugfix: memory leak during reconfiguration if the "pcre_jit"
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3449 directive was used.
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3450
9cb58efe09e8 nginx-1.1.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 323
diff changeset
3451
323
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3452 Changes with nginx 1.1.13 16 Jan 2012
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3453
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3454 *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3455 "ssl_protocols" directive.
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3456
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3457 *) Bugfix: the "limit_req" directive parameters were not inherited
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3458 correctly; the bug had appeared in 1.1.12.
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3459
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3460 *) Bugfix: the "proxy_redirect" directive incorrectly processed
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3461 "Refresh" header if regular expression were used.
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3462
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3463 *) Bugfix: the "proxy_cache_use_stale" directive with "error" parameter
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3464 did not return answer from cache if there were no live upstreams.
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3465
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3466 *) Bugfix: the "worker_cpu_affinity" directive might not work.
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3467
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3468 *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3469 1.1.12.
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3470
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3471 *) Bugfix: in the ngx_http_mp4_module.
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3472
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3473
277
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3474 Changes with nginx 1.1.12 26 Dec 2011
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3475
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3476 *) Change: a "proxy_pass" directive without URI part now uses changed
323
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3477 URI after redirection with the "error_page" directive.
277
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3478 Thanks to Lanshun Zhou.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3479
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3480 *) Feature: the "proxy/fastcgi/scgi/uwsgi_cache_lock",
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3481 "proxy/fastcgi/scgi/uwsgi_cache_lock_timeout" directives.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3482
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3483 *) Feature: the "pcre_jit" directive.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3484
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3485 *) Feature: the "if" SSI command supports captures in regular
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3486 expressions.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3487
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3488 *) Bugfix: the "if" SSI command did not work inside the "block" command.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3489
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3490 *) Bugfix: the "limit_conn_log_level" and "limit_req_log_level"
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3491 directives might not work.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3492
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3493 *) Bugfix: the "limit_rate" directive did not allow to use full
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3494 throughput, even if limit value was very high.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3495
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3496 *) Bugfix: the "sendfile_max_chunk" directive did not work, if the
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3497 "limit_rate" directive was used.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3498
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3499 *) Bugfix: a "proxy_pass" directive without URI part always used
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3500 original request URI if variables were used.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3501
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3502 *) Bugfix: a "proxy_pass" directive without URI part might use original
323
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 277
diff changeset
3503 request after redirection with the "try_files" directive.
277
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3504 Thanks to Lanshun Zhou.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3505
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3506 *) Bugfix: in the ngx_http_scgi_module.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3507
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3508 *) Bugfix: in the ngx_http_mp4_module.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3509
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3510 *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3511 1.1.9.
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3512
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
3513
233
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3514 Changes with nginx 1.1.11 12 Dec 2011
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3515
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3516 *) Feature: the "so_keepalive" parameter of the "listen" directive.
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3517 Thanks to Vsevolod Stakhov.
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3518
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3519 *) Feature: the "if_not_empty" parameter of the
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3520 "fastcgi/scgi/uwsgi_param" directives.
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3521
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3522 *) Feature: the $https variable.
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3523
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3524 *) Feature: the "proxy_redirect" directive supports variables in the
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3525 first parameter.
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3526
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3527 *) Feature: the "proxy_redirect" directive supports regular expressions.
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3528
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3529 *) Bugfix: the $sent_http_cache_control variable might contain a wrong
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3530 value if the "expires" directive was used.
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3531 Thanks to Yichun Zhang.
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3532
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3533 *) Bugfix: the "read_ahead" directive might not work combined with
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3534 "try_files" and "open_file_cache".
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3535
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3536 *) Bugfix: a segmentation fault might occur in a worker process if small
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3537 time was used in the "inactive" parameter of the "proxy_cache_path"
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3538 directive.
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3539
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3540 *) Bugfix: responses from cache might hang.
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3541
097a5f67999c nginx-1.1.11
Maxim Dounin <mdounin@mdounin.ru>
parents: 216
diff changeset
3542
216
951c1810c00f nginx-1.1.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 208
diff changeset
3543 Changes with nginx 1.1.10 30 Nov 2011
951c1810c00f nginx-1.1.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 208
diff changeset
3544
1516
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
3545 *) Bugfix: a segmentation fault occurred in a worker process if AIO was
216
951c1810c00f nginx-1.1.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 208
diff changeset
3546 used on Linux; the bug had appeared in 1.1.9.
951c1810c00f nginx-1.1.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 208
diff changeset
3547
951c1810c00f nginx-1.1.10
Maxim Dounin <mdounin@mdounin.ru>
parents: 208
diff changeset
3548
208
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3549 Changes with nginx 1.1.9 28 Nov 2011
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3550
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3551 *) Change: now double quotes are encoded in an "echo" SSI-command
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3552 output.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3553 Thanks to Zaur Abasmirzoev.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3554
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3555 *) Feature: the "valid" parameter of the "resolver" directive. By
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3556 default TTL returned by a DNS server is used.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3557 Thanks to Kirill A. Korinskiy.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3558
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3559 *) Bugfix: nginx might hang after a worker process abnormal termination.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3560
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3561 *) Bugfix: a segmentation fault might occur in a worker process if SNI
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3562 was used; the bug had appeared in 1.1.2.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3563
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3564 *) Bugfix: in the "keepalive_disable" directive; the bug had appeared in
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3565 1.1.8.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3566 Thanks to Alexander Usov.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3567
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3568 *) Bugfix: SIGWINCH signal did not work after first binary upgrade; the
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3569 bug had appeared in 1.1.1.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3570
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3571 *) Bugfix: backend responses with length not matching "Content-Length"
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3572 header line are no longer cached.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3573
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3574 *) Bugfix: in the "scgi_param" directive, if complex parameters were
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3575 used.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3576
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3577 *) Bugfix: in the "epoll" event method.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3578 Thanks to Yichun Zhang.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3579
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3580 *) Bugfix: in the ngx_http_flv_module.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3581 Thanks to Piotr Sikora.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3582
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3583 *) Bugfix: in the ngx_http_mp4_module.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3584
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3585 *) Bugfix: IPv6 addresses are now handled properly in a request line and
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3586 in a "Host" request header line.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3587
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3588 *) Bugfix: "add_header" and "expires" directives did not work if a
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3589 request was proxied and response status code was 206.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3590
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3591 *) Bugfix: nginx could not be built on FreeBSD 10.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3592
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3593 *) Bugfix: nginx could not be built on AIX.
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3594
a4a935c52b62 nginx-1.1.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 178
diff changeset
3595
178
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3596 Changes with nginx 1.1.8 14 Nov 2011
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3597
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3598 *) Change: the ngx_http_limit_zone_module was renamed to the
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3599 ngx_http_limit_conn_module.
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3600
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3601 *) Change: the "limit_zone" directive was superseded by the
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3602 "limit_conn_zone" directive with a new syntax.
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3603
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3604 *) Feature: support for multiple "limit_conn" limits on the same level.
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3605
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3606 *) Feature: the "image_filter_sharpen" directive.
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3607
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3608 *) Bugfix: a segmentation fault might occur in a worker process if
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3609 resolver got a big DNS response.
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3610 Thanks to Ben Hawkes.
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3611
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3612 *) Bugfix: in cache key calculation if internal MD5 implementation was
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3613 used; the bug had appeared in 1.0.4.
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3614
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3615 *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3616 header lines might be passed to backend while caching; or not passed
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3617 without caching if caching was enabled in another part of the
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3618 configuration.
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3619
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3620 *) Bugfix: the module ngx_http_mp4_module sent incorrect
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3621 "Content-Length" response header line if the "start" argument was
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3622 used.
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3623 Thanks to Piotr Sikora.
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3624
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3625
164
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3626 Changes with nginx 1.1.7 31 Oct 2011
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3627
178
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3628 *) Feature: support of several DNS servers in the "resolver" directive.
164
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3629 Thanks to Kirill A. Korinskiy.
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3630
178
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3631 *) Bugfix: a segmentation fault occurred on start or during
164
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3632 reconfiguration if the "ssl" directive was used at http level and
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3633 there was no "ssl_certificate" defined.
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3634
178
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3635 *) Bugfix: reduced memory consumption while proxying big files if they
65431179fb8f nginx-1.1.8
Igor Sysoev <igor@sysoev.ru>
parents: 164
diff changeset
3636 were buffered to disk.
164
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3637
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3638 *) Bugfix: a segmentation fault might occur in a worker process if
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3639 "proxy_http_version 1.1" directive was used.
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3640
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3641 *) Bugfix: in the "expires @time" directive.
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3642
c1096d7c62d8 Adding CHANGES.
Igor Sysoev <igor@sysoev.ru>
parents: 96
diff changeset
3643
96
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3644 Changes with nginx 1.1.6 17 Oct 2011
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3645
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3646 *) Change in internal API: now module context data are cleared while
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3647 internal redirect to named location.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3648 Requested by Yichun Zhang.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3649
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3650 *) Change: if a server in an upstream failed, only one request will be
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3651 sent to it after fail_timeout; the server will be considered alive if
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3652 it will successfully respond to the request.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3653
1673
3ab18995382b nginx-1.9.14
Maxim Dounin <mdounin@mdounin.ru>
parents: 1668
diff changeset
3654 *) Change: now the 0x7F-0xFF characters are escaped as \xXX in an
96
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3655 access_log.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3656
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3657 *) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3658 the following additional values: X-Accel-Limit-Rate,
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3659 X-Accel-Buffering, X-Accel-Charset.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3660
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3661 *) Feature: decrease of memory consumption if SSL is used.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3662
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3663 *) Bugfix: some UTF-8 characters were processed incorrectly.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3664 Thanks to Alexey Kuts.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3665
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3666 *) Bugfix: the ngx_http_rewrite_module directives specified at "server"
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3667 level were executed twice if no matching locations were defined.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3668
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3669 *) Bugfix: a socket leak might occurred if "aio sendfile" was used.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3670
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3671 *) Bugfix: connections with fast clients might be closed after
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3672 send_timeout if file AIO was used.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3673
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3674 *) Bugfix: in the ngx_http_autoindex_module.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3675
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3676 *) Bugfix: the module ngx_http_mp4_module did not support seeking on
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3677 32-bit platforms.
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3678
ad1f09b32e65 nginx-1.1.6
Igor Sysoev <igor@sysoev.ru>
parents: 61
diff changeset
3679
61
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3680 Changes with nginx 1.1.5 05 Oct 2011
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3681
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3682 *) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3683 Thanks to Peter Smit.
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3684
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3685 *) Bugfix: non-cacheable responses might be cached if
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3686 "proxy_cache_bypass" directive was used.
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3687 Thanks to John Ferlito.
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3688
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3689 *) Bugfix: in HTTP/1.1 support in the ngx_http_proxy_module.
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3690
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3691 *) Bugfix: cached responses with an empty body were returned
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3692 incorrectly; the bug had appeared in 0.8.31.
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3693
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3694 *) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3695 bug had appeared in 0.8.32.
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3696
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3697 *) Bugfix: in the "return" directive.
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3698
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3699 *) Bugfix: the "ssl_session_cache builtin" directive caused segmentation
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3700 fault; the bug had appeared in 1.1.1.
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3701
c1899b2ac93e nginx-1.1.5.
Igor Sysoev <igor@sysoev.ru>
parents: 24
diff changeset
3702
24
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3703 Changes with nginx 1.1.4 20 Sep 2011
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3704
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3705 *) Feature: the ngx_http_upstream_keepalive module.
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3706
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3707 *) Feature: the "proxy_http_version" directive.
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3708
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3709 *) Feature: the "fastcgi_keep_conn" directive.
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3710
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3711 *) Feature: the "worker_aio_requests" directive.
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3712
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3713 *) Bugfix: if nginx was built --with-file-aio it could not be run on
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3714 Linux kernel which did not support AIO.
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3715
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3716 *) Bugfix: in Linux AIO error processing.
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3717 Thanks to Hagai Avrahami.
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3718
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3719 *) Bugfix: reduced memory consumption for long-lived requests.
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3720
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3721 *) Bugfix: the module ngx_http_mp4_module did not support 64-bit MP4
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3722 "co64" atom.
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3723
6e597904e24a nginx-1.1.4, upstream persistent connections.
Igor Sysoev <igor@sysoev.ru>
parents: 22
diff changeset
3724
22
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3725 Changes with nginx 1.1.3 14 Sep 2011
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3726
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3727 *) Feature: the module ngx_http_mp4_module.
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3728
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3729 *) Bugfix: in Linux AIO combined with open_file_cache.
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3730
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3731 *) Bugfix: open_file_cache did not update file info on retest if file
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3732 was not atomically changed.
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3733
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3734 *) Bugfix: nginx could not be built on MacOSX 10.7.
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3735
9d3403f5204d nginx-1.1.3, ngx_http_mp4_module
Igor Sysoev <igor@sysoev.ru>
parents: 21
diff changeset
3736
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3737 Changes with nginx 1.1.2 05 Sep 2011
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3738
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3739 *) Change: now if total size of all ranges is greater than source
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3740 response size, then nginx disables ranges and returns just the source
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3741 response.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3742
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3743 *) Feature: the "max_ranges" directive.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3744
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3745 *) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3746 "ssl_prefer_server_ciphers" directives might work incorrectly if SNI
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3747 was used.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3748
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3749 *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3750 directives.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3751
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3752
11
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3753 Changes with nginx 1.1.1 22 Aug 2011
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3754
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3755 *) Change: now cache loader processes either as many files as specified
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3756 by "loader_files" parameter or works no longer than time specified by
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3757 the "loader_threshold" parameter during each iteration.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3758
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3759 *) Change: now SIGWINCH signal works only in daemon mode.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3760
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3761 *) Feature: now shared zones and caches use POSIX semaphores on Solaris.
11
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3762 Thanks to Den Ivanov.
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3763
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3764 *) Feature: accept filters are now supported on NetBSD.
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3765
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3766 *) Bugfix: nginx could not be built on Linux 3.0.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3767
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3768 *) Bugfix: nginx did not use gzipping in some cases; the bug had
11
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3769 appeared in 1.1.0.
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3770
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3771 *) Bugfix: request body might be processed incorrectly if client used
11
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3772 pipelining.
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3773
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3774 *) Bugfix: in the "request_body_in_single_buf" directive.
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3775
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3776 *) Bugfix: in "proxy_set_body" and "proxy_pass_request_body" directives
11
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3777 if SSL connection to backend was used.
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3778
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3779 *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3780 "down".
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3781
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3782 *) Bugfix: a segmentation fault might occur during reconfiguration if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3783 ssl_session_cache was defined but not used in previous configuration.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3784
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3785 *) Bugfix: a segmentation fault might occur in a worker process if many
11
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3786 backup servers were used in an upstream.
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3787
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3788 *) Bugfix: a segmentation fault might occur in a worker process if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3789 "fastcgi/scgi/uwsgi_param" directives were used with values starting
11
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3790 with "HTTP_"; the bug had appeared in 0.8.40.
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3791
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
3792
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3793 Changes with nginx 1.1.0 01 Aug 2011
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 *) Feature: cache loader run time decrease.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3796
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3797 *) Feature: "loader_files", "loader_sleep", and "loader_threshold"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3798 options of the "proxy/fastcgi/scgi/uwsgi_cache_path" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3799
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3800 *) Feature: loading time decrease of configuration with large number of
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3801 HTTPS sites.
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 *) Feature: now nginx supports ECDHE key exchange ciphers.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3804 Thanks to Adrian Kotelba.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3805
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3806 *) Feature: the "lingering_close" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3807 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3808
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3809 *) Bugfix: in closing connection for pipelined requests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3810 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3811
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3812 *) Bugfix: nginx did not disable gzipping if client sent "gzip;q=0" in
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3813 "Accept-Encoding" request header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3814
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3815 *) Bugfix: in timeout in unbuffered proxied mode.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3816 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3817
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3818 *) Bugfix: memory leaks when a "proxy_pass" directive contains variables
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3819 and proxies to an HTTPS backend.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3820 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3821
1516
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
3822 *) Bugfix: in parameter validation of a "proxy_pass" directive with
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3823 variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3824 Thanks to Lanshun Zhou.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3825
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3826 *) Bugfix: SSL did not work on QNX.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3827 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3828
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3829 *) Bugfix: SSL modules could not be built by gcc 4.6 without
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3830 --with-debug option.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3831
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3832
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3833 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
3834
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3835 *) 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
3836 Thanks to Rob Stradling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3837
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3838 *) 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
3839 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3840 Thanks to Witold Filipczyk.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3841
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3842 *) Feature: $uid_reset variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3843
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3844 *) 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
3845 caching was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3846 Thanks to Lanshun Zhou.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3847
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3848 *) Bugfix: worker processes may got caught in an endless loop during
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3849 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
3850 0.8.48.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3851 Thanks to Maxim Dounin.
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 *) Bugfix: "stalled cache updating" alert.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3854 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3855
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3856
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3857 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
3858
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3859 *) 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
3860 directive is given by prefixes "~" or "~*".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3861
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3862 *) 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
3863 Thanks to Denis F. Latypoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3864
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3865 *) Bugfix: "stalled cache updating" alert.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3866
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3867 *) 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
3868 the bug had appeared in 1.0.3.
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 1.0.3 25 May 2011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3872
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3873 *) 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
3874 "{PLAIN}", and "{SSHA}" password encryption methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3875 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3876
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3877 *) 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
3878 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
3879
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3880 *) 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
3881 addresses mapped to IPv6 addresses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3882
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3883 *) Bugfix: a segmentation fault occurred in a worker process during
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3884 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
3885 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
3886
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3887 *) Bugfix: a cached response may be broken if "proxy/fastcgi/scgi/
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3888 uwsgi_cache_bypass" and "proxy/fastcgi/scgi/uwsgi_no_cache" directive
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3889 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
3890
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3891
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3892 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
3893
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3894 *) 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
3895
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3896 *) 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
3897 Thanks to Adam Bocim.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3898
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3899 *) 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
3900 1.0.1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3901
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3902
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3903 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
3904
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3905 *) 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
3906 because of better distribution.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3907 Thanks to Oleg Mamontov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3908
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3909 *) 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
3910 false values.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3911 Thanks to Maxim Dounin.
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 *) 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
3914
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3915 *) 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
3916 modules.
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 *) Bugfix: now nginx limits better disk cache size.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3919 Thanks to Oleg Mamontov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3920
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3921 *) Bugfix: a segmentation fault might occur while parsing incorrect IPv4
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3922 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
3923 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3924
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3925 *) 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
3926 option.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3927
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3928 *) 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
3929 had appeared in 0.9.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3930 Thanks to Dagobert Michelsen.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3931
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3932 *) Bugfix: $request_time variable had invalid values if subrequests were
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3933 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
3934 Thanks to Igor A. Valcov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3935
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3936
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3937 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
3938
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3939 *) 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
3940 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3941
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3942 *) 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
3943 with an "image_filter rotate 180" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3944
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3945 *) 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
3946
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3947
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3948 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
3949
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3950 *) 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
3951 are no free worker connections.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3952 Thanks to Maxim Dounin.
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 "rotate" parameter of the "image_filter" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3955 Thanks to Adam Bocim.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3956
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3957 *) Bugfix: a case when a backend in "fastcgi_pass", "scgi_pass", or
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3958 "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
3959 defined upstream.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3960
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 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
3963
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3964 *) Feature: the "map" directive supports regular expressions as value of
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3965 the first parameter.
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: $time_iso8601 access_log variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3968 Thanks to Michael Lustfield.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3969
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3970
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3971 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
3972
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3973 *) 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
3974 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3975
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3976 *) 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
3977 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3978 Thanks to Denis F. Latypoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3979
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3980 *) 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
3981 directive has no URI part.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3982 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3983
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3984 *) Bugfix: an "error_page" directive did not work with nonstandard error
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3985 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
3986 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3987
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 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
3990
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3991 *) 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
3992
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3993 *) 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
3994
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3995
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3996 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
3997
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3998 *) Bugfix: if there was a single server for given IPv6 address:port
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
3999 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
4000 directive did not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4001
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4002 *) 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
4003 0.9.0.
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.9.2 06 Dec 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4007
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4008 *) 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
4009 support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4010
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4011 *) 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
4012 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
4013
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4014 *) 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
4015 0.9.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4016
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4017 *) Bugfix: for OpenSSL vulnerability CVE-2010-4180.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4018 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4019
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4020
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4021 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
4022
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4023 *) 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
4024 appeared in 0.9.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4025
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4026
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4027 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
4028
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4029 *) Feature: the "keepalive_disable" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4030
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4031 *) Feature: the "map" directive supports variables as value of a defined
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4032 variable.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4033
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4034 *) 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
4035 first parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4036
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4037 *) 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
4038 parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4039
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4040 *) Feature: nginx(8) manual page.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4041 Thanks to Sergey Osokin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4042
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4043 *) Feature: Linux accept4() support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4044 Thanks to Simon Liu.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4045
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4046 *) 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
4047 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
4048
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4049 *) 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
4050 "auth_basic" directive was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4051 Thanks to Michail Laletin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4052
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4053 *) Bugfix: compatibility with ngx_http_eval_module; the bug had appeared
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4054 in 0.8.42.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4055
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4056
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4057 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
4058
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4059 *) 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
4060 code in a redirect.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4061
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4062 *) 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
4063 mask.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4064
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4065 *) 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
4066 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4067
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4068 *) Bugfix: if the first server had no "listen" directive and there was
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4069 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
4070 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
4071
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4072
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4073 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
4074
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4075 *) 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
4076 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
4077
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4078
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4079 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
4080
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4081 *) 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
4082
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4083 *) 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
4084 "alert" to "error".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4085
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4086 *) 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
4087 times.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4088
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4089
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4090 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
4091
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4092 *) 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
4093 "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
4094
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4095 *) Feature: the -q switch.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4096 Thanks to Gena Makhomed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4097
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4098 *) Bugfix: worker processes may got caught in an endless loop during
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4099 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
4100 0.8.48.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4101
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4102 *) Bugfix: in the "gzip_disable" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4103 Thanks to Derrick Petzold.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4104
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4105 *) 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
4106 signals to a process run in other session.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4109 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
4110
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4111 *) 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
4112 variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4113
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4114 *) Bugfix: a segmentation fault might occur in a worker process, if the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4115 $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
4116 0.8.48.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4117
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4118 *) 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
4119 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
4120
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4121
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4122 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
4123
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4124 *) 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
4125 name "".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4126 Thanks to Gena Makhomed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4127
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4128 *) 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
4129 "off".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4130
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4131 *) 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
4132 $geoip_region_name variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4133 Thanks to Christine McGonagle.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4134
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4135 *) Bugfix: the "proxy_pass", "fastcgi_pass", "uwsgi_pass", and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4136 "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
4137 blocks.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4138
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4139 *) Bugfix: the "proxy_cache_min_uses", "fastcgi_cache_min_uses"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4140 "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
4141 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
4142
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4143 *) 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
4144 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
4145 Thanks to Yuriy Taraday and Frank Enderle.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4146
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4147 *) Bugfix: the "rewrite" directive did not escape a ";" character during
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4148 copying from URI to query string.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4149 Thanks to Daisuke Murase.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4150
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4151 *) 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
4152 image was larger than "image_filter_buffer" size.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4153
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4154
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4155 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
4156
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4157 *) 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
4158
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4159 *) 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
4160
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4161 *) Bugfix: a cache manager process may got caught in an endless loop, if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4162 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
4163
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 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
4166
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4167 *) Change: now the "proxy_no_cache", "fastcgi_no_cache",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4168 "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
4169 response saving only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4170
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4171 *) 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
4172 "uwsgi_cache_bypass", and "scgi_cache_bypass" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4173
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4174 *) Bugfix: nginx did not free memory in cache keys zones if there was an
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4175 error during working with backend: the memory was freed only after
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4176 inactivity time or on memory low condition.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4177
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4178
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4179 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
4180
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4181 *) Feature: ngx_http_xslt_filter improvements.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4182 Thanks to Laurence Rowe.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4183
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4184 *) 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
4185 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
4186 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4187
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4188 *) 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
4189 parameter.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4192 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
4193
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4194 *) 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
4195 they have a "Set-Cookie" header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4196
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4197 *) Feature: the "listen" directive supports the "setfib" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4198 Thanks to Andrew Filonov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4199
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4200 *) 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
4201 partial match.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4202
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4203 *) Bugfix: compatibility with HP/UX.
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 *) Bugfix: compatibility with AIX xlC_r compiler.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4206
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4207 *) 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
4208 Thanks to Miroslaw Jaworski.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4209
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4210
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4211 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
4212
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4213 *) Feature: large geo ranges base loading speed-up.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4214
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4215 *) Bugfix: an error_page redirection to "location /zero {return 204;}"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4216 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
4217 appeared in 0.8.42.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4218
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4219 *) 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
4220 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4221
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4222 *) 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
4223 stage.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4224
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4225
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4226 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
4227
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4228 *) Change: now nginx tests locations given by regular expressions, if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4229 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
4230 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
4231
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4232 *) Feature: the ngx_http_scgi_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4233 Thanks to Manlio Perillo.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4234
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4235 *) 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
4236
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4237
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4238 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
4239
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4240 *) 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
4241 requested file name has invalid UTF-8 encoding.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4242
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4243 *) 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
4244
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4245 *) 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
4246 "Refresh" response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4247 Thanks to Andrey Andreew and Max Sogin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4248
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4249 *) Bugfix: nginx did not support path without host name in "Destination"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4250 request header line.
0
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4253 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
4254
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4255 *) 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
4256 Thanks to Jose Antonio Vazquez Gonzalez.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4257
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4258 *) Feature: the ngx_http_uwsgi_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4259 Thanks to Roberto De Ioris.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4260
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4261 *) Feature: a "fastcgi_param" directive with value starting with "HTTP_"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4262 overrides a client request header line.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4263
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4264 *) 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
4265 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
4266
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4267 *) 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
4268 reconfiguration.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4269 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4270
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 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
4273
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4274 *) 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
4275 inclusive location.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4276
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4277 *) 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
4278 combination.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4279
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4280 *) 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
4281 online upgrade.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4282 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4283
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4284
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4285 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
4286
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4287 *) 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
4288
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4289 *) Feature: now the "rewrite" directive does a redirect automatically if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4290 the $scheme variable is used.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4291 Thanks to Piotr Sikora.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4292
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4293 *) 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
4294 algorithm.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4295 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4296
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4297 *) 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
4298 modules.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4299
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4300
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4301 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
4302
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4303 *) Feature: the ngx_http_split_clients_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4304
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4305 *) 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
4306
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4307 *) 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
4308 "Cache-Control" backend response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4309
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4310 *) 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
4311 used, if empty response has 200 status code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4312
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4313 *) Bugfix: if a proxied or FastCGI request was internally redirected to
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4314 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
4315 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
4316 Thanks to Yichun Zhang.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4317
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4318 *) 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
4319 to Zimbra server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4320 Thanks to Alan Batie.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4321
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4322
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4323 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
4324
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4325 *) Bugfix: the ngx_http_dav_module handled incorrectly the DELETE, COPY,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4326 and MOVE methods for symlinks.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4327
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4328 *) 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
4329 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
4330
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4331 *) 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
4332 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
4333
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4334 *) 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
4335 Thanks to Vicente Aguilar and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4336
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4337 *) 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
4338 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4339
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4340 *) 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
4341 appeared in 0.8.35.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4342
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4343
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4344 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
4345
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4346 *) 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
4347
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4348 *) Feature: the "chunked_transfer_encoding" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4349
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4350 *) 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
4351 arguments part in a rewrite rule.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4352
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4353 *) Bugfix: nginx might be terminated abnormally while a signal
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4354 processing or if the directive "timer_resolution" was used on
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4355 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
4356 methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4357 Thanks to George Xie and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4358
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4359 *) Bugfix: if temporary files and permanent storage area resided at
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4360 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
4361 incorrect.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4362 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4363
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4364 *) 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
4365 "memcached sent invalid trailer".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4366 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4367
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4368 *) 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
4369 sources.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4370 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4371
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4372 *) Bugfix: a segmentation fault occurred in a worker process, if there
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4373 was large stderr output before FastCGI response; the bug had appeared
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4374 in 0.8.34.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4375 Thanks to Maxim Dounin.
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.8.34 03 Mar 2010
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4379
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4380 *) 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
4381 certificates.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4382 Thanks to Innocenty Enikeew.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4383
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4384 *) Bugfix: nginx cached incorrectly FastCGI responses if there was large
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4385 stderr output before response.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4386
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4387 *) Bugfix: nginx did not support HTTPS referrers.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4388
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4389 *) 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
4390 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
4391
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4392 *) 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
4393 format was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4394 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4395
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4396 *) Bugfix: if ssl_session_cache was not set or was set to "none", then
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4397 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
4398 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
4399
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4400 *) 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
4401 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
4402
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4403 *) 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
4404 directive was output with "text/plain" MIME type.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4405
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4406 *) 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
4407
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4408
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4409 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
4410
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4411 *) 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
4412 Thanks to Dan Crowley, Core Security Technologies.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4413
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4414 *) Security: now nginx/Windows ignores short files names.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4415 Thanks to Dan Crowley, Core Security Technologies.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4416
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4417 *) 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
4418 disabled for MSIE 7.0+.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4419 Thanks to Adam Lounds.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4420
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4421 *) Workaround: now keepalive connections are disabled for Safari.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4422 Thanks to Joshua Sierles.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4423
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4424 *) Bugfix: if a proxied or FastCGI request was internally redirected to
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4425 another proxied or FastCGI location, then $upstream_response_time
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4426 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
4427 0.8.7.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4428
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4429 *) 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
4430 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
4431
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4432
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4433 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
4434
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4435 *) 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
4436 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4437
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4438 *) 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
4439 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4440
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4441 *) Bugfix: now the "localhost" name is used in the "Host" request header
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4442 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
4443 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4444 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4445
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4446 *) 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
4447 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4448 Thanks to Julian Reich.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4449
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4450 *) Bugfix: if the "expires modified" set date in the past, then a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4451 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
4452 Thanks to Alex Kapranoff.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4455 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
4456
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4457 *) 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
4458 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4459
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4460 *) 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
4461 $geoip_longitude variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4462 Thanks to Arvind Sundararajan.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4463
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4464 *) Feature: now the ngx_http_image_filter_module deletes always EXIF and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4465 other application specific data if the data consume more than 5% of a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4466 JPEG file.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4467
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4468 *) 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
4469 body.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4470 Thanks to Piotr Sikora.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4471
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4472 *) 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
4473 optimization option was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4474 Thanks to Maxim Dounin and Denis F. Latypoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4475
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4476 *) 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
4477 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
4478
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4479 *) 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
4480 header line in a proxied request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4481 Thanks to Tim Dettrick and David Kostal.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4482
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4483 *) 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
4484 file should replace an already existent file.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4485
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4486
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4487 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
4488
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4489 *) 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
4490 "large_client_header_buffers" directive is 8K.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4491 Thanks to Andrew Cholakian.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4492
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4493 *) 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
4494
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4495 *) 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
4496 file should replace an already existent file.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4497
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4498 *) Bugfix: of "double free or corruption" error issued if host could not
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4499 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
4500 Thanks to Konstantin Svist.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4501
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4502 *) Bugfix: in libatomic usage on some platforms.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4503 Thanks to W-Mark Kubacki.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4504
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4505
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4506 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
4507
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4508 *) 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
4509 proxied HTTP/0.9 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4510
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4511 *) Feature: the "addition_types", "charset_types", "gzip_types",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4512 "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
4513 an "*" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4514
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4515 *) 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
4516 Thanks to W-Mark Kubacki.
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 *) 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
4519 Thanks to W-Mark Kubacki.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4520
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4521 *) 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
4522
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4523 *) 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
4524
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4525 *) 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
4526 work in a "server_name" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4527 Thanks to Maxim Dounin.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4530 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
4531
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4532 *) 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
4533 the bug had appeared in 0.8.25.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4536 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
4537
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4538 *) 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
4539 had appeared in 0.8.25.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4540
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4541
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4542 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
4543
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4544 *) 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
4545 appeared in 0.8.25.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4546
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4547 *) Bugfix: nginx could not be built without the --with-debug option; the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4548 bug had appeared in 0.8.25.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4549
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4550
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4551 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
4552
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4553 *) 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
4554 not found by $r->variable() method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4555
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4556 *) Feature: the ngx_http_degradation_module.
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 *) Feature: regular expression named captures.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4559
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4560 *) 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
4561 variables are used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4562
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4563 *) 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
4564
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4565 *) 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
4566 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
4567
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4568 *) Bugfix: nginx sent gzipped responses to clients those do not support
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4569 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
4570 in 0.8.16.
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.8.24 11 Nov 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4574
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4575 *) 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
4576 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
4577
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4578 *) Bugfix: nginx could not be built without the --with-debug option; the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4579 bug had appeared in 0.8.23.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4580
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4581 *) 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
4582 inherited incorrectly from previous level.
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 *) Bugfix: in resolving empty name.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4585
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4586
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4587 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
4588
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4589 *) Security: now SSL/TLS renegotiation is disabled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4590 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4591
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4592 *) 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
4593 upgrade.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4594
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4595 *) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive did
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4596 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
4597
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4598 *) Bugfix: segmentation fault and infinite looping in resolver.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4599
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4600 *) Bugfix: in resolver.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4601 Thanks to Artem Bokhan.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4602
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4603
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4604 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
4605
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4606 *) 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
4607 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4608
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4609 *) 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
4610
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4611 *) 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
4612 request headers.
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 *) 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
4615
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4616 *) 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
4617 testing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4618
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4619 *) 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
4620
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4621 *) Bugfix: the "!-x" operator did not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4622 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4623
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4624 *) 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
4625 limit_rate was used in HTTPS server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4626 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4627
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4628 *) 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
4629 $limit_rate logging.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4630 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4631
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4632 *) Bugfix: a segmentation fault might occur in a worker process, if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4633 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
4634 appeared in 0.8.21.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4635
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 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
4638
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4639 *) 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
4640
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4641 *) 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
4642 domain sockets.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4643 Thanks to Hongli Lai.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4644
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4645 *) 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
4646
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4647 *) 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
4648 socket options.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4649
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4650 *) 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
4651
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4652 *) 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
4653
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4654
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4655 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
4656
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4657 *) 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
4658
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4659 *) Bugfix: the ngx_http_autoindex_module did not show the trailing slash
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4660 in links to a directory; the bug had appeared in 0.7.15.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4661
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4662 *) 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
4663 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
4664
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4665 *) 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
4666 "Cache-Control" backend response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4667
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4668 *) Bugfix: nginx/Windows might not create temporary file, a cache file,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4669 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
4670 rights for top level directories.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4671
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4672 *) Bugfix: the "Set-Cookie" and "P3P" FastCGI response header lines were
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4673 not hidden while caching if no "fastcgi_hide_header" directives were
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4674 used with any parameters.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4675
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4676 *) Bugfix: nginx counted incorrectly disk cache size.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4677
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4678
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4679 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
4680
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4681 *) Change: now SSLv2 protocol is disabled by default.
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 *) 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
4684
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4685 *) Bugfix: a "limit_req" directive did not work; the bug had appeared in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4686 0.8.18.
0
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4689 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
4690
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4691 *) Feature: the "read_ahead" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4692
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4693 *) 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
4694
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4695 *) 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
4696 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4697
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4698 *) 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
4699 algorithm.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4700 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4701
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4702 *) Bugfix: nginx did not work on Linux/sparc.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4703 Thanks to Marcus Ramberg.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4704
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4705 *) Bugfix: nginx sent '\0' in a "Location" response header line on MKCOL
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4706 request.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4707 Thanks to Xie Zhenye.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4708
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4709 *) 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
4710 bug had appeared in 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4711
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4712 *) 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
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.8.17 28 Sep 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4716
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4717 *) 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
4718 line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4719
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4720 *) 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
4721
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4722 *) Feature: the $ssl_session_id variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4723
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4724 *) 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
4725
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4726
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4727 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
4728
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4729 *) Feature: the "image_filter_transparency" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4730
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4731 *) Bugfix: "addition_types" directive was incorrectly named
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4732 "addtion_types".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4733
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4734 *) Bugfix: resolver cache poisoning.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4735 Thanks to Matthew Dempsky.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4736
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4737 *) Bugfix: memory leak in resolver.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4738 Thanks to Matthew Dempsky.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4739
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4740 *) 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
4741 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
4742
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4743 *) 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
4744 ngx_http_image_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4745
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4746 *) 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
4747 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
4748
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4749 *) 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
4750 nginx/Windows.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4751
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4752 *) 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
4753 0.8.11.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4754 Thanks to Igor Artemiev.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4755
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4756
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4757 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
4758
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4759 *) 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
4760 specially crafted request handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4761 Thanks to Chris Ries.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4762
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4763 *) Bugfix: if names .domain.tld, .sub.domain.tld, and .domain-some.tld
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4764 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
4765 .domain.tld.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4766
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4767 *) 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
4768
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4769 *) Bugfix: in file AIO.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4770
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4771 *) 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
4772
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4773 *) 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
4774
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4775
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4776 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
4777
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4778 *) 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
4779 state.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4780
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4781 *) 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
4782 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
4783 Thanks to Sergey Bochenkov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4784
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4785 *) 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
4786
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4787 *) 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
4788 bug had appeared in 0.6.10.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4789
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4790
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4791 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
4792
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4793 *) 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
4794 0.8.12.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4795
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4796 *) 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
4797 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
4798
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4799
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4800 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
4801
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4802 *) 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
4803
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4804 *) 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
4805
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4806 *) 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
4807
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4808
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4809 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
4810
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4811 *) 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
4812 for MSIE 6.0 SV1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4813
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4814 *) Feature: file AIO support on FreeBSD and Linux.
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 *) Feature: the "directio_alignment" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4817
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4818
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4819 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
4820
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4821 *) 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
4822
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4823 *) Bugfix: in copying temporary files to permanent storage area; the bug
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4824 had appeared in 0.8.9.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4825
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4826
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4827 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
4828
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4829 *) 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
4830 should improve large caches handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4831
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4832 *) Feature: now temporary files and permanent storage area may reside at
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4833 different file systems.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4834
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4835
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4836 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
4837
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4838 *) Bugfix: in handling FastCGI headers split in records.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4839
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4840 *) Bugfix: a segmentation fault occurred in worker process, if a request
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4841 was handled in two proxied or FastCGIed locations and a caching was
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4842 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
4843
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4844
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4845 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
4846
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4847 *) 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
4848
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4849 *) Change: the "ask" parameter of the "ssl_verify_client" directive was
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4850 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
4851 certificate if it was offered.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4852 Thanks to Brice Figureau.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4853
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4854 *) Feature: the $ssl_client_verify variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4855 Thanks to Brice Figureau.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4856
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4857 *) Feature: the "ssl_crl" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4858 Thanks to Brice Figureau.
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 *) Feature: the "proxy" parameter of the "geo" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4861
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4862 *) 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
4863 size.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4864
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4865 *) Bugfix: the $ssl_client_cert variable usage corrupted memory; the bug
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4866 had appeared in 0.7.7.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4867 Thanks to Sergey Zhuravlev.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4868
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4869 *) Bugfix: "proxy_pass_header" and "fastcgi_pass_header" directives did
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4870 not pass to a client the "X-Accel-Redirect", "X-Accel-Limit-Rate",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4871 "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
4872 response header.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4873 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4874
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4875 *) 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
4876 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
4877 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4878
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4879 *) 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
4880 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
4881
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4882
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4883 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
4884
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4885 *) Feature: the ngx_http_geoip_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4886
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4887 *) 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
4888 document" for valid XML document.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4889 Thanks to Kuramoto Eiji.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4890
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4891 *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4892 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
4893
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4894 *) 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
4895 Thanks to Hugo Leisink.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4896
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4897 *) 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
4898 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
4899 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4900
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 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
4903
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4904 *) 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
4905
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4906 *) 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
4907 while HTTP Basic authentication on Windows.
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: 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
4910
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4911 *) Bugfix: in ngx_http_limit_req_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4912 Thanks to Maxim Dounin.
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.8.4 22 Jun 2009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4916
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4917 *) 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
4918 appeared in 0.8.3.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4921 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
4922
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4923 *) Feature: the $upstream_cache_status variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4924
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4925 *) 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
4926
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4927 *) 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
4928 appeared in 0.8.2.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4929
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4930 *) Bugfix: a segmentation fault occurred in worker process, if a backend
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4931 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
4932 "WWW-Authenticate" response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4933 Thanks to Eugene Mychlo.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4936 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
4937
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4938 *) 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
4939 start up.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4940
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4941 *) 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
4942 the bug had appeared in 0.7.4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4943
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4944
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4945 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
4946
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4947 *) 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
4948 "fastcgi_cache_use_stale" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4949
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4950 *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4951 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
4952 "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
4953
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4954 *) Bugfix: the "Set-Cookie" and "P3P" response header lines were not
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4955 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
4956 directives were used with any parameters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4957
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4958 *) 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
4959 format.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4960 Thanks to Denis Ilyinyh.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4961
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4962 *) Bugfix: nginx could not be built modules on Solaris 10 and early; the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4963 bug had appeared in 0.7.56.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4964
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4965
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4966 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
4967
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4968 *) Feature: the "keepalive_requests" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4969
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4970 *) Feature: the "limit_rate_after" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4971 Thanks to Ivan Debnar.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4972
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4973 *) Bugfix: XLST filter did not work in subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4974
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4975 *) Bugfix: in relative paths handling in nginx/Windows.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4976
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4977 *) Bugfix: in proxy_store, fastcgi_store, proxy_cache, and fastcgi_cache
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4978 in nginx/Windows.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4979
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4980 *) Bugfix: in memory allocation error handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4981 Thanks to Maxim Dounin and Kirill A. Korinskiy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4982
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 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
4985
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4986 *) 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
4987 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4988
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4989 *) 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
4990 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4991
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4992 *) Bugfix: a segmentation fault occurred in worker process, if a request
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4993 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
4994 the bug had appeared in 0.7.58.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4995
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4996 *) 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
4997 the bug had appeared in 0.7.56.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4998
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
4999 *) 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
5000 SSI, charset, and gzip filters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5001
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5002 *) 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
5003 ngx_http_gzip_static_module responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5004
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5006 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
5007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5008 *) 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
5009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5010 *) Feature: the "image_filter_jpeg_quality" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5012 *) Feature: the "client_body_in_single_buffer" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5013
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5014 *) Feature: the $request_body variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5015
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5016 *) 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
5017 symbol in the name.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5018
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5019 *) 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
5020 in 0.7.53.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5021 Thanks to Denis F. Latypoff.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5024 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
5025
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5026 *) Bugfix: a floating-point fault occurred in worker process, if the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5027 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
5028 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
5029
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5030
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5031 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
5032
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5033 *) 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
5034 HTTP module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5035
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5036 *) Bugfix: in ngx_http_image_filter_module.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5039 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
5040
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5041 *) 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
5042 "fastcgi_cache_use_stale" directives did not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5043
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5044 *) 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
5045
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5046 *) 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
5047 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
5048
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5049 *) Bugfix: a segmentation fault might occur in worker process, if an
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5050 "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
5051 0.7.54.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5052
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5053 *) 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
5054
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5055 *) 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
5056 $r->sendfile.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5057 Thanks to Maxim Dounin.
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.7.54 01 May 2009
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 *) Feature: the ngx_http_image_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5063
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5064 *) 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
5065 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5066
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5067 *) Bugfix: a segmentation fault might occur in worker process, if an
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5068 "open_file_cache_errors off" directive was used; the bug had appeared
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5069 in 0.7.53.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5070
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5071 *) 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
5072 had appeared in 0.7.39.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5073
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5074 *) Bugfix: improve handling of "select" method errors.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5075
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5076 *) 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
5077
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5078 *) 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
5079 appeared in 0.7.53.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5080
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5081
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5082 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
5083
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5084 *) 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
5085 start-up.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5086
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5087 *) 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
5088 error_log and stderr.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5089
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5090 *) 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
5091 a directory where it was run as prefix.
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 *) Feature: the -p switch.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5094
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5095 *) Feature: the -s switch on Unix platforms.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5096
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5097 *) Feature: the -? and -h switches.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5098 Thanks to Jerome Loyet.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5099
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5100 *) 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
5101
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5102 *) Bugfix: nginx/Windows did not work if configuration file was given by
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5103 the -c switch.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5104
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5105 *) 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
5106 "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
5107 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5108
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5109 *) 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
5110 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
5111 in 0.7.34.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5112 Thanks to Simon Lecaille.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5113
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5114 *) 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
5115 the bug had appeared in 0.7.45.
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 *) 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
5118 Thanks to Andrew Vorobyoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5119
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5120
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5121 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
5122
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5123 *) Feature: the first native Windows binary release.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5124
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5125 *) Bugfix: in processing HEAD method while caching.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5126
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5127 *) 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
5128 client request header lines while caching.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5129
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5130 *) 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
5131 cacheable responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5132
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5133 *) Bugfix: if nginx was built with the ngx_http_perl_module and with a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5134 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
5135 message "panic: MUTEX_LOCK" might be issued.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5136
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5137 *) 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
5138 appeared in 0.7.48.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5139
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5140 *) 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
5141 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
5142
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5143
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5144 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
5145
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5146 *) 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
5147 fallback parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5148
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5149 *) 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
5150
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5151 *) 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
5152 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
5153
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5154 *) 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
5155 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
5156
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 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
5159
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5160 *) 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
5161 0.7.49.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5162
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5163
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5164 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
5165
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5166 *) 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
5167 $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
5168
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5169
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5170 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
5171
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5172 *) Feature: the "proxy_cache_key" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5173
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5174 *) 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
5175 "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
5176
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5177 *) 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
5178
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5179 *) 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
5180
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5181 *) 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
5182 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5183
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5184 *) 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
5185 Thanks to Timothy Redaelli.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5186
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5187 *) 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
5188 appeared in 0.7.46.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5189
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5190
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5191 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
5192
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5193 *) Bugfix: nginx could not be built on FreeBSD 6 and early versions; the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5194 bug had appeared in 0.7.46.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5195
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5196 *) 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
5197 appeared in 0.7.46.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5198
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5199 *) 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
5200 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
5201
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5202 *) Change: a segmentation fault might occur in worker process, if the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5203 "proxy_cache"/"fastcgi_cache" and the "proxy_cache_valid"/
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5204 "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
5205 appeared in 0.7.46.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5206
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5207 *) Bugfix: a segmentation fault might occur in worker process, if a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5208 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
5209 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
5210
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5211
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5212 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
5213
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5214 *) Bugfix: the previous release tarball was incorrect.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5215
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5216
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5217 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
5218
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5219 *) 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
5220 can be set on different levels.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5221
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5222 *) 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
5223 directive is canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5224
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5225 *) 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
5226 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5227
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5228 *) 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
5229
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5230 *) 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
5231 names are logged.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5232
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5233 *) 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
5234 "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
5235
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5236 *) Bugfix: a relative path in the "auth_basic_user_file" directive given
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5237 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
5238 Thanks to Jerome Loyet.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5239
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5240 *) Bugfix: in an "alias" directive given using variables without
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5241 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
5242 in 0.7.42.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5243
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5244
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5245 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
5246
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5247 *) 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
5248
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5249 *) Feature: the --with-pcre option in the configure.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5250
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5251 *) Feature: the "try_files" directive is now allowed on the server block
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5252 level.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5253
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5254 *) 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
5255 in a fallback parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5256
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5257 *) 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
5258
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5259 *) Bugfix: if there was a single server for given address:port pair,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5260 then captures in regular expressions in a "server_name" directive did
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5261 not work.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5262
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5263
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5264 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
5265
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5266 *) Bugfix: a request was handled incorrectly, if a "root" directive used
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5267 variables; the bug had appeared in 0.7.42.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5268
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5269 *) Bugfix: if a server listened on wildcard address, then the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5270 $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
5271 0.7.36.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5272
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5273
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5274 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
5275
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5276 *) 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
5277 setsockopt(TCP_NODELAY) on Solaris, is ignored.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5278
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5279 *) Change: now if a file specified in a "auth_basic_user_file" directive
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5280 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
5281
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5282 *) 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
5283 Thanks to Kirill A. Korinskiy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5284
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5285 *) 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
5286 Thanks to Zhang Hua.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5287
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5288 *) 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
5289 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
5290
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5291 *) Bugfix: compatibility with Tru64 UNIX.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5292 Thanks to Dustin Marquess.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5293
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5294 *) 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
5295 appeared in 0.7.41.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5296
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5297
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5298 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
5299
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5300 *) Bugfix: a segmentation fault might occur in worker process, if a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5301 "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
5302 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
5303 Thanks to Vladimir Sopot.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5304
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5305
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5306 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
5307
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5308 *) 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
5309 expressions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5310
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5311 *) 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
5312 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
5313
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5314 *) 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
5315 expressions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5316
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5317 *) Workaround: the ngx_http_autoindex_module did not show the trailing
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5318 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
5319 0.7.15.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5320 Thanks to Dmitry Kuzmenko.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5321
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5322
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5323 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
5324
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5325 *) 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
5326 the bug had appeared in 0.7.28.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5327 Thanks to Artem Bokhan.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5328
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5329 *) 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
5330 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
5331
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5332
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5333 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
5334
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5335 *) Feature: authentication failures logging.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5336
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5337 *) 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
5338 number of empty lines.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5339 Thanks to Alexander Zagrebin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5340
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5341 *) 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
5342 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
5343
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5344
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5345 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
5346
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5347 *) Bugfix: directives using upstreams did not work; the bug had appeared
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5348 in 0.7.36.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5349
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5350
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5351 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
5352
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5353 *) 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
5354 HTTP module supports IPv6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5355
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5356 *) 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
5357 preset by a "modern_browser" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5358
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5359
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5360 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
5361
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5362 *) 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
5363 asymmetric ciphers.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5364 Thanks to Marcin Gozdalik.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5365
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5366 *) 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
5367 original request extension.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5368
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5369 *) Bugfix: "*domain.tld" names were handled incorrectly in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5370 "server_name", "valid_referers", and "map" directives, if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5371 ".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
5372 the bug had appeared in 0.7.9.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5375 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
5376
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5377 *) 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
5378
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5379 *) 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
5380 command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5381 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5382
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5383 *) 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
5384 in mail proxy server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5385 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5386
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5387 *) 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
5388 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
5389 the bug had appeared in 0.1.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5390 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5391
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5392 *) Bugfix: nginx could not be built on AIX.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5393
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5394
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5395 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
5396
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5397 *) Bugfix: a double response might be returned if the epoll or rtsig
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5398 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
5399 Thanks to Eden Li.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5400
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5401 *) Bugfix: the $sent_http_location variable was empty for some redirects
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5402 types.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5403
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5404 *) 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
5405 "resolver" directive was used in SMTP proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5406
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5407
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5408 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
5409
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5410 *) 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
5411 the "try_files" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5412
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5413 *) Bugfix: fastcgi_store stored files not always.
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 *) Bugfix: in geo ranges.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5416
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5417 *) 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
5418 debugging.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5419 Thanks to Andrey Kvasov.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5422 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
5423
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5424 *) 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
5425 directories.
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 *) Feature: the "fastcgi_split_path_info" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5428
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5429 *) Bugfixes in an "Expect" request header line support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5430
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5431 *) Bugfixes in geo ranges.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5432
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5433 *) Bugfix: in a miss case ngx_http_memcached_module returned the "END"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5434 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
5435 appeared in 0.7.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5436 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5437
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5438 *) 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
5439 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
5440 Thanks to Maxim Dounin.
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5443 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
5444
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5445 *) Bugfix: a segmentation fault occurred in worker process, if variables
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5446 were used in the "fastcgi_pass" or "proxy_pass" directives and host
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5447 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
5448
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5449
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5450 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
5451
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5452 *) 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
5453 support variables if unix domain sockets were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5454
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5455 *) 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
5456
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5457 *) 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
5458 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5459
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5460 *) 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
5461 Cygwin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5462
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5463
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5464 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
5465
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5466 *) 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
5467
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5468 *) Change: the default "gzip_buffers" directive values have been changed
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5469 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
5470
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 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
5473
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5474 *) Feature: the "try_files" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5475
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5476 *) Feature: variables support in the "fastcgi_pass" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5477
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5478 *) 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
5479 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5480
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5481 *) 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
5482 name.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5483
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5484 *) Feature: the $upstream_response_length variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5485
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5486 *) 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
5487
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5488 *) 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
5489 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
5490
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5491 *) 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
5492
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5493 *) Bugfix: a segmentation fault occurred in worker process, if no one
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5494 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
5495 error_page directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5496 Thanks to Sergey Bochenkov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5497
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5498
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5499 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
5500
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5501 *) 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
5502
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5503
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5504 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
5505
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5506 *) Change: in subrequest processing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5507
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5508 *) 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
5509
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5510 *) 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
5511 prohibition reason.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5512
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5513 *) 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
5514
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5515
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5516 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
5517
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5518 *) Feature: the "if_modified_since" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5519
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5520 *) 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
5521 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
5522
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5523 *) 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
5524 perl module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5525
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5526
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5527 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
5528
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5529 *) 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
5530
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5531 *) 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
5532
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5533 *) 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
5534
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5535
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5536 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
5537
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5538 *) 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
5539 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5540
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5541 *) Feature: the "$cookie_..." variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5542
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5543 *) 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
5544
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5545 *) 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
5546 Thanks to Zyb.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5547
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5548
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5549 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
5550
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5551 *) Changes in the ngx_http_limit_req_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5552
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5553 *) 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
5554 Thanks to Denis F. Latypoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5555
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5556 *) Workaround: compatibility with glibc 2.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5557 Thanks to Eric Benson and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5558
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5559 *) 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
5560 appeared in 0.7.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5561
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5562
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5563 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
5564
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5565 *) Changes in the ngx_http_gzip_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5566
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5567 *) Feature: the ngx_http_limit_req_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5568
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5569 *) 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
5570 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
5571 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5572
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5573 *) 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
5574 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
5575
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5576 *) 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
5577 error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5578
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5579 *) 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
5580 locations, whose names are less than 3 characters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5581
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5582 *) Bugfix: $server_addr variable might have no value.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5583
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5584
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5585 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
5586
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5587 *) Bugfix: version number update.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5588
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5589
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5590 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
5591
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5592 *) 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
5593 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
5594
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5595 *) Feature: the ngx_http_secure_link_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5596
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5597 *) 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
5598
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5599 *) Feature: the "log_subrequest" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5600
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5601 *) Feature: the $realpath_root variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5602
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5603 *) 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
5604 "proxy_next_upstream" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5605
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5606 *) 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
5607 "fastcgi_next_upstream" directives did not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5608
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5609 *) 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
5610 for HEAD requests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5611
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5612 *) Bugfix: now accept threshold depends on worker_connections.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5613
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5614
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5615 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
5616
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5617 *) Feature: now the "directio" directive works on Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5618
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5619 *) Feature: the $pid variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5620
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5621 *) 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
5622 not work with open_file_cache.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5623
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5624 *) 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
5625 bug had appeared in 0.7.7.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5626
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5627 *) Bugfix: the ngx_http_charset_module did not understand quoted charset
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5628 name received from backend.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5629
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5630
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5631 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
5632
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5633 *) 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
5634 appeared in 0.7.15.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5635
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5636
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5637 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
5638
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5639 *) Feature: the ngx_http_random_index_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5640
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5641 *) 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
5642 requests starting from arbitrary position.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5643
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5644 *) 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
5645 necessary.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5646
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5647 *) Feature: now nginx allows underscores in a client request header line
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5648 names.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5649
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5650
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5651 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
5652
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5653 *) Change: now the ssl_certificate and ssl_certificate_key directives
11
621e499d1fea nginx-1.1.1 CHANGES
Igor Sysoev <igor@sysoev.ru>
parents: 0
diff changeset
5654 have no default values.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5655
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5656 *) Feature: the "listen" directive supports the "ssl" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5657
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5658 *) 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
5659 reconfiguration on FreeBSD and Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5660
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5661 *) Bugfix: the "listen" directive parameters such as "backlog",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5662 "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
5663 one.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5664
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5665 *) 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
5666 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
5667
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5668 *) Bugfix: configuration file validity test improvements.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5669
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5670
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5671 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
5672
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5673 *) 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
5674 appeared in 0.7.12.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5675
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5676
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5677 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
5678
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5679 *) Feature: the "server_name" directive supports empty name "".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5680
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5681 *) 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
5682
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5683 *) 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
5684 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
5685 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5686
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5687 *) 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
5688 "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5689
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5690 *) 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
5691 redirection via an "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5692
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5693 *) Bugfix: the $r->header_in() method did not return value of the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5694 "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
5695 had appeared in 0.7.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5696
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5697
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5698 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
5699
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5700 *) 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
5701 text/css MIME type.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5702
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5703 *) 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
5704 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
5705
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5706 *) Feature: the "proxy_ssl_session_reuse" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5707
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5708 *) Bugfix: a "proxy_pass" directive without URI part might use original
1369
1c5ecfd600d8 nginx-1.7.8
Maxim Dounin <mdounin@mdounin.ru>
parents: 1341
diff changeset
5709 request after the "X-Accel-Redirect" redirection was used.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5710
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5711 *) 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
5712 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
5713
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5714 *) 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
5715
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5716
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5717 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
5718
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5719 *) Bugfix: in the "addition_types", "charset_types", "gzip_types",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5720 "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
5721 bugs had appeared in 0.7.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5722
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5723 *) 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
5724
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5725 *) 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
5726 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
5727
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5728
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5729 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
5730
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5731 *) Change: now ngx_http_charset_module works by default with following
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5732 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
5733 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
5734
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5735 *) Feature: the "charset_types" and "addition_types" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5736
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5737 *) 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
5738 directives use hash.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5739
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5740 *) Feature: the ngx_cpp_test_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5741
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5742 *) Feature: the "expires" directive supports daily time.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5743
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5744 *) 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
5745 Thanks to Denis F. Latypoff and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5746
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5747 *) 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
5748 tests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5749
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5750 *) 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
5751 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
5752
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5753 *) Bugfix: if the "server_name", "valid_referers", and "map" directives
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5754 used an "*.domain.tld" wildcard and exact name "domain.tld" was not
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5755 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
5756 appeared in 0.3.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5757
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5758
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5759 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
5760
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5761 *) Feature: the ngx_http_xslt_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5762
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5763 *) Feature: the "$arg_..." variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5764
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5765 *) Feature: Solaris directio support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5766 Thanks to Ivan Debnar.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5767
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5768 *) 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
5769 status line, then nginx uses 302 status code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5770 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5771
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5772
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5773 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
5774
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5775 *) 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
5776 as temporary error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5777
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5778 *) Change: now the $ssl_client_cert variable value is a certificate with
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5779 TAB character intended before each line except first one; an
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5780 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
5781 variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5782
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5783 *) 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
5784
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5785 *) Feature: byte-range processing improvements.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5786 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5787
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5788 *) Feature: the "directio" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5789 Thanks to Jiang Hong.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5790
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5791 *) Feature: MacOSX 10.5 sendfile() support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5792
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5793 *) Bugfix: now in MacOSX and Cygwin locations are tested in case
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5794 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
5795 locales only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5796
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5797 *) 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
5798 /dev/poll methods were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5799
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5800 *) 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
5801
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5802
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5803 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
5804
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5805 *) 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
5806 request root existence is always tested.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5807
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5808 *) 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
5809 query string.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5810
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5811
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5812 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
5813
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5814 *) Bugfixes in variables support in the "access_log" directive; the bugs
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5815 had appeared in 0.7.4.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5816
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5817 *) 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
5818 had appeared in 0.7.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5819 Thanks to Kirill A. Korinskiy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5820
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5821 *) 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
5822 might were transferred incorrectly.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5823
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5824
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5825 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
5826
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5827 *) Feature: variables support in the "access_log" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5828
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5829 *) Feature: the "open_log_file_cache" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5830
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5831 *) Feature: the -g switch.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5832
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5833 *) Feature: the "Expect" request header line support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5834
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5835 *) Bugfix: large SSI inclusions might be truncated.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5836
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5837
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5838 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
5839
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5840 *) 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
5841 "application/rss+xml".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5842
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5843 *) 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
5844 "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
5845
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5846 *) Feature: now the "rewrite" directive does a redirect automatically if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5847 the "https://" protocol is used.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5848
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5849 *) 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
5850 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
5851
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5852
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5853 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
5854
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5855 *) Feature: now nginx supports EDH key exchange ciphers.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5856
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5857 *) Feature: the "ssl_dhparam" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5858
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5859 *) Feature: the $ssl_client_cert variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5860 Thanks to Manlio Perillo.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5861
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5862 *) 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
5863 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
5864 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5865
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5866 *) 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
5867 appeared in 0.7.1.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5868
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5869 *) 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
5870 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
5871
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5872
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5873 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
5874
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5875 *) Change: now locations are searched in a tree.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5876
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5877 *) Change: the "optimize_server_names" directive was canceled due to the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5878 "server_name_in_redirect" directive introduction.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5879
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5880 *) 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
5881
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5882 *) 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
5883 now this is default parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5884 Thanks to Rob Mueller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5885
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5886 *) 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
5887 rotation signals.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5888
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5889 *) 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
5890 Thanks to Roxis.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5891
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5892
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5893 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
5894
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5895 *) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as \xXX
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5896 in an access_log.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5897 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5898
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5899 *) 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
5900
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5901 *) Feature: the "modified" flag in the "expires" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5902
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5903 *) 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
5904 request processing stage.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5905
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5906 *) Feature: the $hostname variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5907 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5908
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5909 *) Feature: DESTDIR support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5910 Thanks to Todd A. Fisher and Andras Voroskoi.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5911
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5912 *) 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
5913 if keepalive was enabled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5914
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5915
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5916 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
5917
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5918 *) 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
5919 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
5920 Thanks to Sergey Serov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5921
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5922 *) 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
5923 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
5924
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5925
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5926 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
5927
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5928 *) 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
5929 file, then nginx does not issue an error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5930
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5931 *) 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
5932 for example, "1h50m".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5933
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5934 *) 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
5935 Thanks to Chavelle Vincent.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5936
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5937 *) 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
5938 output.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5939
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5940 *) 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
5941 arguments in redirected URI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5942
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5943 *) 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
5944
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5945 *) 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
5946 0.6.15.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5947
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5948
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5949 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
5950
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5951 *) Feature: the ngx_google_perftools_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5952
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5953 *) 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
5954 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
5955
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5956
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5957 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
5958
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5959 *) 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
5960 0.6.27.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5961
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5962
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5963 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
5964
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5965 *) 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
5966 Linux 2.6.18+.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5967
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5968 *) 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
5969 named location via an "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5970
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5971 *) 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
5972 proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5973
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5974 *) Feature: the "post_action" directive supports named locations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5975
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5976 *) Bugfix: a segmentation fault occurred in worker process, if a request
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5977 was redirected from proxy, FastCGI, or memcached location to static
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5978 named locations.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5979
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5980 *) Bugfix: browsers did not repeat SSL handshake if there is no valid
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5981 client certificate in first handshake.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5982 Thanks to Alexander V. Inyukhin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5983
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5984 *) Bugfix: if response code 495-497 was redirected via an "error_page"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5985 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
5986 memory.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5987
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5988 *) 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
5989
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5990 *) Bugfix: memory leak in resolver.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5991
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5992 *) Bugfix: a segmentation fault occurred in worker process, if a request
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5993 was redirected from proxy, FastCGI, or memcached location to static
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5994 named locations.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5995
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5996 *) 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
5997 Thanks to Sergey Bochenkov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5998
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
5999 *) Bugfix: a "proxy_pass" directive with variables used incorrectly the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6000 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
6001 name and without variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6002 Thanks to Sergey Bochenkov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6003
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6004 *) 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
6005 64-bit platforms while reconfiguration.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6006
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6007 *) 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
6008 stub block was used second time in SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6009
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6010 *) 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
6011
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6012
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6013 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
6014
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6015 *) 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
6016 check a response length.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6017
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6018 *) Bugfix: a segmentation fault occurred in worker process, if big value
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6019 was used in a "expires" directive.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6020 Thanks to Joaquin Cuenca Abela.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6021
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6022 *) 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
6023 Thanks to Gena Makhomed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6024
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6025 *) 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
6026 was used instead of the GET method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6027
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6028 *) 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
6029 Thanks to Ben Maurer.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6030
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6031 *) 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
6032 (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
6033
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6034 *) 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
6035 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
6036
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6037
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6038 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
6039
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6040 *) 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
6041 of the "server_name" directive's special "*" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6042
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6043 *) 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
6044 "server_name" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6045
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6046 *) 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
6047 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6048
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6049 *) 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
6050 if they was run under Linux OpenVZ.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6051
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6052 *) Feature: the "min_delete_depth" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6053
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6054 *) 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
6055
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6056 *) 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
6057 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
6058
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6059 *) 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
6060 Thanks to Ben Maurer.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6061
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6062 *) 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
6063 appeared in 0.6.23.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6064
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6065
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6066 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
6067
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6068 *) 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
6069 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
6070
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6071
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6072 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
6073
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6074 *) Change: the "off" parameter in the "ssl_session_cache" directive; now
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6075 this is default parameter.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6076
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6077 *) 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
6078 "open_file_cache_valid".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6079
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6080 *) Feature: the "open_file_cache_min_uses" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6081
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6082 *) Feature: the ngx_http_gzip_static_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6083
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6084 *) Feature: the "gzip_disable" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6085
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6086 *) 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
6087 block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6088
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6089 *) 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
6090 "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
6091
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6092 *) Bugfix: if a "satisfy_any on" directive was used and not all access
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6093 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
6094 auth directives were not tested;
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6095
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6096 *) 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
6097 inherited from previous level.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6098
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6099 *) 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
6100 with 499 status code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6101
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6102 *) 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
6103 Thanks to Ben Maurer.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6104
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6105 *) 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
6106 Thanks to Oleg Motienko.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6107
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6108 *) 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
6109 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
6110
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6111
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6112 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
6113
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6114 *) 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
6115 perl's allocated memory.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6116
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6117 *) Bugfix: if nginx was built with ngx_http_perl_module, the perl before
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6118 5.8.6 was used, and perl supported threads, then during
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6119 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
6120 0.5.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6121 Thanks to Boris Zhmurov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6122
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6123 *) 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
6124 the regex captures.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6125
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6126 *) Bugfix: a segmentation fault occurred in worker process, if the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6127 $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
6128 request body was already received.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6129
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6130 *) 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
6131 keep-alive state.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6132 Thanks to Olexander Shtepa.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6133
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6134 *) 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
6135 the bug had appeared in 0.6.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6136
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6137 *) Bugfix: the "fastcgi_catch_stderr" directive did return error code;
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6138 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
6139 the "fastcgi_next_upstream invalid_header" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6140
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6141 *) Bugfix: a segmentation fault occurred in master process if the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6142 "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
6143 0.6.10.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6144 Thanks to Manlio Perillo.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6145
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6146
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6147 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
6148
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6149 *) 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
6150 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
6151
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6152 *) Bugfix: a segmentation fault might occur in worker process if a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6153 "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
6154 in 0.6.19.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6155
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6156 *) 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
6157 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
6158 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6159
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6160 *) Bugfix: if the $server_protocol was used in FastCGI parameters and a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6161 request line length was near to the "client_header_buffer_size"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6162 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
6163 record is too big".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6164
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6165 *) 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
6166 server, then nginx returned usual response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6167
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6168
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6169 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
6170
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6171 *) Bugfix: a segmentation fault might occur in worker process if a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6172 "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
6173 in 0.6.19.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6174
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6175
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6176 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
6177
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6178 *) 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
6179
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6180
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6181 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
6182
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6183 *) 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
6184 to the cookie field contains a pid value.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6185
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6186 *) 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
6187 error_log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6188
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6189 *) Feature: variables support in the "proxy_pass" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6190
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6191 *) Feature: the "resolver" and "resolver_timeout" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6192
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6193 *) 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
6194 "Last-Modified" response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6195
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6196 *) 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
6197 throughput, even if limit value was very high.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6198
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6199
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6200 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
6201
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6202 *) Feature: the "If-Range" request header line support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6203 Thanks to Alexander V. Inyukhin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6204
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6205 *) 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
6206 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
6207
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6208 *) 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
6209 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6210
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6211 *) 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
6212 subrequests were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6213
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6214 *) 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
6215 gzip were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6216
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6217 *) 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
6218 returned response in HTTP/0.9 version.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6219
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6220
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6221 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
6222
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6223 *) 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
6224 Thanks to Ilya Novikov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6225
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6226 *) Bugfix: if the "?" character was in a "error_page" directive, then it
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6227 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
6228
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6229 *) Bugfix: compatibility with mget.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6230
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6231
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6232 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
6233
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6234 *) Feature: Cygwin compatibility.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6235 Thanks to Vladimir Kutakov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6236
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6237 *) Feature: the "merge_slashes" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6238
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6239 *) Feature: the "gzip_vary" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6240
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6241 *) Feature: the "server_tokens" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6242
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6243 *) 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
6244
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6245 *) Bugfix: the segmentation fault was occurred on start or while
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6246 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
6247 "source_charset" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6248
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6249 *) 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
6250 "GET http://www.domain.com HTTP/1.0".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6251 Thanks to James Oakley.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6252
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6253 *) Bugfix: if request with request body was redirected using the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6254 "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
6255 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
6256
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6257 *) Bugfix: a segmentation fault occurred in worker process if no
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6258 server_name was explicitly defined for server processing request; the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6259 bug had appeared in 0.6.7.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6260
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6261
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6262 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
6263
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6264 *) 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
6265
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6266 *) 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
6267
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6268 *) 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
6269 "limit_except" block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6270
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6271 *) Bugfix: if all upstream servers were failed, then all servers had got
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6272 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
6273 appeared in 0.6.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6274
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6275 *) Bugfix: a segmentation fault occurred in worker process if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6276 $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
6277 ngx_http_ssi_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6278
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6279 *) 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
6280 log was enabled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6281 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6282
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6283 *) 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
6284 $upstream_response_time.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6285 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6286
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6287 *) 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
6288 memcached was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6289
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6290 *) Bugfix: nginx supported low case only "close" and "keep-alive" values
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6291 in the "Connection" request header line; the bug had appeared in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6292 0.6.11.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6293
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6294 *) 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
6295
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6296 *) Bugfix: in sub_filter parsing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6297
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6298
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6299 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
6300
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6301 *) 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
6302 autoindex was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6303 Thanks to Arkadiusz Patyk.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6304
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6305
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6306 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
6307
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6308 *) 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
6309
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6310 *) 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
6311 and --without-mail_smtp_module configuration parameters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6312
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6313 *) 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
6314 directives of the ngx_mail_smtp_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6315
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6316 *) 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
6317 0.6.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6318
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6319 *) 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
6320 located in non-standard place was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6321
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6322 *) Bugfix: the "proxy_hide_header" and "fastcgi_hide_header" directives
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6323 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
6324 characters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6325 Thanks to Manlio Perillo.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6326
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6327
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6328 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
6329
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6330 *) 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
6331 used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6332
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6333 *) 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
6334 proxy, then nginx closed backend connection on timeout.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6335
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6336 *) 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
6337 lines.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6338
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6339 *) Bugfix: if the "max_fails" was set for upstream server, then after
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6340 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
6341 0.6.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6342
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6343
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6344 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
6345
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6346 *) 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
6347 "open_file_cache_errors" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6348
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6349 *) 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
6350
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6351 *) 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
6352 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
6353
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6354 *) 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
6355 /dev/poll method was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6356
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6357
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6358 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
6359
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6360 *) 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
6361 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
6362
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6363 *) 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
6364 wildcard was used, then nginx did not run.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6365
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6366 *) 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
6367 down.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6368
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6369 *) 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
6370 0.6.8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6371
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6372
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6373 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
6374
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6375 *) Change: now nginx tries to set the "worker_priority",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6376 "worker_rlimit_nofile", "worker_rlimit_core", and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6377 "worker_rlimit_sigpending" without super-user privileges.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6378
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6379 *) 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
6380 authentication server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6381
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6382 *) Change: now nginx escapes "%" in $memcached_key variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6383
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6384 *) Bugfix: nginx used path relative to configuration prefix for
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6385 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
6386 bug had appeared in 0.6.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6387
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6388 *) Bugfix: nginx did not work on FreeBSD/sparc64.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6389
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6390
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6391 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
6392
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6393 *) Change: now the paths specified in the "include",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6394 "auth_basic_user_file", "perl_modules", "ssl_certificate",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6395 "ssl_certificate_key", and "ssl_client_certificate" directives are
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6396 relative to directory of nginx configuration file nginx.conf, but not
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6397 to nginx prefix directory.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6398
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6399 *) 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
6400
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6401 *) 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
6402 upgrade of 0.1.x versions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6403
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6404 *) 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
6405 regular expressions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6406
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6407 *) 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
6408 the "backup" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6409
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6410 *) 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
6411 $r->discard_request_body.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6412
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6413 *) 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
6414 "Last-Modified" response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6415
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6416 *) Bugfix: if a response different than 200 was returned to a request
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6417 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
6418 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
6419
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6420 *) 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
6421 address was set in the "auth_http" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6422
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6423 *) 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
6424 platforms except FreeBSD.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6425 Thanks to Jiang Hong.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6426
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6427 *) Bugfix: a worker process may got caught in an endless loop, if a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6428 "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
6429 appeared in 0.6.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6430
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6431 *) 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
6432 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
6433
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6434
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6435 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
6436
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6437 *) Feature: the --sysconfdir=PATH option in configure.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6438
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6439 *) Feature: named locations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6440
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6441 *) 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
6442
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6443 *) Feature: the $is_args variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6444
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6445 *) Bugfix: fair big weight upstream balancer.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6446
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6447 *) 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
6448 might not close connection to backend.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6449
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6450 *) 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
6451 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
6452
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6453 *) 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
6454 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
6455
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6456
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6457 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
6458
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6459 *) Feature: $nginx_version variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6460 Thanks to Nick S. Grechukh.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6461
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6462 *) 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
6463 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6464
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6465 *) 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
6466 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6467
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6468 *) 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
6469
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6470 *) 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
6471 Thanks to Jiang Hong.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6472
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6473 *) Bugfix: of minor potential bugs.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6474 Thanks to Coverity's Scan.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6475
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6476
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6477 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
6478
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6479 *) Security: the "msie_refresh" directive allowed XSS.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6480 Thanks to Maxim Boguk.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6481
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6482 *) 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
6483 changed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6484
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6485 *) 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
6486 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6487
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6488 *) 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
6489 Studio.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6490 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6491
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6492 *) Workaround: for Sun Studio 12.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6493 Thanks to Jiang Hong.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6494
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6495
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6496 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
6497
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6498 *) Feature: the "proxy_store" and "fastcgi_store" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6499
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6500 *) 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
6501 "auth_http_header" directive was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6502 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6503
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6504 *) 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
6505 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
6506
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6507 *) 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
6508 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
6509
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6510 *) 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
6511 eventport method was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6512
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6513 *) Bugfix: the "proxy_ignore_client_abort" and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6514 "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
6515 appeared in 0.5.13.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6516
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6517
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6518 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
6519
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6520 *) Bugfix: if the FastCGI header was split in records, then nginx passed
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6521 garbage in the header to a client.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6522
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6523
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6524 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
6525
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6526 *) Bugfix: in SSI parsing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6527
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6528 *) 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
6529 subrequest might transferred to client in wrong order.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6530
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6531 *) 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
6532 truncated.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6533
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6534 *) 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
6535 to the master process identification number.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6536
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6537
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6538 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
6539
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6540 *) 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
6541 support the "www.example.*" wildcards.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6542
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6543
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6544 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
6545
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6546 *) Bugfix: nginx could not be built with the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6547 --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
6548 0.5.24.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6549
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6550
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6551 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
6552
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6553 *) 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
6554 was made using HTTP/0.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6555
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6556 *) 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
6557 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
6558
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6559
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6560 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
6561
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6562 *) 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
6563 extension.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6564
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6565 *) Feature: the "fastcgi_catch_stderr" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6566 Thanks to Nick S. Grechukh, OWOX project.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6567
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6568 *) 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
6569 virtual servers should bind() to the overlapping ports.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6570
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6571 *) Bugfix: if nginx was built with ngx_http_perl_module and perl
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6572 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
6573 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
6574
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6575 *) 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
6576
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6577
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6578 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
6579
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6580 *) 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
6581 had appeared in 0.5.21.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6582
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6583
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6584 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
6585
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6586 *) Bugfix: if server has more than about ten locations, then regex
1516
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
6587 locations might be chosen not in that order as they were specified.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6588
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6589 *) 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
6590 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
6591 Thanks to Anton Povarov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6592
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6593 *) 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
6594 library was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6595 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6596
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6597 *) 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
6598
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6599
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6600 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
6601
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6602 *) Feature: the "sendfile_max_chunk" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6603
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6604 *) 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
6605 variables may be changed using the "set" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6606
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6607 *) Bugfix: a segmentation fault might occur in worker process if the SSI
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6608 command 'if expr="$var = /"' was used.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6609
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6610 *) Bugfix: trailing boundary of multipart range response was transferred
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6611 incorrectly.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6612 Thanks to Evan Miller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6613
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6614 *) 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
6615 Studio.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6616 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6617
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6618 *) 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
6619 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6620
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6621
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6622 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
6623
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6624 *) 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
6625
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6626 *) 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
6627 the $r->flush.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6628
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6629 *) Feature: the $upstream_addr variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6630
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6631 *) 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
6632 "proxy_headers_hash_bucket_size" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6633 Thanks to Volodymyr Kostyrko.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6634
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6635 *) 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
6636 sendfile and limit_rate on 64-bit platforms.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6637
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6638 *) 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
6639 sendfile on 64-bit Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6640
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6641
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6642 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
6643
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6644 *) Feature: the ngx_http_sub_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6645
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6646 *) Feature: the "$upstream_http_..." variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6647
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6648 *) 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
6649 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
6650
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6651 *) Bugfix: a segmentation fault occurred in master process after first
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6652 reconfiguration and receiving any signal if nginx was built with
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6653 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
6654 had appeared in 0.5.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6655
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6656 *) Bugfix: if perl did not support multiplicity, then after
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6657 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
6658 0.3.38.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6659
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6660
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6661 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
6662
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6663 *) 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
6664
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6665 *) 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
6666 "types" block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6667
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6668 *) 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
6669 directives is disabled: this caused recursive stack overflow.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6670
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6671 *) 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
6672
1516
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
6673 *) Bugfix: in some cases non-cacheable variables (such as $uri variable)
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6674 returned old cached value.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6675
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6676
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6677 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
6678
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6679 *) Bugfix: the C-class network was not used as hash key in the "ip_hash"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6680 directive.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6681 Thanks to Pavel Yarkovoy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6682
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6683 *) Bugfix: a segmentation fault might occur in worker process if a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6684 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
6685 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
6686
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6687 *) Bugfix: the "[alert] zero size buf" error when FastCGI server was
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6688 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
6689 32K.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6690
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6691 *) 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
6692 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
6693
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6694
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6695 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
6696
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6697 *) Feature: the mail proxy supports authenticated SMTP proxying and the
1516
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
6698 "smtp_auth", "smtp_capabilities", and "xclient" directives.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6699 Thanks to Anton Yuzhaninov and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6700
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6701 *) 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
6702 receiving the reconfiguration signal.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6703
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6704 *) 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
6705 and "pop3_auth" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6706
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6707 *) Bugfix: a segmentation fault occurred in worker process if the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6708 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
6709 disabled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6710
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6711 *) 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
6712 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
6713
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6714 *) 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
6715 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
6716
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6717 *) 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
6718 "ip_hash" directive was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6719
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6720 *) 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
6721 methods are used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6722
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6723
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6724 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
6725
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6726 *) 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
6727 configuration file.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6728
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6729
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6730 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
6731
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6732 *) Feature: the COPY and MOVE methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6733
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6734 *) 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
6735 via keep-alive connection.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6736
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6737 *) 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
6738 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6739
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6740 *) 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
6741 the connection right away, but not after timeout.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6742
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6743 *) Bugfix: if the "epoll" method was used and a client closed a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6744 connection prematurely, then nginx closed the connection after a send
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6745 timeout only.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6746
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6747 *) 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
6748 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
6749
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6750
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6751 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
6752
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6753 *) 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
6754 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
6755
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6756 *) Bugfix: a segmentation fault might occur in worker process if the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6757 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
6758 had appeared in 0.5.8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6759
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6760 *) 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
6761 $fastcgi_script_name variable was logged.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6762
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6763 *) 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
6764
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6765
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6766 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
6767
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6768 *) 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
6769 Thanks to Chris McGrath.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6770
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6771 *) 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
6772 the bug had appeared in 0.5.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6773
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6774 *) 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
6775 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
6776 Thanks to Evan Miller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6777
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6778 *) 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
6779 instead of the "400" and "408" error codes.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6780
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6781 *) 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
6782 was built with -O2 optimization.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6783
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6784
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6785 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
6786
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6787 *) 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
6788 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
6789
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6790 *) 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
6791 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
6792
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6793
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6794 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
6795
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6796 *) 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
6797 variable value as a key.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6798
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6799 *) Feature: the $memcached_key variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6800
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6801 *) 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
6802 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6803
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6804 *) Feature: the "env" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6805
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6806 *) 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
6807
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6808 *) Feature: now on failure of the writing to access nginx logs a message
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6809 to error_log, but not more often than once a minute.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6810
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6811 *) 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
6812 logging.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6813
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6814
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6815 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
6816
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6817 *) Bugfix: a segmentation fault might occur if
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6818 "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
6819
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6820 *) Bugfix: a segmentation fault occurred if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6821 "client_body_in_file_only on" and "proxy_pass_request_body off" or
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6822 "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
6823 switched to a next upstream.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6824
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6825 *) Bugfix: if the "proxy_buffering off" directive was used and a client
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6826 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
6827 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
6828
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6829 *) Bugfix: if the "epoll" method was used and a client closed a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6830 connection prematurely, then nginx closed the connection after a send
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6831 timeout only.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6832
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6833 *) 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
6834 used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6835
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6836 *) Bugfixes in the "limit_zone" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6837
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6838
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6839 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
6840
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6841 *) Feature: the ssl_session_cache storage optimization.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6842
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6843 *) 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
6844
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6845 *) Bugfix: the segmentation fault was occurred on start or while
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6846 reconfiguration if the "ssl_session_cache" or "limit_zone" directives
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6847 were used on 64-bit platforms.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6848
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6849 *) Bugfix: a segmentation fault occurred if the "add_before_body" or
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6850 "add_after_body" directives were used and there was no "Content-Type"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6851 header line in response.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6852
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6853 *) 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
6854 support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6855 Thanks to Den Ivanov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6856
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6857 *) 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
6858
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6859
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6860 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
6861
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6862 *) 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
6863 GET, HEAD, and POST methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6864
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6865 *) Feature: the ngx_http_limit_zone_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6866
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6867 *) Feature: the $binary_remote_addr variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6868
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6869 *) 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
6870 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
6871
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6872 *) Feature: the DELETE method supports recursive removal.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6873
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6874 *) 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
6875 $r->sendfile() was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6876
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6877
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6878 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
6879
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6880 *) 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
6881
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6882 *) Feature: the -V switch.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6883
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6884 *) 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
6885 and G.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6886
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6887 *) Bugfix: the nginx.pm module now could be installed by an unprivileged
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6888 user.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6889
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6890 *) 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
6891 $r->request_body_file methods were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6892
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6893 *) Bugfix: the ppc platform specific bugs.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6894
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6895
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6896 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
6897
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6898 *) 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
6899 block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6900
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6901 *) 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
6902 line for the DELETE method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6903
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6904 *) Bugfix: if one only parameter was used in the "dav_access" directive,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6905 then nginx might report about configuration error.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6906
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6907 *) 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
6908 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
6909
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6910
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6911 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
6912
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6913 *) 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
6914 $r->log_error, and $r->sleep methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6915
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6916 *) Feature: the $r->variable method supports variables that do not exist
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6917 in nginx configuration.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6918
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6919 *) 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
6920
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6921
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6922 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
6923
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6924 *) Bugfix: if the "proxy_pass" directive used the name of the "upstream"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6925 block, then nginx tried to resolve the name; the bug had appeared in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6926 0.5.1.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6927
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6928
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6929 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
6930
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6931 *) 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
6932 unsuccessful completion of a request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6933
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6934 *) 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
6935 Thanks to Bron Gondwana.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6936
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6937 *) Bugfix: if the "upstream" name was used in the "fastcgi_pass", then
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6938 the message "no port in upstream" was issued; the bug had appeared in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6939 0.5.0.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6940
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6941 *) Bugfix: if the "proxy_pass" and "fastcgi_pass" directives used the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6942 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
6943 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
6944
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6945 *) Bugfix: if the "proxy_pass" and "fastcgi_pass" directives used the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6946 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
6947 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
6948
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6949 *) Bugfix: ngx_http_auth_basic_module ignored the user if it was in the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6950 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
6951 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
6952
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6953 *) 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
6954 "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
6955
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6956
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6957 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
6958
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6959 *) 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
6960 directive are not supported anymore.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6961
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6962 *) Change: the "proxy_upstream_max_fails",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6963 "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6964 "fastcgi_upstream_fail_timeout", "memcached_upstream_max_fails", and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6965 "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
6966 anymore.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6967
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6968 *) 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
6969 the "max_fails", "fail_timeout", and "down" parameters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6970
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6971 *) 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
6972
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6973 *) 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
6974 IMAP/POP3 proxy authentication server response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6975
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6976 *) 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
6977 appeared in 0.4.14.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6978
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6979
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6980 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
6981
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6982 *) 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
6983
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6984 *) Feature: now configure detects system PCRE library on FreeBSD, Linux,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6985 and NetBSD.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6986
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6987 *) 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
6988 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
6989
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6990 *) 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
6991 recursively.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6992
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6993 *) 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
6994
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6995 *) 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
6996 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
6997
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
6998 *) 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
6999 system time was changed backward.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7000
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7001 *) 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
7002 proxy authentication server when POP3 was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7003
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7004 *) 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
7005 proxy authentication server failed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7008 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
7009
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7010 *) 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
7011 "limit_except" block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7012
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7013 *) 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
7014
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7015 *) Bugfix: if the "add_before_body" directive was used without the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7016 "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
7017 complete.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7018
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7019 *) 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
7020 the deferred accept() were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7021
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7022 *) 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
7023 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
7024
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7025 *) 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
7026 used;
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7027
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7028 *) Bugfix: the --group= configuration parameter was ignored.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7029 Thanks to Thomas Moschny.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7030
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7031 *) Bugfix: the 50th subrequest in SSI response did not work; the bug had
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7032 appeared in 0.3.50.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7033
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7034
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7035 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
7036
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7037 *) 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
7038
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7039 *) 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
7040 then the response may be transferred incomplete.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7041
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7042 *) 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
7043
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7044
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7045 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
7046
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7047 *) 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
7048
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7049 *) 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
7050 method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7051
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7052 *) Bugfix: if the APOP was enabled in the POP3 proxy, then the USER/PASS
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7053 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
7054
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7055
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7056 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
7057
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7058 *) Feature: the POP3 proxy supports the APOP command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7059
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7060 *) Bugfix: if the select, poll or /dev/poll methods were used, then
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7061 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
7062 hogged CPU.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7063
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7064 *) Bugfix: a segmentation fault might occur if the $server_addr variable
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7065 was used in the "map" directive.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7066
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7067 *) 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
7068 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
7069
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7070 *) 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
7071 appeared in 0.4.9.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7072
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7073
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7074 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
7075
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7076 *) 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
7077
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7078 *) 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
7079 version.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7080
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7081
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7082 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
7083
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7084 *) Bugfix: if an "include" SSI command were before another "include" SSI
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7085 command with a "wait" parameter, then the "wait" parameter might not
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7086 work.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7087
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7088 *) 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
7089 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7090 Thanks to Alexey Kovyrin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7091
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7092
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7093 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
7094
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7095 *) Feature: the ngx_http_flv_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7096
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7097 *) Feature: the $request_body_file variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7098
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7099 *) 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
7100 variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7101
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7102 *) Bugfix: if an "include" SSI command were before another "include" SSI
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7103 command with a "wait" parameter, then the "wait" parameter might not
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7104 work.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7105
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7106 *) Bugfix: if the "proxy_buffering off" directive was used or while
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7107 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
7108 timeout.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7109
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7110 *) 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
7111 and ppc64.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7112
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7113
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7114 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
7115
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7116 *) 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
7117 and ppc64.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7118
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7119 *) Bugfix: nginx sent the chunked response for HTTP/1.1 request,
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7120 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
7121 $r->headers_out("Content-Length", ...) method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7122
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7123 *) Bugfix: after redirecting error by an "error_page" directive any
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7124 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
7125 had appeared in 0.4.4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7126
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7127
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7128 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
7129
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7130 *) 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
7131 appeared in 0.4.4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7132
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7133
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7134 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
7135
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7136 *) Feature: the $scheme variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7137
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7138 *) Feature: the "expires" directive supports the "max" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7139
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7140 *) Feature: the "include" directive supports the "*" mask.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7141 Thanks to Jonathan Dance.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7142
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7143 *) 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
7144 response code redirected by the "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7145
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7146 *) 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
7147 method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7148
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7149 *) 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
7150 used in the "proxy_redirect" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7151
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7152
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7153 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
7154
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7155 *) 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
7156 "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7157
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7158 *) Feature: the Solaris 10 event ports support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7159
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7160 *) Feature: the ngx_http_browser_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7161
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7162 *) 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
7163 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
7164
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7165 *) 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
7166 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
7167
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7168 *) 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
7169
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7170 *) 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
7171
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7172
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7173 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
7174
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7175 *) Bugfix: the O_NOATIME flag support on Linux was canceled; the bug had
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7176 appeared in 0.4.1.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7177
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7178
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7179 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
7180
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7181 *) Bugfix: the DragonFlyBSD compatibility.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7182 Thanks to Pavel Nazarov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7183
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7184 *) Workaround: of bug in 64-bit Linux sendfile(), when file is more than
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7185 2G.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7186
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7187 *) 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
7188 Thanks to Yusuf Goolamabbas.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7189
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7190
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7191 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
7192
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7193 *) 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
7194 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
7195
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7196 *) Change: now the request body is not read beforehand for the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7197 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
7198 $r->has_request_body method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7199
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7200 *) 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
7201
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7202 *) 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
7203 line for the PUT method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7204
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7205 *) 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
7206
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7207 *) Bugfix: a segmentation fault occurred if there was an "index"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7208 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
7209 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
7210
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7211
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7212 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
7213
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7214 *) 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
7215
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7216 *) Feature: the "msie_refresh" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7217
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7218 *) Feature: the "recursive_error_pages" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7219
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7220 *) 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
7221 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
7222
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7223
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7224 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
7225
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7226 *) 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
7227 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
7228
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7229
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7230 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
7231
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7232 *) 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
7233 "error_page" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7234
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7235 *) 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
7236
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7237 *) Bugfix: the "error_page" directive did not changes the "Content-Type"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7238 header line after the "X-Accel-Redirect" was used; the bug had
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7239 appeared in 0.3.58.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7240
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7241
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7242 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
7243
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7244 *) Feature: the "error_page" directive supports the variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7245
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7246 *) 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
7247
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7248 *) 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
7249 response when the "X-Accel-Redirect" was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7250
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7251 *) 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
7252
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7253 *) 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
7254 arguments were added to a rewritten URI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7255
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7256 *) 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
7257
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7258
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7259 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
7260
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7261 *) Feature: the $ssl_client_serial variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7262
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7263 *) 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
7264 Thanks to Andrian Budanstov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7265
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7266 *) Bugfix: while a client certificate verification nginx did not send to
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7267 a client the required certificates information.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7268
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7269 *) 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
7270 the "root" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7271
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7272
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7273 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
7274
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7275 *) Feature: the "dav_access" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7276
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7277 *) 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
7278 "-x", and "!-x" operators.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7279
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7280 *) Bugfix: a segmentation fault occurred if a request returned a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7281 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
7282 access log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7283
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7284
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7285 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
7286
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7287 *) 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
7288
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7289 *) Feature: the "block" SSI command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7290
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7291 *) Feature: the unicode2nginx script was added to contrib.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7292
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7293 *) Bugfix: if a "root" was specified by variable only, then the root was
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7294 relative to a server prefix.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7295
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7296 *) 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
7297 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
7298
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7299 *) 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
7300 returns all "Cookie" header lines.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7301
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7302 *) Bugfix: a segmentation fault occurred if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7303 "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
7304 upstream.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7305
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7306 *) Bugfix: on some condition while reconfiguration character codes
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7307 inside the "charset_map" may be treated invalid; the bug had appeared
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7308 in 0.3.50.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7309
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7310
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7311 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
7312
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7313 *) 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
7314
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7315 *) 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
7316 "memcached_next_upstream" directives support the "off" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7317
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7318 *) 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
7319 form.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7320
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7321 *) 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
7322 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
7323
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7324 *) 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
7325 first request to a backend only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7326
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7327 *) 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
7328 appeared in 0.3.53.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7329
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7330
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7331 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
7332
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7333 *) 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
7334 302 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7335
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7336 *) 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
7337 the "weight" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7338
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7339 *) Feature: the "server_name" directive supports the "*" wildcard.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7340
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7341 *) 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
7342
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7343 *) Bugfix: if a client was successfully authorized using "satisfy_any
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7344 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
7345 in the log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7346
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7347 *) Bugfix: the "PUT" method may erroneously not create a file and return
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7348 the 409 code.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7349
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7350 *) 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
7351 continued proxying anyway.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7352
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7353
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7354 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
7355
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7356 *) Change: the ngx_http_index_module behavior for the "POST /" requests
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7357 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
7358 return the 405 error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7359
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7360 *) 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
7361 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
7362
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7363 *) 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
7364 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
7365
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7366 *) 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
7367 temporary file was not removed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7368
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7369
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7370 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
7371
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7372 *) Bugfix: the "<" symbols might disappeared some conditions in the SSI;
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7373 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
7374
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7375
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7376 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
7377
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7378 *) Change: the "proxy_redirect_errors" and "fastcgi_redirect_errors"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7379 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
7380 "fastcgi_intercept_errors" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7381
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7382 *) 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
7383 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
7384
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7385 *) 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
7386 proxy and FastCGI mode.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7387
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7388 *) 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
7389 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
7390
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7391 *) 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
7392 SSI after inclusion.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7393
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7394 *) 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
7395 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
7396
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7397
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7398 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
7399
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7400 *) Bugfix: in the "set" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7401
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7402 *) Bugfix: if two or more FastCGI subrequests was in SSI, then first
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7403 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
7404 subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7405
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7406
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7407 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
7408
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7409 *) Change: now the ngx_http_charset_module works for subrequests, if the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7410 response has no "Content-Type" header line.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7411
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7412 *) Bugfix: if the "proxy_pass" directive has no URI part, then the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7413 "proxy_redirect default" directive add the unnecessary slash in start
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7414 of the rewritten redirect.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7415
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7416 *) Bugfix: the internal redirect always transform client's HTTP method
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7417 to GET, now the transformation is made for the "X-Accel-Redirect"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7418 redirects only and if the method is not HEAD; the bug had appeared in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7419 0.3.42.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7420
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7421 *) 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
7422 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
7423
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7424
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7425 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
7426
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7427 *) Feature: the "upstream" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7428
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7429 *) 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
7430 SSI command is always removed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7431
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7432
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7433 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
7434
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7435 *) 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
7436 "fastcgi_hide_header", and "fastcgi_pass_header" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7437
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7438 *) 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
7439 "proxy_pass_server" directives were canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7440
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7441 *) Feature: the "X-Accel-Buffering" response header line is supported in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7442 proxy mode.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7443
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7444 *) 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
7445 ngx_http_perl_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7446
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7447
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7448 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
7449
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7450 *) 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
7451 "ssl_client_certificate" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7452
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7453 *) 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
7454 method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7455
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7456 *) 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
7457 table.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7458
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7459 *) 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
7460 table.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7461
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7462 *) Bugfix: if nginx distributed the requests among several backends and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7463 some backend failed, then requests intended for this backend was
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7464 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
7465 the rest.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7466
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7467
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7468 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
7469
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7470 *) 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
7471
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7472 *) 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
7473 koi-win conversion table.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7474
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7475 *) Bugfix: in the SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7476
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7477
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7478 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
7479
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7480 *) Bugfix: in the SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7481
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7482
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7483 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
7484
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7485 *) 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
7486 proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7487
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7488 *) 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
7489 then once.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7490
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7491 *) Bugfix: the $sent_http_content_type, $sent_http_content_length,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7492 $sent_http_last_modified, $sent_http_connection,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7493 $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
7494 were not written to access log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7495
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7496 *) 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
7497 "Cache-Control" response header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7498
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7499
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7500 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
7501
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7502 *) Feature: the -v switch.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7503
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7504 *) 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
7505 remote subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7506
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7507 *) Bugfix: in FastCGI handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7508
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7509 *) Bugfix: if the perl modules path was not set using
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7510 --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
7511 segmentation fault was occurred.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7512
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7513
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7514 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
7515
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7516 *) 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
7517
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7518 *) Feature: the "create_full_put_path" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7519
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7520 *) Feature: the "$limit_rate" variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7521
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7522
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7523 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
7524
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7525 *) Feature: the "uninitialized_variable_warn" directive; the logging
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7526 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
7527 "alert" to "warn".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7528
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7529 *) Feature: the "override_charset" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7530
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7531 *) Change: now if the unknown variable is used in the "echo" and "if
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7532 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
7533 not logged.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7534
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7535 *) Bugfix: the active connection counter increased on the exceeding of
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7536 the connection limit specified by the "worker_connections" directive;
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7537 the bug had appeared in 0.2.0.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7538
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7539 *) 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
7540 appeared in 0.3.38.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7541
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7542
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7543 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
7544
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7545 *) Feature: the ngx_http_dav_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7546
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7547 *) Change: the ngx_http_perl_module optimizations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7548 Thanks to Sergey Skvortsov.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7549
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7550 *) 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
7551 method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7552
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7553 *) Feature: the "client_body_in_file_only" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7554
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7555 *) 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
7556 once a second only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7557 Thanks to Anton Yuzhaninov and Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7558
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7559 *) 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
7560 rate is more than 100 Kbyte/s.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7561 Thanks to ForJest.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7562
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7563 *) 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
7564 login and password to pass authorization server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7565 Thanks to Maxim Dounin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7566
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7567
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7568 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
7569
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7570 *) Feature: the "limit_except" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7571
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7572 *) Feature: the "if" directive supports the "!~", "!~*", "-f", and "!-f"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7573 operators.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7574
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7575 *) 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
7576 method.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7577
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7578 *) Bugfix: in the ngx_http_addition_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7579
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7580
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7581 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
7582
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7583 *) Feature: the ngx_http_addition_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7584
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7585 *) 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
7586 inside the "if" block.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7587
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7588 *) Feature: the "proxy_ignore_client_abort" and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7589 "fastcgi_ignore_client_abort" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7590
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7591 *) Feature: the "$request_completion" variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7592
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7593 *) Feature: the ngx_http_perl_module supports the $r->request_method and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7594 $r->remote_addr.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7595
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7596 *) 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
7597
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7598 *) 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
7599 ngx_http_ssi_module was treated incorrectly.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7600
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7601 *) 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
7602 ngx_http_ssi_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7603
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7604 *) Bugfix: if the relative path was specified in the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7605 "client_body_temp_path", "proxy_temp_path", "fastcgi_temp_path", and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7606 "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
7607 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
7608
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7609
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7610 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
7611
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7612 *) 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
7613 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
7614
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7615 *) 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
7616 subrequest.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7617
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7618
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7619 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
7620
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7621 *) Feature: the "add_header" directive supports the variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7622
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7623
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7624 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
7625
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7626 *) 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
7627 "fastcgi_next_upstream" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7628
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7629 *) 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
7630 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
7631
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7632 *) Bugfix: in the "post_action" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7633
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7634
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7635 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
7636
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7637 *) 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
7638 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
7639
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7640
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7641 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
7642
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7643 *) 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
7644
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7645 *) 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
7646 form.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7647
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7648 *) 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
7649
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7650 *) 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
7651 Thanks to Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7652
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7653 *) Bugfix: if there were several "listen" directives listening one
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7654 various addresses inside one server, then server names like
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7655 "*.domain.tld" worked for first address only; the bug had appeared in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7656 0.3.18.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7657
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7658 *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7659 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
7660 transferred.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7661
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7662 *) Bugfix: perl 5.8.8 compatibility.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7663
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7664
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7665 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
7666
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7667 *) 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
7668 "crit".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7669
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7670 *) 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
7671 ngx_http_ssi_filter_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7672
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7673 *) 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
7674 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
7675
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7676
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7677 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
7678
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7679 *) 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
7680 many warnings before the response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7681
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7682 *) 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
7683 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
7684
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7685 *) 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
7686 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
7687
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7688 *) Bugfix: if the proxied URI was specified in the "post_action"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7689 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
7690 request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7691
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7692
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7693 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
7694
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7695 *) Feature: the "restrict_host_names" directive was canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7696
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7697 *) Feature: the --with-cpu-opt=ppc64 configuration parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7698
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7699 *) 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
7700 terminated prematurely.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7701 Thanks to Vladimir Shutoff.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7702
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7703 *) Bugfix: the "X-Accel-Limit-Rate" header line was not taken into
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7704 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
7705 header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7706
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7707 *) 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
7708 completion of a request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7709
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7710 *) 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
7711 directive was transferred to a client.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7712
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7713
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7714 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
7715
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7716 *) Change: the "variables_hash_max_size" and
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7717 "variables_hash_bucket_size" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7718
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7719 *) 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
7720 "log_format" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7721
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7722 *) Feature: the $ssl_protocol and $ssl_cipher variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7723
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7724 *) 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
7725 time.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7726
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7727 *) Feature: now the "accept_mutex" directive is supported using fcntl(2)
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7728 on platforms different from i386, amd64, sparc64, and ppc.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7729
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7730 *) 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
7731 autoconfiguration directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7732
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7733 *) 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
7734 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
7735
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7736
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7737 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
7738
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7739 *) 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
7740 "optimize_server_names".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7741
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7742 *) Bugfix: if in the "proxy_pass" directive was no the URI part, then
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7743 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
7744 SSI subrequest.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7745
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7746
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7747 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
7748
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7749 *) Bugfix: the segmentation fault was occurred on start or while
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7750 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
7751 appeared in 0.3.24.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7752
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7753
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7754 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
7755
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7756 *) Workaround: for bug in FreeBSD kqueue.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7757
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7758 *) 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
7759 not transferred to a client.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7760
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7761 *) 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
7762
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7763 *) 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
7764 location.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7765
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7766 *) Bugfix: on 64-bit platforms segmentation fault may occurred on start
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7767 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
7768 had appeared in 0.3.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7769
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7770
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7771 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
7772
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7773 *) Feature: the "optimize_host_names" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7774
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7775 *) 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
7776 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7777
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7778 *) 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
7779 Solaris.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7780
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7781
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7782 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
7783
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7784 *) 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
7785 $r->unescape methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7786
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7787 *) 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
7788 canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7789
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7790 *) Bugfix: segmentation fault was occurred if the "none" or "blocked"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7791 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
7792 appeared in 0.3.18.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7793
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7794
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7795 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
7796
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7797 *) Feature: the ngx_http_perl_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7798
1516
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
7799 *) Change: the "valid_referers" directive allows the referrers without
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7800 URI part.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7801
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7802
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7803 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
7804
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7805 *) Bugfix: in SSI handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7806
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7807 *) Bugfix: the ngx_http_memcached_module did not support the keys in the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7808 "/usr?args" form.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7809
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7810
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7811 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
7812
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7813 *) 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
7814
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7815 *) 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
7816
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7817 *) Bugfix: in SSI handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7818
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7819
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7820 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
7821
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7822 *) 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
7823 names.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7824
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7825 *) 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
7826 "*.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
7827
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7828 *) 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
7829 "server_names_hash_bucket_size" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7830
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7831 *) 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
7832 directives were canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7833
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7834 *) 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
7835
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7836 *) Change: now the "valid_referers" directive checks the site names only
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7837 without the URI part.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7838
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7839 *) 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
7840 ngx_http_map_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7841
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7842 *) Bugfix: segmentation fault was occurred if configuration file did not
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7843 exist; the bug had appeared in 0.3.12.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7844
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7845 *) Bugfix: on 64-bit platforms segmentation fault may occurred on start;
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7846 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
7847
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7848
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7849 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
7850
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7851 *) 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
7852 sendfile64() in kernel.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7853
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7854 *) 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
7855 ".domain.tld" form.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7856
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7857 *) 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
7858 appeared in 0.2.4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7859
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7860 *) 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
7861
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7862 *) 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
7863 directive the port 80 was used by default.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7864
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7865
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7866 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
7867
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7868 *) Feature: the ngx_http_map_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7869
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7870 *) 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
7871 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7872
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7873 *) Feature: the "ssi_value_length" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7874
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7875 *) Feature: the "worker_rlimit_core" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7876
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7877 *) Workaround: the connection number in logs was always 1 if nginx was
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7878 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
7879 Pentium 4.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7880
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7881 *) 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
7882
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7883 *) 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
7884 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
7885 Thanks to Rob Mueller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7886
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7887 *) 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
7888 had appeared in 0.3.13.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7889
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7890
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7891 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
7892
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7893 *) 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
7894 connection.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7895
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7896 *) 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
7897
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7898 *) Bugfix: if there are unclosed connection nginx now calls abort() only
1516
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
7899 on graceful quit and active "debug_points" directive.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7900
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7901
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7902 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
7903
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7904 *) 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
7905 appeared in 0.3.13.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7906
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7907
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7908 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
7909
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7910 *) 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
7911
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7912 *) 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
7913 /dev/poll methods.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7914
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7915 *) Bugfix: in SSI handling.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7916
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7917 *) 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
7918 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
7919
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7920 *) Bugfix: the "auth_basic" directive did not disable the authorization;
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7921 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
7922
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7923
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7924 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
7925
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7926 *) Security: if nginx was built with the ngx_http_realip_module and the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7927 "satisfy_any on" directive was used, then access and authorization
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7928 directives did not work. The ngx_http_realip_module was not built and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7929 is not built by default.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7930
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7931 *) 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
7932
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7933 *) Change: the "proxy_header_buffer_size" and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7934 "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
7935 "proxy_buffer_size" and "fastcgi_buffer_size" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7936
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7937 *) Feature: the ngx_http_memcached_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7938
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7939 *) Feature: the "proxy_buffering" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7940
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7941 *) 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
7942 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
7943
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7944 *) 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
7945 line, then nginx returns the 411 error.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7946
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7947 *) Bugfix: if the "auth_basic" directive was inherited from the http
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7948 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
7949 without the "Basic realm" text.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7950
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7951 *) Bugfix: if the "combined" format was explicitly specified in the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7952 "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
7953 the bug had appeared in 0.3.8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7954
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7955 *) 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
7956 Solaris.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7957
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7958 *) 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
7959 string and closing bracket in the "if" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7960
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7961
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7962 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
7963
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7964 *) 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
7965 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
7966
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7967
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7968 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
7969
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7970 *) Change: the "valid_referers" directive and the "$invalid_referer"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7971 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
7972 ngx_http_rewrite_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7973
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7974 *) 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
7975 "$body_bytes_sent".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7976
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7977 *) Feature: the "$sent_http_..." variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7978
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7979 *) Feature: the "if" directive supports the "=" and "!=" operations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7980
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7981 *) 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
7982
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7983 *) Feature: the "proxy_set_body" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7984
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7985 *) Feature: the "post_action" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7986
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7987 *) Feature: the ngx_http_empty_gif_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7988
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7989 *) Feature: the "worker_cpu_affinity" directive for Linux.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7990
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7991 *) Bugfix: the "rewrite" directive did not unescape URI part in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7992 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
7993 characters.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7994
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7995 *) 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
7996
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
7997 *) 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
7998 chunked response was encoded incorrectly.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7999
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8000
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8001 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
8002
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8003 *) Bugfix: nginx considered URI as unsafe if two any symbols was between
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8004 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
8005
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8007 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
8008
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8009 *) Security: nginx now checks URI got from a backend in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8010 "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
8011 and zeroes.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8012
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8013 *) 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
8014 "Authorization" header line as valid one.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8015
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8016 *) 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
8017 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
8018
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8019 *) 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
8020 ngx_imap_auth_http_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8021
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8022 *) Feature: the "add_header" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8023
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8024 *) Feature: the ngx_http_realip_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8025
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8026 *) Feature: the new variables to use in the "log_format" directive:
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8027 $bytes_sent, $apache_bytes_sent, $status, $time_gmt, $uri,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8028 $request_time, $request_length, $upstream_status,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8029 $upstream_response_time, $gzip_ratio, $uid_got, $uid_set,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8030 $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
8031 will be canceled soon.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8032
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8033 *) 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
8034 empty string "" and string starting with "0".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8035
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8036 *) 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
8037 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
8038
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8039 *) 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
8040 graceful exit.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8041
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8042 *) Bugfix: if the request URI was changes by the "rewrite" directive and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8043 the request was proxied in location given by regular expression, then
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8044 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
8045 appeared in 0.2.6.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8046
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8047 *) Bugfix: the "expires" directive did not remove the previous "Expires"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8048 header.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8049
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8050 *) 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
8051 several worker processes were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8052
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8053 *) 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
8054 SSI commands.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8055
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8056 *) Bugfix: if the response was ended just after the SSI command and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8057 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
8058 did not transferred at all.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8059
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8060
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8061 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
8062
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8063 *) Feature: the "access_log" supports the "buffer=" parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8064
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8065 *) 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
8066 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
8067
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8068
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8069 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
8070
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8071 *) 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
8072 authorization server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8073
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8074 *) 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
8075
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8076 *) Bugfix: if at least in one server was no the "listen" directive, then
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8077 nginx did not listen on the 80 port; the bug had appeared in 0.3.3.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8078
277
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
8079 *) Bugfix: if the URI part is omitted in "proxy_pass" directive, the 80
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
8080 port was always used.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8081
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8082
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8083 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
8084
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8085 *) 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
8086 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
8087
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8088 *) 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
8089 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
8090
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8091 *) 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
8092 "timer_resolution" directive were used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8093
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8094
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8095 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
8096
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8097 *) 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
8098 had appeared in 0.3.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8099
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8100
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8101 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
8102
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8103 *) 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
8104 renamed to the "backlog" and "accept_filter".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8105
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8106 *) 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
8107 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8108
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8109 *) Change: the "$msec" log parameter does not require now the additional
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8110 the gettimeofday() system call.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8111
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8112 *) 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
8113
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8114 *) Bugfix: if the invalid address was specified in the "listen"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8115 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
8116 the CLOSED state.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8117
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8118 *) 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
8119 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
8120
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8121 *) Feature: the "timer_resolution" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8122
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8123 *) Feature: the millisecond "$upstream_response_time" log parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8124
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8125 *) Bugfix: a temporary file with client request body now is removed just
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8126 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
8127
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8128 *) Bugfix: OpenSSL 0.9.6 compatibility.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8129
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8130 *) 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
8131
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8132 *) Bugfix: the "ssl_prefer_server_ciphers" directive did not work in the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8133 ngx_imap_ssl_module.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8134
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8135 *) 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
8136 protocol only.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8137
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8138
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8139 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
8140
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8141 *) Feature: the Sun Studio 10 C compiler support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8142
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8143 *) Feature: the "proxy_upstream_max_fails",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8144 "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
8145 "fastcgi_upstream_fail_timeout" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8146
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8147
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8148 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
8149
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8150 *) Bugfix: the segmentation fault occurred when the signal queue
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8151 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
8152 0.2.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8153
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8154 *) 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
8155 SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8156
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8157
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8158 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
8159
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8160 *) Change: the 10-days live time limit of worker process was eliminated.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8161 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
8162
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8163
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8164 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
8165
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8166 *) Change: while using load-balancing the time before the failed backend
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8167 retry was decreased from 60 to 10 seconds.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8168
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8169 *) 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
8170 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
8171
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8172 *) 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
8173 more flexible to change an error code.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8174
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8175 *) 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
8176 in proxied subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8177
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8178 *) Bugfix: if the URI was changed in the "if" block and request did not
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8179 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
8180 again.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8181
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8182 *) Bugfix: if the "set" directive set the ngx_http_geo_module variable
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8183 in some configuration part, the this variable was not available in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8184 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
8185 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
8186
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8187
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8188 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
8189
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8190 *) 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
8191 causes the warning and changes old value.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8192
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8193 *) 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
8194
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8195 *) Feature: the ngx_http_ssi_module supports the "file" parameter in the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8196 "include" command.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8197
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8198 *) 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
8199 substitutions in expressions of the "if" command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8200
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8201
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8202 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
8203
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8204 *) 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
8205 "$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
8206
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8207 *) 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
8208 appeared in 0.1.44.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8209
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8210 *) Bugfix: the segmentation fault may occurred if the "rtsig" method was
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8211 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
8212
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8213
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8214 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
8215
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8216 *) Bugfix: nginx could not be built without the --with-debug option; the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8217 bug had appeared in 0.2.2.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8218
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8219
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8220 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
8221
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8222 *) 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
8223
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8224 *) 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
8225 "set" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8226
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8227 *) 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
8228 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
8229
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8230 *) Bugfix: the ngx_http_autoindex_module did not show correctly the long
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8231 file names;
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8232
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8233 *) 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
8234 starting by dot.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8235
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8236 *) 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
8237 closed too.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8238 Thanks to Rob Mueller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8239
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8240 *) 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
8241
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8242
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8243 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
8244
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8245 *) Bugfix: if all backend using in load-balancing failed after one
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8246 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
8247 appeared in 0.2.0.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8248
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8249
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8250 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
8251
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8252 *) The pid-file names used during online upgrade was changed and now is
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8253 not required a manual rename operation. The old master process adds
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8254 the ".oldbin" suffix to its pid-file and executes a new binary file.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8255 The new master process creates usual pid-file without the ".newbin"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8256 suffix. If the master process exits, then old master process renames
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8257 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
8258 suffix.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8259
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8260 *) Change: the "worker_connections" directive, new name of the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8261 "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
8262 of connections, but not maximum socket descriptor number.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8263
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8264 *) 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
8265
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8266 *) Feature: the "satisfy_any" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8267
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8268 *) 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
8269 not run for subrequests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8270
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8271 *) 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
8272 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8273
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8274 *) 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
8275 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
8276
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8277 *) Bugfix: in IMAP/POP3 command argument parsing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8278 Thanks to Rob Mueller.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8279
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8280 *) 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
8281
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8282 *) Bugfix: errors while using SSI and gzipping.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8283
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8284 *) 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
8285 from the 304 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8286 Thanks to Alexandr Kukushkin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8287
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8288
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8289 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
8290
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8291 *) 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
8292 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
8293
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8294 *) 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
8295 SSL connection.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8296
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8297 *) Various bug fixes in the IMAP/POP3 proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8298
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8299
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8300 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
8301
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8302 *) Feature: the IMAP/POP3 proxy supports SSL.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8303
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8304 *) 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
8305
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8306 *) Feature: the "userid_mark" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8307
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8308 *) 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
8309 of authorization use.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8310
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8311
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8312 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
8313
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8314 *) 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
8315 changed using the -HUP signal.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8316
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8317 *) 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
8318
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8319 *) 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
8320 to a server.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8321
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8322 *) Bugfix: the segmentation fault occurred or the worker process may got
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8323 caught in an endless loop if the proxied or FastCGI server sent the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8324 "Cache-Control" header line and the "expires" directive was used; in
277
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
8325 the proxied mode 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
8326
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8327
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8328 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
8329
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8330 *) Bugfix: if the request URI had a zero length after the processing in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8331 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
8332 occurred in the ngx_http_proxy_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8333
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8334 *) 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
8335 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
8336
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8337
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8338 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
8339
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8340 *) 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
8341 can not be used in SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8342
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8343
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8344 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
8345
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8346 *) 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
8347 information did not logged in the error log.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8348
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8349 *) 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
8350 "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
8351
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8352 *) 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
8353 when the "X-Accel-Redirect" was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8354
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8355 *) 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
8356 SIGQUIT signal.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8357
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8358 *) 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
8359 became shorter in the "ps" command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8360
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8361
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8362 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
8363
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8364 *) The changes in the ngx_http_charset_module: the "default_charset"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8365 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
8366 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
8367
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8368 *) 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
8369 transferred while the 401 response code redirecting.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8370
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8371 *) Bugfix: the ngx_http_proxy_module and ngx_http_fastcgi_module may
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8372 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
8373 bug had appeared in 0.1.38.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8374
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8375 *) Workaround: the Linux glibc crypt_r() initialization bug.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8376
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8377 *) 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
8378 the "include virtual" command.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8379
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8380 *) Bugfix: if the backend response had the "Location" header line and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8381 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
8382 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
8383
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8384 *) Bugfix: some directives of the ngx_http_proxy_module and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8385 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
8386 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
8387
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8388 *) 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
8389 chain.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8390
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8391 *) Bugfix: the ngx_http_autoindex_module did not show correctly the long
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8392 file names; the bug had appeared in 0.1.38.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8393
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8394 *) 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
8395 login state.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8396
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8397
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8398 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
8399
277
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
8400 *) Feature: the "limit_rate" directive is supported in proxy and FastCGI
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
8401 mode.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8402
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8403 *) 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
8404 in proxy and FastCGI mode.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8405
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8406 *) Feature: the "break" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8407
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8408 *) Feature: the "log_not_found" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8409
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8410 *) 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
8411 redirected by the ""X-Accel-Redirect" header line.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8412
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8413 *) Bugfix: the variables set by the "set" directive could not be used in
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8414 SSI.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8415
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8416 *) 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
8417 than one remote subrequest.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8418
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8419 *) Bugfix: nginx treated the backend response as invalid if the status
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8420 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
8421 appeared in 0.1.29.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8422
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8423 *) Feature: the "ssi_types" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8424
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8425 *) Feature: the "autoindex_exact_size" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8426
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8427 *) 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
8428 names in UTF-8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8429
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8430 *) Feature: the IMAP/POP3 proxy.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8431
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8432
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8433 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
8434
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8435 *) 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
8436
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8437 *) 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
8438 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
8439
1516
7ece86947201 nginx-1.9.2
Maxim Dounin <mdounin@mdounin.ru>
parents: 1492
diff changeset
8440 *) Bugfix: if all backends had returned the 404 response and the
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8441 "http_404" parameter of the "proxy_next_upstream" or
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8442 "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
8443 request all backends again.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8444
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8445
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8446 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
8447
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8448 *) Change: if the request header has duplicate the "Host", "Connection",
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8449 "Content-Length", or "Authorization" lines, then nginx now returns
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8450 the 400 error.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8451
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8452 *) Change: the "post_accept_timeout" directive was canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8453
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8454 *) 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
8455 parameters of the "listen" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8456
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8457 *) Feature: the FreeBSD accept filters support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8458
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8459 *) Feature: the Linux TCP_DEFER_ACCEPT support.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8460
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8461 *) 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
8462 in UTF-8.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8463
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8464 *) 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
8465 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
8466
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8467
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8468 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
8469
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8470 *) Feature: the "working_directory" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8471
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8472 *) Feature: the "port_in_redirect" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8473
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8474 *) 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
8475 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
8476
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8477 *) Bugfix: if more than 10 servers were configured or some server did
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8478 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
8479 occurred on the start.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8480
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8481 *) Bugfix: the segmentation fault might occur if the response was bigger
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8482 than the temporary file.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8483
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8484 *) Bugfix: nginx returned the 400 response on requests like
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8485 "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
8486 0.1.28.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8487
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8488
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8489 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
8490
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8491 *) 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
8492 big response part were include by SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8493
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8494 *) 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
8495 in SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8496
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8497 *) Feature: the "autoindex_localtime" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8498
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8499 *) 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
8500 the client request header line passing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8501
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8502
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8503 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
8504
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8505 *) 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
8506 the bug had appeared in 0.1.29.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8507
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8508 *) Bugfix: 3, 4, 7, and 8 the "proxy_set_header" directives in one level
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8509 cause the bus fault on start up.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8510
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8511 *) 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
8512
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8513 *) 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
8514 directive, then the 500 error code was returned.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8515
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8516
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8517 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
8518
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8519 *) 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
8520 "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
8521
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8522 *) 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
8523 expressions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8524
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8525 *) 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
8526 of regular expressions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8527
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8528 *) 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
8529 proxy and FastCGI mode.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8530
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8531
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8532 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
8533
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8534 *) 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
8535
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8536 *) Bugfix: errors while processing FastCGI response by SSI.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8537
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8538 *) Bugfix: errors while using SSI and gzipping.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8539
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8540 *) 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
8541 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
8542
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8543
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8544 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
8545
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8546 *) 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
8547 SSI was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8548
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8549 *) 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
8550
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8551 *) Bugfix: if the length of the response part received at once from
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8552 proxied or FastCGI server was equal to 500, then nginx returns the
277
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
8553 500 response code; in proxy mode the bug had appeared in 0.1.29 only.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8554
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8555 *) 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
8556 as invalid.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8557
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8558 *) 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
8559
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8560 *) Feature: the "ignore_invalid_headers" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8561
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8562
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8563 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
8564
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8565 *) 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
8566
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8567 *) Feature: the ngx_http_ssi_module supports the condition command like
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8568 '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
8569 level is supported.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8570
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8571 *) Feature: the ngx_http_ssi_module supports the DATE_LOCAL and DATE_GMT
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8572 variables and "config timefmt" command.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8573
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8574 *) Feature: the "ssi_ignore_recycled_buffers" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8575
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8576 *) 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
8577 empty QUERY_STRING variable.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8578
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8579 *) Change: the ngx_http_proxy_module was rewritten.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8580
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8581 *) 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
8582 "proxy_pass_request_body", and "proxy_method" directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8583
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8584 *) 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
8585 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
8586
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8587 *) Change: the "proxy_preserve_host" is canceled and must be replaced
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8588 with the "proxy_set_header Host $host" and the "proxy_redirect off"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8589 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
8590 and the appropriate proxy_redirect directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8591
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8592 *) 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
8593 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
8594
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8595 *) Change: the "proxy_add_x_forwarded_for" is canceled and must be
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8596 replaced with
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8597 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
8598 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8599
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8600 *) Change: the "proxy_set_x_url" is canceled and must be replaced with
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8601 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
8602 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8603
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8604 *) Feature: the "fastcgi_param" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8605
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8606 *) Change: the "fastcgi_root", "fastcgi_set_var" and "fastcgi_params"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8607 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
8608 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8609
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8610 *) Feature: the "index" directive can use the variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8611
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8612 *) 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
8613
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8614 *) 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
8615
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8616 *) Feature: the "rewrite" directive can use the variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8617
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8618 *) Feature: the "internal" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8619
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8620 *) Feature: the CONTENT_LENGTH, CONTENT_TYPE, REMOTE_PORT, SERVER_ADDR,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8621 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
8622 REQUEST_METHOD, REQUEST_URI, and REMOTE_USER variables.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8623
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8624 *) 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
8625 headers or a backend response header.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8626
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8627 *) Bugfix: if the backend did not transfer response for a long time and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8628 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
8629 returned the 408 response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8630
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8631 *) 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
8632 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
8633
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8634 *) 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
8635 tolerance configuration.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8636
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8637 *) Bugfix: the "expires" directive did not remove the previous "Expires"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8638 and "Cache-Control" headers.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8639
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8640 *) Bugfix: nginx did not take into account trailing dot in "Host" header
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8641 line.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8642
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8643 *) 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
8644
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8645 *) 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
8646 were in a request.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8647
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8648 *) 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
8649
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8650
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8651 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
8652
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8653 *) 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
8654
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8655 *) 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
8656
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8657
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8658 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
8659
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8660 *) 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
8661
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8662 *) Change: the errors while handling the request header now logged at
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8663 "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
8664 lines also logged.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8665
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8666 *) 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
8667
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8668 *) Feature: the proxy_pass_unparsed_uri directive. The special handling
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8669 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
8670 canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8671
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8672 *) Bugfix: nginx could not be built on FreeBSD and Linux, if the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8673 --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
8674 used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8675
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8676
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8677 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
8678
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8679 *) Change: the invalid client header lines are now ignored and logged at
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8680 the info level.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8681
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8682 *) 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
8683
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8684 *) Feature: the ngx_http_auth_basic_module module and the auth_basic and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8685 auth_basic_user_file directives.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8686
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8687
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8688 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
8689
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8690 *) Bugfix: nginx did run on Linux parisc.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8691
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8692 *) 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
8693 kern.ipc.somaxconn value is too big.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8694
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8695 *) Bugfix: if a request was internally redirected by the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8696 ngx_http_index_module module to the ngx_http_proxy_module or
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8697 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
8698 after request completion.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8699
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8700 *) 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
8701 expression.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8702
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8703 *) 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
8704 condition like "if ($HTTP_USER_AGENT ~ MSIE)".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8705
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8706 *) 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
8707 text values were used in the "geo" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8708
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8709 *) Change: a variable name must be declared as "$name" in the "geo"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8710 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
8711 will be removed soon.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8712
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8713 *) Feature: the "%{VARIABLE}v" logging parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8714
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8715 *) Feature: the "set $name value" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8716
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8717 *) Bugfix: gcc 4.0 compatibility.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8718
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8719 *) Feature: the --with-openssl-opt=OPTIONS autoconfiguration directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8720
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8721
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8722 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
8723
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8724 *) Feature: the ngx_http_ssi_filter_module supports the QUERY_STRING and
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8725 DOCUMENT_URI variables.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8726
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8727 *) Bugfix: the ngx_http_autoindex_module may some times return the 404
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8728 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
8729 "alias" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8730
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8731 *) 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
8732 responses.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8733
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8734 *) Bugfix: the lack of the "Referer" header line was always accounted as
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8735 valid referrer.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8736
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8737
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8738 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
8739
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8740 *) Feature: the ngx_http_ssi_filter_module and the ssi,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8741 ssi_silent_errors, and ssi_min_file_chunk directives. The 'echo
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8742 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
8743 supported.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8744
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8745 *) Feature: the %request_time log parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8746
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8747 *) Feature: if the request has no the "Host" header line, then the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8748 "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
8749 server name of the "server_name" directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8750
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8751 *) 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
8752 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
8753
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8754 *) 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
8755 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
8756
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8757 *) 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
8758 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
8759
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8760
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8761 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
8762
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8763 *) 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
8764 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
8765
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8766 *) 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
8767 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
8768
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8769
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8770 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
8771
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8772 *) 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
8773 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
8774
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8775 *) 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
8776 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
8777
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8778 *) 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
8779
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8780
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8781 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
8782
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8783 *) 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
8784 the fastcgi_params directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8785
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8786 *) Bugfix: the FastCGI stderr stream was handled incorrectly.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8787
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8788
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8789 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
8790
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8791 *) 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
8792 returned for the local requests.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8793
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8794 *) 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
8795
277
67ba4bba2656 nginx-1.1.12
Maxim Dounin <mdounin@mdounin.ru>
parents: 233
diff changeset
8796 *) Bugfix: the timeout may occur while reading of the client request
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8797 body via SSL connections.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8798
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8799
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8800 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
8801
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8802 *) Workaround: the default values of the devpoll_events and the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8803 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
8804 with Solaris 10.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8805
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8806 *) 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
8807 inherited.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8808
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8809 *) 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
8810 with URI by an "&" rather than a "?".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8811
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8812 *) 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
8813 the ngx_http_geo_module were silently ignored.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8814
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8815 *) Feature: the ngx_http_stub_status_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8816
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8817 *) Bugfix: the unknown log format in the access_log directive caused the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8818 segmentation fault.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8819
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8820 *) 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
8821 directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8822
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8823 *) Feature: the fastcgi_redirect_errors directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8824
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8825 *) Feature: the new "break" modifier of the "rewrite" directive allows
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8826 to stop the rewrite/location cycle and sets the current configuration
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8827 to the request.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8828
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8829
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8830 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
8831
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8832 *) Change: the ngx_http_rewrite_module was rewritten from the scratch.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8833 Now it is possible to redirect, to return the error codes, to check
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8834 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
8835 locations. The redirect directive was canceled.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8836
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8837 *) Feature: the ngx_http_geo_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8838
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8839 *) 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
8840
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8841 *) 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
8842 another location.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8843
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8844 *) 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
8845 small caps letters in extension.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8846
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8847 *) Bugfix: if the proxy_pass or fastcgi_pass directives were set in the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8848 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
8849 static page, then the segmentation fault occurred.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8850
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8851 *) Bugfix: if in a proxied "Location" header was a relative URL, then a
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8852 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
8853 0.1.14.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8854
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8855 *) 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
8856
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8857
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8858 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
8859
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8860 *) 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
8861 request the final chunk was issued.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8862
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8863 *) 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
8864 keepalive_timeout directive forbade the keep-alive use.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8865
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8866 *) 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
8867 segmentation faults.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8868
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8869 *) 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
8870 complete.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8871
1048
b08143db5fea nginx-1.5.9
Maxim Dounin <mdounin@mdounin.ru>
parents: 1033
diff changeset
8872 *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPUSH, and TCP_CORK
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8873 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
8874
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8875 *) Feature: the rewrite directive supports the arguments rewriting.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8876
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8877 *) 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
8878 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
8879
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8880
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8881 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
8882
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8883 *) 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
8884 segmentation fault.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8885
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8886 *) 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
8887 different number of the captures and substitutions.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8888
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8889 *) 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
8890 regular expression.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8891
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8892 *) 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
8893 arguments and in the original state.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8894
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8895 *) 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
8896 to use the regular expressions in locations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8897
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8898 *) Bugfix: the directive "proxy_preserve_host on" adds port 80 to the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8899 "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
8900 in 0.1.14.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8901
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8902 *) Bugfix: the same paths in autoconfiguration parameters
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8903 --http-client-body-temp-path=PATH and --http-proxy-temp-path=PATH, or
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8904 --http-client-body-temp-path=PATH and --http-fastcgi-temp-path=PATH
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8905 caused segmentation fault.
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8906
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8907
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8908 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
8909
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8910 *) Feature: the autoconfiguration directives:
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8911 --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
8912 --http-fastcgi-temp-path=PATH
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8913
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8914 *) Change: the directory name for the temporary files with the client
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8915 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
8916 default it is <prefix>/client_body_temp.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8917
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8918 *) Feature: the ngx_http_fastcgi_module and the directives:
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8919 fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8920 fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8921 fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8922 fastcgi_busy_buffers_size, fastcgi_temp_path,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8923 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
8924 fastcgi_next_upstream, and fastcgi_x_powered_by.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8925
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8926 *) 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
8927 0.1.3.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8928
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8929 *) 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
8930 proxy_pass directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8931
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8932 *) 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
8933 string start.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8934
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8935 *) 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
8936 ngx_http_proxy_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8937
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8938 *) Feature: the ssl_engine and ssl_ciphers directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8939 Thanks to Sergey Skvortsov for SSL-accelerator.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8940
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8941
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8942 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
8943
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8944 *) 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
8945 directives.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8946
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8947 *) Bugfix: the *.domain.tld names in the "server_name" directive did not
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8948 work.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8949
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8950 *) 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
8951 length.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8952
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8953
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8954 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
8955
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8956 *) Feature: the %request_length log parameter.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8957
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8958 *) Bugfix: when using the /dev/poll, select and poll on the platforms,
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8959 where these methods may do the false reports, there may be the long
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8960 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
8961 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
8962
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8963 *) 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
8964 does not support the SO_SNDLOWAT option.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8965
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8966
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8967 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
8968
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8969 *) Feature: the worker_priority directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8970
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8971 *) 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
8972 transferred response.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8973
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8974 *) Bugfix: nginx did not call initgroups().
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8975 Thanks to Andrew Sitnikov and Andrei Nigmatulin.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8976
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8977 *) 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
8978 bytes.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8979
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8980 *) 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
8981 broken symlink was in a directory.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8982
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8983 *) 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
8984 sendfile.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8985
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8986 *) Bugfix: if the backend was resolved to several backends and there was
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8987 an error while the response waiting then process may got caught in an
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8988 endless loop.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8989
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8990 *) 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
8991 when the /dev/poll method was used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8992
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8993 *) Bugfix: "close() channel failed" errors.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8994
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8995 *) 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
8996
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8997 *) 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
8998
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
8999 *) 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
9000 section in configuration.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9001
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9002 *) Bugfix: nginx could not be built on OpenBSD.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9003
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9004 *) 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
9005 ":/".
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9006
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9007
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9008 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
9009
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9010 *) Bugfix: if the request without arguments contains "//", "/./", "/../"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9011 or "%XX" then the last character in the request line was lost; the
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9012 bug had appeared in 0.1.9.
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9013
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9014 *) 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
9015 not work.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9016
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9017
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9018 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
9019
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9020 *) Bugfix: the proxied request was sent without arguments if the request
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9021 contains "//", "/./", "/../" or "%XX".
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9022
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9023 *) 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
9024 completely.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9025
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9026 *) 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
9027 does not support sendfile64().
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9028
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9029 *) Bugfix: while the build configuration on Linux the --with-poll_module
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9030 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
9031
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9032
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9033 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
9034
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9035 *) 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
9036 in the listing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9037
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9038 *) Feature: the "^~" modifier in the location directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9039
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9040 *) Feature: the proxy_max_temp_file_size directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9041
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9042
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9043 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
9044
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9045 *) 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
9046 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
9047
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9048
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9049 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
9050
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9051 *) 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
9052 expressions caused the wrong configuration choose.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9053
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9054
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9055 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
9056
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9057 *) 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
9058 returned not enough data" alerts.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9059
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9060 *) Bugfix: there were the "writev() failed (22: Invalid argument)"
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9061 errors on Solaris in proxy mode without sendfile. On other platforms
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9062 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
9063 endless loop.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9064
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9065 *) 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
9066 sendfile.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9067
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9068 *) Bugfix: segmentation fault on Solaris.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9069
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9070 *) 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
9071
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9072 *) 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
9073 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
9074
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9075 *) Change: the decrease of the copy operations.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9076
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9077 *) Feature: the userid_p3p directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9078
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9079
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9080 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
9081
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9082 *) Bugfix: in the ngx_http_autoindex_module.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9083
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9084
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9085 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
9086
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9087 *) 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
9088
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9089 *) Feature: the proxy_set_x_url directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9090
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9091 *) 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
9092 is not used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9093
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9094
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9095 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
9096
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9097 *) 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
9098 options in configure.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9099
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9100 *) Feature: the server_name directive supports *.domain.tld.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9101
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9102 *) Bugfix: the portability improvements.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9103
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9104 *) 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
9105 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
9106
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9107 *) 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
9108 is not used.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9109
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9110 *) 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
9111 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
9112
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9113 *) Bugfix: very seldom bug in the kqueue processing.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9114
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9115 *) 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
9116 already compressed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9117
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9118
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9119 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
9120
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9121 *) Feature: the gzip_types directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9122
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9123 *) Feature: the tcp_nodelay directive.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9124
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9125 *) 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
9126 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
9127
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9128 *) Feature: the setproctitle() emulation for Linux and Solaris.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9129
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9130 *) 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
9131
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9132 *) 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
9133 endless loop.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9134
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9135 *) Bugfix: the /dev/poll module bugs fixed.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9136
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9137 *) 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
9138 used while the proxying.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9139
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9140 *) 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
9141
21
a6e1763d5590 nginx-1.1.2
Igor Sysoev <igor@sysoev.ru>
parents: 11
diff changeset
9142 *) 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
9143 --with-poll_module parameter was required.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9144
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9145
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9146 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
9147
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9148 *) The first public version.
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9149