comparison text/en/CHANGES @ 1012:f7fe7da742c6

nginx-1.5.7, nginx-1.4.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 19 Nov 2013 18:57:50 +0400
parents 32d6056db45b
children 532f9f7bc17f
comparison
equal deleted inserted replaced
1011:2ad2f30efdf2 1012:f7fe7da742c6
1
2 Changes with nginx 1.5.7 19 Nov 2013
3
4 *) Security: a character following an unescaped space in a request line
5 was handled incorrectly (CVE-2013-4547); the bug had appeared in
6 0.8.41.
7 Thanks to Ivan Fratric of the Google Security Team.
8
9 *) Change: a logging level of auth_basic errors about no user/password
10 provided has been lowered from "error" to "info".
11
12 *) Feature: the "proxy_cache_revalidate", "fastcgi_cache_revalidate",
13 "scgi_cache_revalidate", and "uwsgi_cache_revalidate" directives.
14
15 *) Feature: the "ssl_session_ticket_key" directive.
16 Thanks to Piotr Sikora.
17
18 *) Bugfix: the directive "add_header Cache-Control ''" added a
19 "Cache-Control" response header line with an empty value.
20
21 *) Bugfix: the "satisfy any" directive might return 403 error instead of
22 401 if auth_request and auth_basic directives were used.
23 Thanks to Jan Marc Hoffmann.
24
25 *) Bugfix: the "accept_filter" and "deferred" parameters of the "listen"
26 directive were ignored for listen sockets created during binary
27 upgrade.
28 Thanks to Piotr Sikora.
29
30 *) Bugfix: some data received from a backend with unbufferred proxy
31 might not be sent to a client immediately if "gzip" or "gunzip"
32 directives were used.
33 Thanks to Yichun Zhang.
34
35 *) Bugfix: in error handling in ngx_http_gunzip_filter_module.
36
37 *) Bugfix: responses might hang if the ngx_http_spdy_module was used
38 with the "auth_request" directive.
39
40 *) Bugfix: memory leak in nginx/Windows.
41
1 42
2 Changes with nginx 1.5.6 01 Oct 2013 43 Changes with nginx 1.5.6 01 Oct 2013
3 44
4 *) Feature: the "fastcgi_buffering" directive. 45 *) Feature: the "fastcgi_buffering" directive.
5 46