diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-07-19 14:20:53 +0000 |
---|---|---|
committer | Jonathan Kolb <jon@b0g.us> | 2011-07-19 14:20:53 +0000 |
commit | 365d081bd9e04e3a13b568d4de696c735770fbce (patch) | |
tree | a66ed9f30c9e84bd124622c70e459010d2135ed2 /src/http/modules | |
parent | fa4114c7e147b3e9e5cc2b9d868c66ba608ca33c (diff) | |
download | nginx-0.7.tar.gz |
*) 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.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 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); |