comparison CHANGES @ 602:c5122335e41d NGINX_0_8_53

nginx 0.8.53 *) Feature: now the "error_page" directive allows to change a status code in a redirect. *) Feature: the "gzip_disable" directive supports special "degradation" mask. *) Bugfix: a socket leak might occurred if file AIO was used. Thanks to Maxim Dounin. *) Bugfix: if the first server had no "listen" directive and there was no explicit default server, then a next server with a "listen" directive became the default server; the bug had appeared in 0.8.21.
author Igor Sysoev <http://sysoev.ru>
date Mon, 18 Oct 2010 00:00:00 +0400
parents 5dc296c4372a
children 611ebd77621d
comparison
equal deleted inserted replaced
601:b2afd36d87f4 602:c5122335e41d
1
2 Changes with nginx 0.8.53 18 Oct 2010
3
4 *) Feature: now the "error_page" directive allows to change a status
5 code in a redirect.
6
7 *) Feature: the "gzip_disable" directive supports special "degradation"
8 mask.
9
10 *) Bugfix: a socket leak might occurred if file AIO was used.
11 Thanks to Maxim Dounin.
12
13 *) Bugfix: if the first server had no "listen" directive and there was
14 no explicit default server, then a next server with a "listen"
15 directive became the default server; the bug had appeared in 0.8.21.
16
1 17
2 Changes with nginx 0.8.52 28 Sep 2010 18 Changes with nginx 0.8.52 28 Sep 2010
3 19
4 *) Bugfix: nginx used SSL mode for a listen socket if any listen option 20 *) Bugfix: nginx used SSL mode for a listen socket if any listen option
5 was set; the bug had appeared in 0.8.51. 21 was set; the bug had appeared in 0.8.51.
129 *) Bugfix: the "sub_filter" directive might change character case on 145 *) Bugfix: the "sub_filter" directive might change character case on
130 partial match. 146 partial match.
131 147
132 *) Bugfix: compatibility with HP/UX. 148 *) Bugfix: compatibility with HP/UX.
133 149
134 *) Bugfix: compatibility with AIX xcl_r compiler. 150 *) Bugfix: compatibility with AIX xlC_r compiler.
135 151
136 *) Bugfix: nginx treated large SSLv2 packets as plain requests. 152 *) Bugfix: nginx treated large SSLv2 packets as plain requests.
137 Thanks to Miroslaw Jaworski. 153 Thanks to Miroslaw Jaworski.
138 154
139 155