From 5c95717237327a418ddc18a7203071b6d2c122a6 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinskiy" Date: Mon, 22 Jun 2009 17:16:20 +0400 Subject: [PATCH] nginx-catap 0.8.4.489.ad1dcd0 --- CHANGES | 9 +++++++++ CHANGES.ru | 9 +++++++++ src/core/nginx.h | 2 +- src/http/modules/perl/nginx.pm | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 9308cef..001388d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,13 @@ +Changes with nginx-catap 0.8.4.489.ad1dcd0 22 Jun 2009 + + *) Workaround: update to new API. + + *) Workaround: update to ngx_status-0.5. + + *) Bugfix: always setting log level to error. + + Changes with nginx 0.8.4 22 Jun 2009 *) Bugfix: nginx could not be built --without-http-cache; the bug had diff --git a/CHANGES.ru b/CHANGES.ru index 77d8d9a..ec0c252 100644 --- a/CHANGES.ru +++ b/CHANGES.ru @@ -1,4 +1,13 @@ +éÚÍÅÎÅÎÉÑ × nginx-catap 0.8.4.489.ad1dcd0 22.06.2009 + + *) éÚÍÅÎÅÎÉÑ: ÏÂÎÏ×ÌÅÎÉÅ ÄÏ ÎÏ×ÏÇÏ API. + + *) éÚÍÅÎÅÎÉÑ: ÏÂÎÏ×ÌÅÎÉÅ ÄÏ ngx_status-0.5. + + *) éÓÐÒÁ×ÌÅÎÉÅ: ×ÓÅÇÄÁ ÕÓÔÁÎÁ×ÌÉ×ÁÌÓÑ error ÕÒÏ×ÅÎØ ÄÌÑ ÌÏÇÉÒÏ×ÁÎÉÑ. + + éÚÍÅÎÅÎÉÑ × nginx 0.8.4 22.06.2009 *) éÓÐÒÁ×ÌÅÎÉÅ: nginx ÎÅ ÓÏÂÉÒÁÌÓÑ Ó ÐÁÒÁÍÅÔÒÏÍ --without-http-cache; diff --git a/src/core/nginx.h b/src/core/nginx.h index 3d70a46..c41db06 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,7 +9,7 @@ #define nginx_version 8004 -#define NGINX_VERSION "0.8.4.482.65a5001" +#define NGINX_VERSION "0.8.4.489.ad1dcd0" #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 f858880..1b936b0 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.8.4.482.65a5001'; +our $VERSION = '0.8.4.489.ad1dcd0'; require XSLoader; XSLoader::load('nginx', $VERSION); -- 2.11.4.GIT