comparison CHANGES @ 278:704622b2528a NGINX_0_5_9

nginx 0.5.9 *) Change: now the ngx_http_memcached_module uses the $memcached_key variable value as a key. *) Feature: the $memcached_key variable. *) Feature: the "clean" parameter in the "client_body_in_file_only" directive. *) Feature: the "env" directive. *) Feature: the "sendfile" directive is available inside the "if" block. *) Feature: now on failure of the writing to access nginx logs a message to error_log, but not more often than once a minute. *) Bugfix: the "access_log off" directive did not always turn off the logging.
author Igor Sysoev <http://sysoev.ru>
date Thu, 25 Jan 2007 00:00:00 +0300
parents c5c2b2883984
children fa73fb2d9427
comparison
equal deleted inserted replaced
277:b3aec7787b8e 278:704622b2528a
1
2 Changes with nginx 0.5.9 25 Jan 2007
3
4 *) Change: now the ngx_http_memcached_module uses the $memcached_key
5 variable value as a key.
6
7 *) Feature: the $memcached_key variable.
8
9 *) Feature: the "clean" parameter in the "client_body_in_file_only"
10 directive.
11
12 *) Feature: the "env" directive.
13
14 *) Feature: the "sendfile" directive is available inside the "if" block.
15
16 *) Feature: now on failure of the writing to access nginx logs a
17 message to error_log, but not more often than once a minute.
18
19 *) Bugfix: the "access_log off" directive did not always turn off the
20 logging.
21
1 22
2 Changes with nginx 0.5.8 19 Jan 2007 23 Changes with nginx 0.5.8 19 Jan 2007
3 24
4 *) Bugfix: a segmentation fault might occur if 25 *) Bugfix: a segmentation fault might occur if
5 "client_body_in_file_only on" was used and a request body was small. 26 "client_body_in_file_only on" was used and a request body was small.
735 *) Feature: the ngx_http_perl_module supports the $r->request_body_file 756 *) Feature: the ngx_http_perl_module supports the $r->request_body_file
736 method. 757 method.
737 758
738 *) Feature: the "client_body_in_file_only" directive. 759 *) Feature: the "client_body_in_file_only" directive.
739 760
740 *) Workaround: no on disk overflow nginx tries to write access logs 761 *) Workaround: now on disk overflow nginx tries to write access logs
741 once a second only. 762 once a second only.
742 Thanks to Anton Yuzhaninov and Maxim Dounin. 763 Thanks to Anton Yuzhaninov and Maxim Dounin.
743 764
744 *) Bugfix: now the "limit_rate" directive more precisely limits rate if 765 *) Bugfix: now the "limit_rate" directive more precisely limits rate if
745 rate is more than 100 Kbyte/s. 766 rate is more than 100 Kbyte/s.
832 853
833 *) Feature: the EVFILER_TIMER support in MacOSX 10.4. 854 *) Feature: the EVFILER_TIMER support in MacOSX 10.4.
834 855
835 *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout 856 *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout
836 bug. 857 bug.
837 Thanks Andrei Nigmatulin. 858 Thanks to Andrei Nigmatulin.
838 859
839 *) Bugfix: if there were several "listen" directives listening one 860 *) Bugfix: if there were several "listen" directives listening one
840 various addresses inside one server, then server names like 861 various addresses inside one server, then server names like
841 "*.domain.tld" worked for first address only; bug appeared in 0.3.18. 862 "*.domain.tld" worked for first address only; bug appeared in 0.3.18.
842 863