comparison auto/unix @ 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 428c6e58046a
children 7ea1bba9a4f6
comparison
equal deleted inserted replaced
607:a87726a9033b 608:3036c1836a24
117 ngx_feature_libs= 117 ngx_feature_libs=
118 ngx_feature_test='printf("%d", sys_nerr);' 118 ngx_feature_test='printf("%d", sys_nerr);'
119 . auto/feature 119 . auto/feature
120 120
121 121
122 # Cygiwn defines _sys_nerr
123 ngx_feature="_sys_nerr"
124 ngx_feature_name="NGX_SYS_NERR"
125 ngx_feature_run=value
126 ngx_feature_incs='#include <errno.h>
127 #include <stdio.h>'
128 ngx_feature_path=
129 ngx_feature_libs=
130 ngx_feature_test='printf("%d", _sys_nerr);'
131 . auto/feature
132
133
122 ngx_feature="localtime_r()" 134 ngx_feature="localtime_r()"
123 ngx_feature_name="NGX_HAVE_LOCALTIME_R" 135 ngx_feature_name="NGX_HAVE_LOCALTIME_R"
124 ngx_feature_run=no 136 ngx_feature_run=no
125 ngx_feature_incs="#include <time.h>" 137 ngx_feature_incs="#include <time.h>"
126 ngx_feature_path= 138 ngx_feature_path=