comparison 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
comparison
equal deleted inserted replaced
609:f6fa6099ee59 610:7ea1bba9a4f6
1
2 Changes with nginx 0.9.3 13 Dec 2010
3
4 *) Bugfix: if there was a single server for given IPv6 address:port
5 pair, then captures in regular expressions in a "server_name"
6 directive did not work.
7
8 *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
9 0.9.0.
10
1 11
2 Changes with nginx 0.9.2 06 Dec 2010 12 Changes with nginx 0.9.2 06 Dec 2010
3 13
4 *) Feature: the "If-Unmodified-Since" client request header line 14 *) Feature: the "If-Unmodified-Since" client request header line
5 support. 15 support.
6 16
7 *) Workaround: fallback to accept() syscall if accept4() was not 17 *) Workaround: fallback to accept() syscall if accept4() was not
8 implemented; the issue had appeared in 0.9.0. 18 implemented; the issue had appeared in 0.9.0.
9 19
10 *) Bugfix: nginx could not be built on Cygwin; the issue had appeared 20 *) Bugfix: nginx could not be built on Cygwin; the bug had appeared in
11 in 0.9.0. 21 0.9.0.
12 22
13 *) Bugfix: for OpenSSL vulnerability CVE-2010-4180. 23 *) Bugfix: for OpenSSL vulnerability CVE-2010-4180.
14 Thanks to Maxim Dounin. 24 Thanks to Maxim Dounin.
15 25
16 26
1253 *) Bugfix: the "try_files" directive handled incorrectly a query string 1263 *) Bugfix: the "try_files" directive handled incorrectly a query string
1254 in a fallback parameter. 1264 in a fallback parameter.
1255 1265
1256 *) Bugfix: the "try_files" directive might test incorrectly directories. 1266 *) Bugfix: the "try_files" directive might test incorrectly directories.
1257 1267
1258 *) Bugfix: if there is the single server for given address:port pair, 1268 *) Bugfix: if there was a single server for given address:port pair,
1259 then captures in regular expressions in a "server_name" directive 1269 then captures in regular expressions in a "server_name" directive
1260 did not work. 1270 did not work.
1261 1271
1262 1272
1263 Changes with nginx 0.7.43 18 Mar 2009 1273 Changes with nginx 0.7.43 18 Mar 2009