From 8009eea9058f3d858f6837b252594347e1ed89c9 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 1 Dec 2008 14:54:57 +0000 Subject: Changes with nginx 0.7.24 01 Dec 2008 *) Feature: the "if_modified_since" directive. *) Bugfix: nginx did not process a FastCGI server response, if the server send too many messages to stderr before response. *) Bugfix: the "$cookie_..." variables did not work in the SSI and the perl module. --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/perl/nginx.pm') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 7159783ec..77f527c72 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -47,7 +47,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '0.7.23'; +our $VERSION = '0.7.24'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit v1.2.1