comparison text/en/CHANGES @ 831:8ae26032d011

nginx-1.3.12
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Feb 2013 18:13:28 +0400
parents 175fa0144ebc
children 8b6099769de5
comparison
equal deleted inserted replaced
830:42750c1b8d1b 831:8ae26032d011
1
2 Changes with nginx 1.3.12 05 Feb 2013
3
4 *) Feature: variables support in the "proxy_bind", "fastcgi_bind",
5 "memcached_bind", "scgi_bind", and "uwsgi_bind" directives.
6
7 *) Feature: the $pipe, $request_length, $time_iso8601, and $time_local
8 variables can now be used not only in the "log_format" directive.
9 Thanks to Kiril Kalchev.
10
11 *) Feature: IPv6 support in the ngx_http_geoip_module.
12 Thanks to Gregor Kališnik.
13
14 *) Bugfix: in the "proxy_method" directive.
15
16 *) Bugfix: a segmentation fault might occur in a worker process if
17 resolver was used with the poll method.
18
19 *) Bugfix: nginx might hog CPU during SSL handshake with a backend if
20 the select, poll, or /dev/poll methods were used.
21
22 *) Bugfix: the "[crit] SSL_write() failed (SSL:)" error.
23
24 *) Bugfix: in the "client_body_in_file_only" directive; the bug had
25 appeared in 1.3.9.
26
27 *) Bugfix: in the "fastcgi_keep_conn" directive.
28
1 29
2 Changes with nginx 1.3.11 10 Jan 2013 30 Changes with nginx 1.3.11 10 Jan 2013
3 31
4 *) Bugfix: a segmentation fault might occur if logging was used; the bug 32 *) Bugfix: a segmentation fault might occur if logging was used; the bug
5 had appeared in 1.3.10. 33 had appeared in 1.3.10.