summaryrefslogtreecommitdiff
path: root/src/http/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-07-19 14:20:53 +0000
committerJonathan Kolb <jon@b0g.us>2011-07-19 14:20:53 +0000
commit365d081bd9e04e3a13b568d4de696c735770fbce (patch)
treea66ed9f30c9e84bd124622c70e459010d2135ed2 /src/http/modules
parentfa4114c7e147b3e9e5cc2b9d868c66ba608ca33c (diff)
downloadnginx-0.7.tar.gz
Changes with nginx 0.7.69 19 Jul 2011v0.7.69nginx-0.7
*) 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 15c2650bf..a0e5e8431 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.68';
+our $VERSION = '0.7.69';
require XSLoader;
XSLoader::load('nginx', $VERSION);