comparison src/core/nginx.h @ 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 6866b490272e
children 3a4102b00f97
comparison
equal deleted inserted replaced
471:0cc33540f2e0 472:09f0ef15d544
6 6
7 #ifndef _NGINX_H_INCLUDED_ 7 #ifndef _NGINX_H_INCLUDED_
8 #define _NGINX_H_INCLUDED_ 8 #define _NGINX_H_INCLUDED_
9 9
10 10
11 #define nginx_version 007047 11 #define nginx_version 007048
12 #define NGINX_VERSION "0.7.47" 12 #define NGINX_VERSION "0.7.48"
13 #define NGINX_VER "nginx/" NGINX_VERSION 13 #define NGINX_VER "nginx/" NGINX_VERSION
14 14
15 #define NGINX_VAR "NGINX" 15 #define NGINX_VAR "NGINX"
16 #define NGX_OLDPID_EXT ".oldbin" 16 #define NGX_OLDPID_EXT ".oldbin"
17 17