From 081a1291e554437fb6147562d8a9b2ed7b4b2d61 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 28 Aug 2006 16:57:50 +0000 Subject: Changes with nginx 0.3.61 28 Aug 2006 *) Feature: the "msie_refresh" directive. *) Feature: the "recursive_error_pages" directive. *) Bugfix: the "rewrite" directive returned incorrect redirect, if the redirect had the captured escaped symbols from original URI. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/nginx.h b/src/core/nginx.h index 1d417fed8..1ba97194e 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.3.60" +#define NGINX_VER "nginx/0.3.61" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" -- cgit v1.2.1