comparison CHANGES @ 440:6281966854a5 NGINX_0_7_32

nginx 0.7.32 *) Feature: now a directory existence testing can be set explicitly in the "try_files" directive. *) Bugfix: fastcgi_store stored files not always. *) Bugfix: in geo ranges. *) Bugfix: in shared memory allocations if nginx was built without debugging. Thanks to Andrey Kvasov.
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 Jan 2009 00:00:00 +0300
parents ce4f9ff90bfa
children 670af56a1158
comparison
equal deleted inserted replaced
439:02687ee42c28 440:6281966854a5
1
2 Changes with nginx 0.7.32 26 Jan 2009
3
4 *) Feature: now a directory existence testing can be set explicitly in
5 the "try_files" directive.
6
7 *) Bugfix: fastcgi_store stored files not always.
8
9 *) Bugfix: in geo ranges.
10
11 *) Bugfix: in shared memory allocations if nginx was built without
12 debugging.
13 Thanks to Andrey Kvasov.
14
1 15
2 Changes with nginx 0.7.31 19 Jan 2009 16 Changes with nginx 0.7.31 19 Jan 2009
3 17
4 *) Change: now the "try_files" directive tests files only and ignores 18 *) Change: now the "try_files" directive tests files only and ignores
5 directories. 19 directories.