diff 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
line wrap: on
line diff
--- a/text/en/CHANGES-1.2	Tue Sep 18 11:05:37 2012 +0000
+++ b/text/en/CHANGES-1.2	Tue Sep 25 14:02:34 2012 +0000
@@ -1,4 +1,32 @@
 
+Changes with nginx 1.2.4                                         25 Sep 2012
+
+    *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14.
+       Thanks to Charles Chen.
+
+    *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if
+       the --with-ipv6 option was used.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       "map" directive was used with variables as values.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       "geo" directive was used with the "ranges" parameter but without the
+       "default" parameter; the bug had appeared in 0.8.43.
+       Thanks to Zhen Chen and Weibin Yao.
+
+    *) Bugfix: in the -p command-line parameter handling.
+
+    *) Bugfix: in the mail proxy server.
+
+    *) Bugfix: of minor potential bugs.
+       Thanks to Coverity.
+
+    *) Bugfix: nginx/Windows could not be built with Visual Studio 2005
+       Express.
+       Thanks to HAYASHI Kentaro.
+
+
 Changes with nginx 1.2.3                                         07 Aug 2012
 
     *) Feature: the Clang compiler support.