comparison CHANGES @ 586:53f5f04a64b8 NGINX_0_8_45

nginx 0.8.45 *) Feature: ngx_http_xslt_filter improvements. Thanks to Laurence Rowe. *) Bugfix: SSI response might be truncated after include with wait="yes"; the bug had appeared in 0.7.25. Thanks to Maxim Dounin. *) Bugfix: the "listen" directive did not support the "setfib=0" parameter.
author Igor Sysoev <http://sysoev.ru>
date Tue, 13 Jul 2010 00:00:00 +0400
parents 016632f0fb18
children b6a5942a4e6a
comparison
equal deleted inserted replaced
585:565a8b8fdad5 586:53f5f04a64b8
1
2 Changes with nginx 0.8.45 13 Jul 2010
3
4 *) Feature: ngx_http_xslt_filter improvements.
5 Thanks to Laurence Rowe.
6
7 *) Bugfix: SSI response might be truncated after include with
8 wait="yes"; the bug had appeared in 0.7.25.
9 Thanks to Maxim Dounin.
10
11 *) Bugfix: the "listen" directive did not support the "setfib=0"
12 parameter.
13
1 14
2 Changes with nginx 0.8.44 05 Jul 2010 15 Changes with nginx 0.8.44 05 Jul 2010
3 16
4 *) Change: now nginx does not cache by default backend responses, if 17 *) Change: now nginx does not cache by default backend responses, if
5 they have a "Set-Cookie" header line. 18 they have a "Set-Cookie" header line.
6 19
7 *) Feature: the "listen" directive supports the "setfib" parameter. 20 *) Feature: the "listen" directive supports the "setfib" parameter.
8 Thanks to Andrew Filonov. 21 Thanks to Andrew Filonov.
9 22
10 *) Bugfix: the "sub_filter" directive might change character case on 23 *) Bugfix: the "sub_filter" directive might change character case on
11 partial match. 24 partial match.
12 25
13 *) Bugfix: compatibility with HP/UX. 26 *) Bugfix: compatibility with HP/UX.
14 27
15 *) Bugfix: compatibility with AIX xcl_r compiler. 28 *) Bugfix: compatibility with AIX xcl_r compiler.
16 29
17 *) Bugfix: nginx treated a large SSLv2 packets as plain requests. 30 *) Bugfix: nginx treated large SSLv2 packets as plain requests.
18 Thanks to Miroslaw Jaworski. 31 Thanks to Miroslaw Jaworski.
19 32
20 33
21 Changes with nginx 0.8.43 30 Jun 2010 34 Changes with nginx 0.8.43 30 Jun 2010
22 35