comparison CHANGES @ 516:7efcdb937752 NGINX_0_8_10

nginx 0.8.10 *) Bugfix: memory leaks if GeoIP City database was used. *) Bugfix: in copying temporary files to permanent storage area; the bug had appeared in 0.8.9.
author Igor Sysoev <http://sysoev.ru>
date Mon, 24 Aug 2009 00:00:00 +0400
parents 43cc6f0b77ce
children 86dad910eeb6
comparison
equal deleted inserted replaced
515:607556aed0a1 516:7efcdb937752
1
2 Changes with nginx 0.8.10 24 Aug 2009
3
4 *) Bugfix: memory leaks if GeoIP City database was used.
5
6 *) Bugfix: in copying temporary files to permanent storage area; the
7 bug had appeared in 0.8.9.
8
1 9
2 Changes with nginx 0.8.9 17 Aug 2009 10 Changes with nginx 0.8.9 17 Aug 2009
3 11
4 *) Feature: now the start cache loader runs in a separate process; this 12 *) Feature: now the start cache loader runs in a separate process; this
5 should improve large caches handling. 13 should improve large caches handling.
6 14
7 *) Feature: now temporarily files and permanent storage area may reside 15 *) Feature: now temporary files and permanent storage area may reside
8 at different file systems. 16 at different file systems.
9 17
10 18
11 Changes with nginx 0.8.8 10 Aug 2009 19 Changes with nginx 0.8.8 10 Aug 2009
12 20
96 104
97 Changes with nginx 0.8.3 19 Jun 2009 105 Changes with nginx 0.8.3 19 Jun 2009
98 106
99 *) Feature: the $upstream_cache_status variable. 107 *) Feature: the $upstream_cache_status variable.
100 108
101 *) Bugfix: nginx could not be built on MacOSX 10.6. the bug had 109 *) Bugfix: nginx could not be built on MacOSX 10.6.
102 appeared in 0.8.2.
103 110
104 *) Bugfix: nginx could not be built --without-http-cache; the bug had 111 *) Bugfix: nginx could not be built --without-http-cache; the bug had
105 appeared in 0.8.2. 112 appeared in 0.8.2.
106 113
107 *) Bugfix: a segmentation fault occurred in worker process, if a 114 *) Bugfix: a segmentation fault occurred in worker process, if a
1936 1943
1937 *) Bugfix: nginx could not be built on platforms different from i386, 1944 *) Bugfix: nginx could not be built on platforms different from i386,
1938 amd64, sparc, and ppc; the bug had appeared in 0.5.8. 1945 amd64, sparc, and ppc; the bug had appeared in 0.5.8.
1939 1946
1940 *) Bugfix: a segmentation fault might occur in worker process if the 1947 *) Bugfix: a segmentation fault might occur in worker process if the
1941 temporarily files were used while working with FastCGI server; the 1948 temporary files were used while working with FastCGI server; the bug
1942 bug had appeared in 0.5.8. 1949 had appeared in 0.5.8.
1943 1950
1944 *) Bugfix: a segmentation fault might occur in worker process if the 1951 *) Bugfix: a segmentation fault might occur in worker process if the
1945 $fastcgi_script_name variable was logged. 1952 $fastcgi_script_name variable was logged.
1946 1953
1947 *) Bugfix: ngx_http_perl_module could not be built on Solaris. 1954 *) Bugfix: ngx_http_perl_module could not be built on Solaris.
2840 various addresses inside one server, then server names like 2847 various addresses inside one server, then server names like
2841 "*.domain.tld" worked for first address only; the bug had appeared 2848 "*.domain.tld" worked for first address only; the bug had appeared
2842 in 0.3.18. 2849 in 0.3.18.
2843 2850
2844 *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive 2851 *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive
2845 and the request body was in temporarily file then the request was 2852 and the request body was in temporary file then the request was not
2846 not transferred. 2853 transferred.
2847 2854
2848 *) Bugfix: perl 5.8.8 compatibility. 2855 *) Bugfix: perl 5.8.8 compatibility.
2849 2856
2850 2857
2851 Changes with nginx 0.3.30 22 Feb 2006 2858 Changes with nginx 0.3.30 22 Feb 2006