summaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-18 16:31:31 +0000
committerJonathan Kolb <jon@b0g.us>2009-05-18 16:31:31 +0000
commit1b271801c3e9b1464a24c2ab3e104b7b2fb530a6 (patch)
treee423ec50dc241033b07fd1954f3c6aea1681bc3c /src/http/modules/perl/nginx.pm
parent5e44792c14ec6bf5b0ea68717d754ba0105ae529 (diff)
downloadnginx-0.6.37.tar.gz
Changes with nginx 0.6.37 18 May 2009v0.6.37
*) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support in mail proxy server. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.6.36.
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 df1a83724..768628be6 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.6.36';
+our $VERSION = '0.6.37';
require XSLoader;
XSLoader::load('nginx', $VERSION);