comparison CHANGES @ 316:24def6198d7f NGINX_0_5_28

nginx 0.5.28 *) Security: the "msie_refresh" directive allowed XSS. Thanks to Maxim Boguk. *) Bugfix: a segmentation fault might occur in worker process if the "auth_http_header" directive was used. Thanks to Maxim Dounin. *) Bugfix: a segmentation fault occurred in worker process if the CRAM-MD5 authentication method was used, but it was not enabled. *) Bugfix: a segmentation fault might occur in worker process if the eventport method was used.
author Igor Sysoev <http://sysoev.ru>
date Tue, 17 Jul 2007 00:00:00 +0400
parents 8f0416b14242
children 3021f899881a
comparison
equal deleted inserted replaced
315:32a7c84208fa 316:24def6198d7f
1
2 Changes with nginx 0.5.28 17 Jun 2007
3
4 *) Security: the "msie_refresh" directive allowed XSS.
5
6 *) Bugfix: a segmentation fault might occur in worker process if the
7 "auth_http_header" directive was used.
8 Thanks to Maxim Dounin.
9
10 *) Bugfix: a segmentation fault occurred in worker process if the
11 CRAM-MD5 authentication method was used, but it was not enabled.
12
13 *) Bugfix: a segmentation fault might occur in worker process if the
14 eventport method was used.
15
1 16
2 Changes with nginx 0.5.27 09 Jul 2007 17 Changes with nginx 0.5.27 09 Jul 2007
3 18
4 *) Bugfix: if remote SSI subrequest was used, then posterior local file 19 *) Bugfix: if remote SSI subrequest was used, then posterior local file
5 subrequest might transferred to client in wrong order. 20 subrequest might transferred to client in wrong order.
213 *) Bugfix: if the "epoll" method was used and a client closed a 228 *) Bugfix: if the "epoll" method was used and a client closed a
214 connection prematurely, then nginx closed the connection after a 229 connection prematurely, then nginx closed the connection after a
215 send timeout only. 230 send timeout only.
216 231
217 *) Bugfix: nginx could not be built on platforms different from i386, 232 *) Bugfix: nginx could not be built on platforms different from i386,
218 amd64, sparc É ppc; bug appeared in 0.5.8. 233 amd64, sparc and ppc; bug appeared in 0.5.8.
219 234
220 235
221 Changes with nginx 0.5.12 12 Feb 2007 236 Changes with nginx 0.5.12 12 Feb 2007
222 237
223 *) Bugfix: nginx could not be built on platforms different from i386, 238 *) Bugfix: nginx could not be built on platforms different from i386,