comparison CHANGES @ 480:a28a95b7a86d

Merge with nginx 0.7.33.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 04 Feb 2009 01:03:03 +0300
parents 670af56a1158
children 33394d1255b0
comparison
equal deleted inserted replaced
475:96428109ec3b 480:a28a95b7a86d
1
2 Changes with nginx 0.7.33 02 Feb 2009
3
4 *) Bugfix: a double response might be returned if the epoll or rtsig
5 methods are used and a redirect was returned to a request with
6 body.
7 Thanks to Eden Li.
8
9 *) Bugfix: the $sent_http_location variable was empty for some
10 redirects types.
11
12 *) Bugfix: a segmentation fault might occur in worker process if
13 "resolver" directive was used in SMTP proxy.
14
15
16 Changes with nginx 0.7.32 26 Jan 2009
17
18 *) Feature: now a directory existence testing can be set explicitly in
19 the "try_files" directive.
20
21 *) Bugfix: fastcgi_store stored files not always.
22
23 *) Bugfix: in geo ranges.
24
25 *) Bugfix: in shared memory allocations if nginx was built without
26 debugging.
27 Thanks to Andrey Kvasov.
28
1 29
2 Changes with nginx 0.7.31 19 Jan 2009 30 Changes with nginx 0.7.31 19 Jan 2009
3 31
4 *) Change: now the "try_files" directive tests files only and ignores 32 *) Change: now the "try_files" directive tests files only and ignores
5 directories. 33 directories.