summaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-13 16:54:32 +0000
committerJonathan Kolb <jon@b0g.us>2008-08-13 16:54:32 +0000
commitd28d9a7dd68ac16beddab73fdd5e6fade6bd4d6e (patch)
tree6112338c8180f61a3c44aee2c9e30a15a5886db4 /src/http/modules/perl/nginx.pm
parent7dd875cedfeee9c5be7e2350c9fe7eeba74c53a4 (diff)
downloadnginx-d28d9a7dd68ac16beddab73fdd5e6fade6bd4d6e.tar.gz
Changes with nginx 0.7.10 13 Aug 2008v0.7.10
*) Bugfix: in the "addition_types", "charset_types", "gzip_types", "ssi_types", "sub_filter_types", and "xslt_types" directives; the bugs had appeared in 0.7.9. *) Bugfix: of recursive error_page for 500 status code. *) Bugfix: now the ngx_http_realip_module set address not for whole keepalive connection, but for each request passed via the connection.
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-rw-r--r--src/http/modules/perl/nginx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm
index 22921d55a..96507c1cf 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.9';
+our $VERSION = '0.7.10';
require XSLoader;
XSLoader::load('nginx', $VERSION);