comparison text/en/CHANGES-1.2 @ 765:87bebf003663

nginx-1.2.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Nov 2012 13:53:10 +0000
parents d05c1c996ced
children 6e63a58b28cf
comparison
equal deleted inserted replaced
764:f8434fdd3cd9 765:87bebf003663
1
2 Changes with nginx 1.2.5 13 Nov 2012
3
4 *) Feature: the "optional_no_ca" parameter of the "ssl_verify_client"
5 directive.
6 Thanks to Mike Kazantsev and Eric O'Connor.
7
8 *) Feature: the $bytes_sent, $connection, and $connection_requests
9 variables can now be used not only in the "log_format" directive.
10 Thanks to Benjamin Grössing.
11
12 *) Feature: resolver now randomly rotates addresses returned from cache.
13 Thanks to Anton Jouline.
14
15 *) Feature: the "auto" parameter of the "worker_processes" directive.
16
17 *) Bugfix: "cache file ... has md5 collision" alert.
18
19 *) Bugfix: OpenSSL 0.9.7 compatibility.
20
1 21
2 Changes with nginx 1.2.4 25 Sep 2012 22 Changes with nginx 1.2.4 25 Sep 2012
3 23
4 *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14. 24 *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14.
5 Thanks to Charles Chen. 25 Thanks to Charles Chen.