comparison CHANGES @ 634:23ef0645ea57 NGINX_1_1_1

nginx 1.1.1 *) Change: now cache loader processes either as many files as specified by "loader_files" parameter or works no more than time specified by "loader_threshold" parameter during each iteration. *) Change: now SIGWINCH signal works only in deamon mode. *) Feature: now shared zones and caches use POSIX semaphores on Solaris. Thanks to Den Ivanov. *) Feature: accept filters are now supported on NetBSD. *) Bugfix: nginx could not be build on Linux 3.0. *) Bugfix: nginx did not use gzipping in some cases; the bug had appeared in 1.1.0. *) Bugfix: request body might be incorrectly processed if client used pipelining. *) Bugfix: in the "request_body_in_single_buf" directive. *) Bugfix: in "proxy_set_body" and "proxy_pass_request_body" directives if SSL connection to backend was used. *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as "down". *) Bugfix: a segmentation fault might occur during reconfiguration if ssl_session_cache was defined but not used in a previous configuration. *) Bugfix: a segmentation fault might occur in a worker process if many backup servers were used in an upstream. *) Bugfix: a segmentation fault might occur in a worker process if "fastcgi/scgi/uwsgi_param" directives were used with values starting with "HTTP_"; the bug had appeared in 0.8.40.
author Igor Sysoev <http://sysoev.ru>
date Mon, 22 Aug 2011 00:00:00 +0400
parents 5b73504dd4ba
children 943566b4d82e
comparison
equal deleted inserted replaced
633:561a37709f6d 634:23ef0645ea57
1
2 Changes with nginx 1.1.1 22 Aug 2011
3
4 *) Change: now cache loader processes either as many files as specified
5 by "loader_files" parameter or works no more than time specified by
6 "loader_threshold" parameter during each iteration.
7
8 *) Change: now SIGWINCH signal works only in deamon mode.
9
10 *) Feature: now shared zones and caches use POSIX semaphores on
11 Solaris.
12 Thanks to Den Ivanov.
13
14 *) Feature: accept filters are now supported on NetBSD.
15
16 *) Bugfix: nginx could not be build on Linux 3.0.
17
18 *) Bugfix: nginx did not use gzipping in some cases; the bug had
19 appeared in 1.1.0.
20
21 *) Bugfix: request body might be incorrectly processed if client used
22 pipelining.
23
24 *) Bugfix: in the "request_body_in_single_buf" directive.
25
26 *) Bugfix: in "proxy_set_body" and "proxy_pass_request_body" directives
27 if SSL connection to backend was used.
28
29 *) Bugfix: nginx hogged CPU if all servers in an upstream were marked
30 as "down".
31
32 *) Bugfix: a segmentation fault might occur during reconfiguration if
33 ssl_session_cache was defined but not used in a previous
34 configuration.
35
36 *) Bugfix: a segmentation fault might occur in a worker process if many
37 backup servers were used in an upstream.
38
39 *) Bugfix: a segmentation fault might occur in a worker process if
40 "fastcgi/scgi/uwsgi_param" directives were used with values starting
41 with "HTTP_"; the bug had appeared in 0.8.40.
42
1 43
2 Changes with nginx 1.1.0 01 Aug 2011 44 Changes with nginx 1.1.0 01 Aug 2011
3 45
4 *) Feature: cache loader run time decrease. 46 *) Feature: cache loader run time decrease.
5 47
1865 1907
1866 1908
1867 Changes with nginx 0.7.14 01 Sep 2008 1909 Changes with nginx 0.7.14 01 Sep 2008
1868 1910
1869 *) Change: now the ssl_certificate and ssl_certificate_key directives 1911 *) Change: now the ssl_certificate and ssl_certificate_key directives
1870 have not default values. 1912 have no default values.
1871 1913
1872 *) Feature: the "listen" directive supports the "ssl" parameter. 1914 *) Feature: the "listen" directive supports the "ssl" parameter.
1873 1915
1874 *) Feature: now nginx takes into account a time zone change while 1916 *) Feature: now nginx takes into account a time zone change while
1875 reconfiguration on FreeBSD and Linux. 1917 reconfiguration on FreeBSD and Linux.