comparison CHANGES @ 280:fa73fb2d9427 NGINX_0_5_10

nginx 0.5.10 *) Bugfix: while online executable file upgrade the new master process did not inherit the listening sockets; bug appeared in 0.5.9. *) Bugfix: a segmentation fault might occur in worker process if nginx was built with -O2 optimization; bug appeared in 0.5.1.
author Igor Sysoev <http://sysoev.ru>
date Fri, 26 Jan 2007 00:00:00 +0300
parents 704622b2528a
children 675a39fd14cd
comparison
equal deleted inserted replaced
279:0188c538bd60 280:fa73fb2d9427
1
2 Changes with nginx 0.5.10 26 Jan 2007
3
4 *) Bugfix: while online executable file upgrade the new master process
5 did not inherit the listening sockets; bug appeared in 0.5.9.
6
7 *) Bugfix: a segmentation fault might occur in worker process if nginx
8 was built with -O2 optimization; bug appeared in 0.5.1.
9
1 10
2 Changes with nginx 0.5.9 25 Jan 2007 11 Changes with nginx 0.5.9 25 Jan 2007
3 12
4 *) Change: now the ngx_http_memcached_module uses the $memcached_key 13 *) Change: now the ngx_http_memcached_module uses the $memcached_key
5 variable value as a key. 14 variable value as a key.