comparison CHANGES @ 608:3036c1836a24 NGINX_0_9_2

nginx 0.9.2 *) Feature: the "If-Unmodified-Since" client request header line support. *) 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: for OpenSSL vulnerability CVE-2010-4180. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 06 Dec 2010 00:00:00 +0300
parents 9ad199846233
children 7ea1bba9a4f6
comparison
equal deleted inserted replaced
607:a87726a9033b 608:3036c1836a24
1
2 Changes with nginx 0.9.2 06 Dec 2010
3
4 *) Feature: the "If-Unmodified-Since" client request header line
5 support.
6
7 *) Workaround: fallback to accept() syscall if accept4() was not
8 implemented; the issue had appeared in 0.9.0.
9
10 *) Bugfix: nginx could not be built on Cygwin; the issue had appeared
11 in 0.9.0.
12
13 *) Bugfix: for OpenSSL vulnerability CVE-2010-4180.
14 Thanks to Maxim Dounin.
15
1 16
2 Changes with nginx 0.9.1 30 Nov 2010 17 Changes with nginx 0.9.1 30 Nov 2010
3 18
4 *) Bugfix: "return CODE message" directrives did not work; the bug had 19 *) Bugfix: "return CODE message" directives did not work; the bug had
5 appeared in 0.9.0. 20 appeared in 0.9.0.
6 21
7 22
8 Changes with nginx 0.9.0 29 Nov 2010 23 Changes with nginx 0.9.0 29 Nov 2010
9 24