diff CHANGES @ 610:7ea1bba9a4f6 NGINX_0_9_3

nginx 0.9.3 *) Bugfix: if there was a single server for given IPv6 address:port pair, then captures in regular expressions in a "server_name" directive did not work. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in 0.9.0.
author Igor Sysoev <http://sysoev.ru>
date Mon, 13 Dec 2010 00:00:00 +0300
parents 3036c1836a24
children ce857f6b74a7
line wrap: on
line diff
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,14 @@
 
+Changes with nginx 0.9.3                                         13 Dec 2010
+
+    *) Bugfix: if there was a single server for given IPv6 address:port 
+       pair, then captures in regular expressions in a "server_name" 
+       directive did not work.
+
+    *) Bugfix: nginx could not be built on Solaris; the bug had appeared in 
+       0.9.0.
+
+
 Changes with nginx 0.9.2                                         06 Dec 2010
 
     *) Feature: the "If-Unmodified-Since" client request header line 
@@ -7,8 +17,8 @@ Changes with nginx 0.9.2                
     *) Workaround: fallback to accept() syscall if accept4() was not 
        implemented; the issue had appeared in 0.9.0.
 
-    *) Bugfix: nginx could not be built on Cygwin; the issue had appeared 
-       in 0.9.0.
+    *) Bugfix: nginx could not be built on Cygwin; the bug had appeared in 
+       0.9.0.
 
     *) Bugfix: for OpenSSL vulnerability CVE-2010-4180.
        Thanks to Maxim Dounin.
@@ -1255,7 +1265,7 @@ Changes with nginx 0.7.44               
 
     *) Bugfix: the "try_files" directive might test incorrectly directories.
 
-    *) Bugfix: if there is the single server for given address:port pair, 
+    *) Bugfix: if there was a single server for given address:port pair, 
        then captures in regular expressions in a "server_name" directive 
        did not work.