comparison CHANGES @ 522:40fd8d7b82f9

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 02 Aug 2009 05:44:15 +0400
parents 24b676623d4f
children 6557aef8a4b2
comparison
equal deleted inserted replaced
517:8fbdd980b527 522:40fd8d7b82f9
1
2 Changes with nginx 0.8.7 27 Jul 2009
3
4 *) Change: minimum supported OpenSSL version is 0.9.7.
5
6 *) Change: the "ask" parameter of the "ssl_verify_client" directive was
7 changed to the "optional" parameter and now it checks a client
8 certificate if it was offered.
9 Thanks to Brice Figureau.
10
11 *) Feature: the $ssl_client_verify variable.
12 Thanks to Brice Figureau.
13
14 *) Feature: the "ssl_crl" directive.
15 Thanks to Brice Figureau.
16
17 *) Feature: the "proxy" parameter of the "geo" directive.
18
19 *) Feature: the "image_filter" directive supports variables for setting
20 size.
21
22 *) Bugfix: the $ssl_client_cert variable usage corrupted memory; the
23 bug had appeared in 0.7.7.
24 Thanks to Sergey Zhuravlev.
25
26 *) Bugfix: "proxy_pass_header" and "fastcgi_pass_header" directives did
27 not pass to a client the "X-Accel-Redirect", "X-Accel-Limit-Rate",
28 "X-Accel-Buffering", and "X-Accel-Charset" lines from backend
29 response header.
30 Thanks to Maxim Dounin.
31
32 *) Bugfix: in handling "Last-Modified" and "Accept-Ranges" backend
33 response header lines; the bug had appeared in 0.7.44.
34 Thanks to Maxim Dounin.
35
36 *) Bugfix: the "[alert] zero size buf" error if subrequest returns an
37 empty response; the bug had appeared in 0.8.5.
38
39
40 Changes with nginx 0.8.6 20 Jul 2009
41
42 *) Feature: the ngx_http_geoip_module.
43
44 *) Bugfix: XSLT filter may fail with message "not well formed XML
45 document" for valid XML document.
46 Thanks to Kuramoto Eiji.
47
48 *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by
49 a regular expression are always tested in case insensitive mode.
50
51 *) Bugfix: now nginx/Windows ignores trailing dots in URI.
52 Thanks to Hugo Leisink.
53
54 *) Bugfix: name of file specified in --conf-path was not honored during
55 installation; the bug had appeared in 0.6.6.
56 Thanks to Maxim Dounin.
57
1 58
2 Changes with nginx 0.8.5 13 Jul 2009 59 Changes with nginx 0.8.5 13 Jul 2009
3 60
4 *) Bugfix: now nginx allows underscores in a request method. 61 *) Bugfix: now nginx allows underscores in a request method.
5 62