comparison text/en/CHANGES-1.2 @ 688:d05c1c996ced

nginx-1.2.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Sep 2012 14:02:34 +0000
parents 32f50b2f9f0c
children 87bebf003663
comparison
equal deleted inserted replaced
687:0bfdc0d91b49 688:d05c1c996ced
1
2 Changes with nginx 1.2.4 25 Sep 2012
3
4 *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14.
5 Thanks to Charles Chen.
6
7 *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if
8 the --with-ipv6 option was used.
9
10 *) Bugfix: a segmentation fault might occur in a worker process if the
11 "map" directive was used with variables as values.
12
13 *) Bugfix: a segmentation fault might occur in a worker process if the
14 "geo" directive was used with the "ranges" parameter but without the
15 "default" parameter; the bug had appeared in 0.8.43.
16 Thanks to Zhen Chen and Weibin Yao.
17
18 *) Bugfix: in the -p command-line parameter handling.
19
20 *) Bugfix: in the mail proxy server.
21
22 *) Bugfix: of minor potential bugs.
23 Thanks to Coverity.
24
25 *) Bugfix: nginx/Windows could not be built with Visual Studio 2005
26 Express.
27 Thanks to HAYASHI Kentaro.
28
1 29
2 Changes with nginx 1.2.3 07 Aug 2012 30 Changes with nginx 1.2.3 07 Aug 2012
3 31
4 *) Feature: the Clang compiler support. 32 *) Feature: the Clang compiler support.
5 33