comparison CHANGES @ 390:d4f0d6c19c8d NGINX_0_6_39

nginx 0.6.39 *) Security: a segmentation fault might occur in worker process while specially crafted request handling. Thanks to Chris Ries. *) Bugfix: a segmentation fault might occur in worker process, if error_log was set to info or debug level. Thanks to Sergey Bochenkov.
author Igor Sysoev <http://sysoev.ru>
date Mon, 14 Sep 2009 00:00:00 +0400
parents 8815ae9c367b
children
comparison
equal deleted inserted replaced
389:9688a938d4c0 390:d4f0d6c19c8d
1
2 Changes with nginx 0.6.39 14 Sep 2009
3
4 *) Security: a segmentation fault might occur in worker process while
5 specially crafted request handling.
6 Thanks to Chris Ries.
7
8 *) Bugfix: a segmentation fault might occur in worker process, if
9 error_log was set to info or debug level.
10 Thanks to Sergey Bochenkov.
11
1 12
2 Changes with nginx 0.6.38 22 Jun 2009 13 Changes with nginx 0.6.38 22 Jun 2009
3 14
4 *) Feature: the "keepalive_requests" directive. 15 *) Feature: the "keepalive_requests" directive.
5 16
1019 1030
1020 *) Bugfix: nginx could not be built on platforms different from i386, 1031 *) Bugfix: nginx could not be built on platforms different from i386,
1021 amd64, sparc, and ppc; the bug had appeared in 0.5.8. 1032 amd64, sparc, and ppc; the bug had appeared in 0.5.8.
1022 1033
1023 *) Bugfix: a segmentation fault might occur in worker process if the 1034 *) Bugfix: a segmentation fault might occur in worker process if the
1024 temporarily files were used while working with FastCGI server; the 1035 temporary files were used while working with FastCGI server; the bug
1025 bug had appeared in 0.5.8. 1036 had appeared in 0.5.8.
1026 1037
1027 *) Bugfix: a segmentation fault might occur in worker process if the 1038 *) Bugfix: a segmentation fault might occur in worker process if the
1028 $fastcgi_script_name variable was logged. 1039 $fastcgi_script_name variable was logged.
1029 1040
1030 *) Bugfix: ngx_http_perl_module could not be built on Solaris. 1041 *) Bugfix: ngx_http_perl_module could not be built on Solaris.
1923 various addresses inside one server, then server names like 1934 various addresses inside one server, then server names like
1924 "*.domain.tld" worked for first address only; the bug had appeared 1935 "*.domain.tld" worked for first address only; the bug had appeared
1925 in 0.3.18. 1936 in 0.3.18.
1926 1937
1927 *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive 1938 *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive
1928 and the request body was in temporarily file then the request was 1939 and the request body was in temporary file then the request was not
1929 not transferred. 1940 transferred.
1930 1941
1931 *) Bugfix: perl 5.8.8 compatibility. 1942 *) Bugfix: perl 5.8.8 compatibility.
1932 1943
1933 1944
1934 Changes with nginx 0.3.30 22 Feb 2006 1945 Changes with nginx 0.3.30 22 Feb 2006