comparison text/en/CHANGES @ 989:32d6056db45b

nginx-1.5.6
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 01 Oct 2013 17:56:20 +0400
parents 866fe164f957
children f7fe7da742c6
comparison
equal deleted inserted replaced
988:a060ab6fb4be 989:32d6056db45b
1
2 Changes with nginx 1.5.6 01 Oct 2013
3
4 *) Feature: the "fastcgi_buffering" directive.
5
6 *) Feature: the "proxy_ssl_protocols" and "proxy_ssl_ciphers"
7 directives.
8 Thanks to Piotr Sikora.
9
10 *) Feature: optimization of SSL handshakes when using long certificate
11 chains.
12
13 *) Feature: the mail proxy supports SMTP pipelining.
14
15 *) Bugfix: in the ngx_http_auth_basic_module when using "$apr1$"
16 password encryption method.
17 Thanks to Markus Linnala.
18
19 *) Bugfix: in MacOSX, Cygwin, and nginx/Windows incorrect location might
20 be used to process a request if locations were given using characters
21 in different cases.
22
23 *) Bugfix: automatic redirect with appended trailing slash for proxied
24 locations might not work.
25
26 *) Bugfix: in the mail proxy server.
27
28 *) Bugfix: in the ngx_http_spdy_module.
29
1 30
2 Changes with nginx 1.5.5 17 Sep 2013 31 Changes with nginx 1.5.5 17 Sep 2013
3 32
4 *) Change: now nginx assumes HTTP/1.0 by default if it is not able to 33 *) Change: now nginx assumes HTTP/1.0 by default if it is not able to
5 detect protocol reliably. 34 detect protocol reliably.