comparison CHANGES @ 380:bc21d9cd9c54 NGINX_0_7_2

nginx 0.7.2 *) Feature: now nginx supports EDH key exchange ciphers. *) Feature: the "ssl_dhparam" directive. *) Feature: the $ssl_client_cert variable. Thanks to Manlio Perillo. *) Bugfix: after changing URI via a "rewrite" directive nginx did not search a new location; bug appeared in 0.7.1. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built without PCRE library; bug appeared in 0.7.1. *) Bugfix: when a request to a directory was redirected with the slash added, nginx dropped a query string from the original request.
author Igor Sysoev <http://sysoev.ru>
date Mon, 16 Jun 2008 00:00:00 +0400
parents 820f6378fc00
children 984bb0b1399b
comparison
equal deleted inserted replaced
379:9d9dad60269f 380:bc21d9cd9c54
1
2 Changes with nginx 0.7.2 16 Jun 2008
3
4 *) Feature: now nginx supports EDH key exchange ciphers.
5
6 *) Feature: the "ssl_dhparam" directive.
7
8 *) Feature: the $ssl_client_cert variable.
9 Thanks to Manlio Perillo.
10
11 *) Bugfix: after changing URI via a "rewrite" directive nginx did not
12 search a new location; bug appeared in 0.7.1.
13 Thanks to Maxim Dounin.
14
15 *) Bugfix: nginx could not be built without PCRE library; bug appeared
16 in 0.7.1.
17
18 *) Bugfix: when a request to a directory was redirected with the slash
19 added, nginx dropped a query string from the original request.
20
1 21
2 Changes with nginx 0.7.1 26 May 2008 22 Changes with nginx 0.7.1 26 May 2008
3 23
4 *) Change: now locations are searched in a tree. 24 *) Change: now locations are searched in a tree.
5 25