From 0b87584d90aa5bb373357202b916e5a8cb59a013 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinskiy" Date: Wed, 16 Jun 2010 11:08:01 +0400 Subject: [PATCH] nginx-catap 0.8.41.595.52dc8e5 --- CHANGES | 11 +++++++++++ CHANGES.ru | 11 +++++++++++ src/core/nginx.h | 2 +- src/http/modules/perl/nginx.pm | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 4808161..696bf32 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,15 @@ +Changes with nginx-catap 0.8.41.595.52dc8e5 16 Jun 2010 + + *) Feature: implement support value from POST by $arg_ variables + + *) Feature: add ngx_http_upstream_keepalive by Maxim Dounin + + *) Feature: add ginx-eval-module by Valery Kholodkov + + *) Workaround: update to new API. + + Changes with nginx 0.8.41 15 Jun 2010 *) Security: nginx/Windows worker might be terminated abnormally if a diff --git a/CHANGES.ru b/CHANGES.ru index 758c1c9..776a330 100644 --- a/CHANGES.ru +++ b/CHANGES.ru @@ -1,4 +1,15 @@ +éÚÍÅÎÅÎÉÑ × nginx-catap 0.8.41.595.52dc8e5 16.06.2010 + + *) éÚÍÅÎÅÎÉÑ: ÄÏÂÁ×ÌÅÎÉÅ ÐÏÄÅÒÖËÁ ÚÎÁÞÅÎÉÊ ÉÚ POST × $arg_ ÐÅÒÅÍÅÎÎÙÈ + + *) éÚÍÅÎÅÎÉÑ: ÄÏÂÁ×ÌÅÎ ngx_http_upstream_keepalive íÁËÓÉÍÁ äÕÎÉÎÁ + + *) éÚÍÅÎÅÎÉÑ: ÄÏÂÁ×ÌÅÎ ginx-eval-module ÷ÁÌÅÒÉÑ èÏÌÏÄËÏ×Á + + *) éÚÍÅÎÅÎÉÑ: ÏÂÎÏ×ÌÅÎÉÅ ÄÏ ÎÏ×ÏÇÏ API. + + éÚÍÅÎÅÎÉÑ × nginx 0.8.41 15.06.2010 *) âÅÚÏÐÁÓÎÏÓÔØ: ÒÁÂÏÞÉÊ ÐÒÏÃÅÓÓ nginx/Windows ÍÏÇ ÚÁ×ÅÒÛÁÔØÓÑ Á×ÁÒÉÊÎÏ diff --git a/src/core/nginx.h b/src/core/nginx.h index 1e911a7..43a349e 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,7 +9,7 @@ #define nginx_version 8041 -#define NGINX_VERSION "0.8.41.578.1130047" +#define NGINX_VERSION "0.8.41.595.52dc8e5" #define NGINX_VER "nginx-catap/" NGINX_VERSION #define NGINX_VAR "NGINX" diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 982a871..df1ce50 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.41.578.1130047'; +our $VERSION = '0.8.41.595.52dc8e5'; require XSLoader; XSLoader::load('nginx', $VERSION); -- 2.11.4.GIT