comparison CHANGES @ 382:e9979466be2f NGINX_0_6_35

nginx 0.6.35 *) Bugfix: in shared memory allocations if nginx was built without debugging. Thanks to Andrey Kvasov. *) Bugfixes in an "Expect" request header line support. *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 Jan 2009 00:00:00 +0300
parents 3ce4580ae286
children 09b703ae3ba5
comparison
equal deleted inserted replaced
381:0d28fd57288c 382:e9979466be2f
1
2 Changes with nginx 0.6.35 26 Jan 2009
3
4 *) Bugfix: in shared memory allocations if nginx was built without
5 debugging.
6 Thanks to Andrey Kvasov.
7
8 *) Bugfixes in an "Expect" request header line support.
9
10 *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
11
1 12
2 Changes with nginx 0.6.34 27 Nov 2008 13 Changes with nginx 0.6.34 27 Nov 2008
3 14
4 *) Change: now the EAGAIN error returned by connect() is not considered 15 *) Change: now the EAGAIN error returned by connect() is not considered
5 as temporary error. 16 as temporary error.