comparison auto/os/linux @ 472:09f0ef15d544 NGINX_0_7_48

nginx 0.7.48 *) Feature: the "proxy_cache_key" directive. *) Bugfix: now nginx takes into account the "X-Accel-Expires", "Expires", and "Cache-Control" header lines in a backend response. *) Bugfix: now nginx caches responses for the GET requests only. *) Bugfix: the "fastcgi_cache_key" directive was not inherited. *) Bugfix: the $arg_... variables did not work with SSI subrequests. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built with uclibc library. Thanks to Timothy Redaelli. *) Bugfix: nginx could not be built on OpenBSD; the bug had appeared in 0.7.46.
author Igor Sysoev <http://sysoev.ru>
date Mon, 06 Apr 2009 00:00:00 +0400
parents 56baf312c1b5
children 392c16f2d858
comparison
equal deleted inserted replaced
471:0cc33540f2e0 472:09f0ef15d544
122 ngx_feature_test="long mask = 0; 122 ngx_feature_test="long mask = 0;
123 sched_setaffinity(0, 32, (cpu_set_t *) &mask)" 123 sched_setaffinity(0, 32, (cpu_set_t *) &mask)"
124 . auto/feature 124 . auto/feature
125 125
126 126
127 # crypt_r()
128
129 ngx_feature="crypt_r()"
130 ngx_feature_name="NGX_HAVE_GNU_CRYPT_R"
131 ngx_feature_run=no
132 ngx_feature_incs="#include <crypt.h>"
133 ngx_feature_path=
134 ngx_feature_libs=-lcrypt
135 ngx_feature_test="struct crypt_data cd;
136 crypt_r(NULL, NULL, &cd);"
137 . auto/feature
138
139
127 ngx_include="sys/vfs.h"; . auto/include 140 ngx_include="sys/vfs.h"; . auto/include
128 141
129 142
130 CC_AUX_FLAGS=$cc_aux_flags 143 CC_AUX_FLAGS=$cc_aux_flags