comparison CHANGES @ 446:15a022ee809b NGINX_0_7_35

nginx 0.7.35 *) Bugfix: a "ssl_engine" directive did not use a SSL-accelerator for asymmetric ciphers. Thanks to Marcin Gozdalik. *) Bugfix: a "try_files" directive set MIME type depending on an original request extension. *) Bugfix: "*domain.tld" names were handled incorrectly in "server_name", "valid_referers", and "map" directives, if an ".domain.tld" and ".subdomain.domain.tld" wildcards were used; the bug had appeared in 0.7.9.
author Igor Sysoev <http://sysoev.ru>
date Mon, 16 Feb 2009 00:00:00 +0300
parents 33394d1255b0
children 76a79816b771
comparison
equal deleted inserted replaced
445:e8605e87c1cb 446:15a022ee809b
1
2 Changes with nginx 0.7.35 16 Feb 2009
3
4 *) Bugfix: a "ssl_engine" directive did not use a SSL-accelerator for
5 asymmetric ciphers.
6 Thanks to Marcin Gozdalik.
7
8 *) Bugfix: a "try_files" directive set MIME type depending on an
9 original request extension.
10
11 *) Bugfix: "*domain.tld" names were handled incorrectly in
12 "server_name", "valid_referers", and "map" directives, if an
13 ".domain.tld" and ".subdomain.domain.tld" wildcards were used;
14 the bug had appeared in 0.7.9.
15
1 16
2 Changes with nginx 0.7.34 10 Feb 2009 17 Changes with nginx 0.7.34 10 Feb 2009
3 18
4 *) Feature: the "off" parameter of the "if_modified_since" directive. 19 *) Feature: the "off" parameter of the "if_modified_since" directive.
5 20
380 *) Bugfix: HTTPS connections might hang, if kqueue, epoll, rtsig, or 395 *) Bugfix: HTTPS connections might hang, if kqueue, epoll, rtsig, or
381 eventport methods were used; the bug had appeared in 0.7.7. 396 eventport methods were used; the bug had appeared in 0.7.7.
382 397
383 *) Bugfix: if the "server_name", "valid_referers", and "map" directives 398 *) Bugfix: if the "server_name", "valid_referers", and "map" directives
384 used an "*.domain.tld" wildcard and exact name "domain.tld" was not 399 used an "*.domain.tld" wildcard and exact name "domain.tld" was not
385 set, then the exact name was matched by the wildcard; the bugs had 400 set, then the exact name was matched by the wildcard; the bug had
386 appeared in 0.3.18. 401 appeared in 0.3.18.
387 402
388 403
389 Changes with nginx 0.7.8 04 Aug 2008 404 Changes with nginx 0.7.8 04 Aug 2008
390 405