comparison text/en/CHANGES @ 976:56d316529451

nginx-1.5.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Aug 2013 18:00:42 +0400
parents 489b983ec7bc
children 866fe164f957
comparison
equal deleted inserted replaced
975:a57c36c82461 976:56d316529451
1
2 Changes with nginx 1.5.4 27 Aug 2013
3
4 *) Change: the "js" extension MIME type has been changed to
5 "application/javascript"; default value of the "charset_types"
6 directive was changed accordingly.
7
8 *) Change: now the "image_filter" directive with the "size" parameter
9 returns responses with the "application/json" MIME type.
10
11 *) Feature: the ngx_http_auth_request_module.
12
13 *) Bugfix: a segmentation fault might occur on start or during
14 reconfiguration if the "try_files" directive was used with an empty
15 parameter.
16
17 *) Bugfix: memory leak if relative paths were specified using variables
18 in the "root" or "auth_basic_user_file" directives.
19
20 *) Bugfix: the "valid_referers" directive incorrectly executed regular
21 expressions if a "Referer" header started with "https://".
22 Thanks to Liangbin Li.
23
24 *) Bugfix: responses might hang if subrequests were used and an SSL
25 handshake error happened during subrequest processing.
26 Thanks to Aviram Cohen.
27
28 *) Bugfix: in the ngx_http_autoindex_module.
29
30 *) Bugfix: in the ngx_http_spdy_module.
31
1 32
2 Changes with nginx 1.5.3 30 Jul 2013 33 Changes with nginx 1.5.3 30 Jul 2013
3 34
4 *) Change in internal API: now u->length defaults to -1 if working with 35 *) Change in internal API: now u->length defaults to -1 if working with
5 backends in unbuffered mode. 36 backends in unbuffered mode.