summaryrefslogtreecommitdiff
path: root/src/http/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-07-19 14:00:16 +0000
committerJonathan Kolb <jon@b0g.us>2011-07-19 14:00:16 +0000
commit5338c118eef4a4780d0a1d3fc87ece40c9c84dc6 (patch)
tree0686b924e03149fb04f44c52233924b57f1ce4bc /src/http/modules
parent7e87a797e8206bbdf1edd5eaf5cc4154d5bce052 (diff)
downloadnginx-0.8.tar.gz
Changes with nginx 0.8.55 19 Jul 2011v0.8.55nginx-0.8
*) Bugfix: a segmentation fault might occur in a worker process, if a caching was used. Thanks to Lanshun Zhou.
Diffstat (limited to 'src/http/modules')
-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 e403459bc..bb89dbf69 100644
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -48,7 +48,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '0.8.54';
+our $VERSION = '0.8.55';
require XSLoader;
XSLoader::load('nginx', $VERSION);