diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-11-10 16:31:22 +0000 |
|---|---|---|
| committer | Jonathan Kolb <jon@b0g.us> | 2008-11-10 16:31:22 +0000 |
| commit | 6be5bac511905e8ca53e51e68e63e1a2e81fbf09 (patch) | |
| tree | fe9db93459bf6e6644a899046773f80ffcbb1994 /src/http/modules/perl/nginx.pm | |
| parent | 3dd13946dcaf012da27f17d2a51ee54e95a41bf3 (diff) | |
| download | nginx-6be5bac511905e8ca53e51e68e63e1a2e81fbf09.tar.gz | |
Changes with nginx 0.7.20 10 Nov 2008v0.7.20
*) Changes in the ngx_http_gzip_filter_module.
*) Feature: the ngx_http_limit_req_module.
*) Bugfix: worker processes might exit on a SIGBUS signal on sparc and
ppc platforms; the bug had appeared in 0.7.3.
Thanks to Maxim Dounin.
*) Bugfix: the "proxy_pass http://host/some:uri" directives did not
work; the bug had appeared in 0.7.12.
*) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
error.
*) Bugfix: the ngx_http_secure_link_module did not work inside
locations, whose names are less than 3 characters.
*) Bugfix: $server_addr variable might have no value.
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 4b93284e0..ed620a6c8 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.19'; +our $VERSION = '0.7.20'; require XSLoader; XSLoader::load('nginx', $VERSION); |
