diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-12-01 14:54:57 +0000 |
---|---|---|
committer | Jonathan Kolb <jon@b0g.us> | 2008-12-01 14:54:57 +0000 |
commit | 8009eea9058f3d858f6837b252594347e1ed89c9 (patch) | |
tree | 0eeba20c6d1dcf29a44d906efce76539b0ba0328 /src/http/modules/perl/nginx.pm | |
parent | 14fc50d2541963292e3d8fece20078ee34b21e36 (diff) | |
download | nginx-0.7.24.tar.gz |
Changes with nginx 0.7.24 01 Dec 2008v0.7.24
*) 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.
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |