From 46ec035831d0038ee11ce5bb56b2e31fa2aaf41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Wed, 15 Jun 2011 12:28:18 +0800 Subject: [PATCH] released ngx_openresty 0.8.54.6. --- README | 12 ++++++------ util/ver | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 21cc03d..8743488 100644 --- a/README +++ b/README @@ -46,11 +46,11 @@ in your PATH environment, and then follow the following steps: 1. download the latest ngx_openresty tarball can be downloaded from - http://agentzh.org/misc/nginx/ngx_openresty-0.8.54.5.tar.gz + http://agentzh.org/misc/nginx/ngx_openresty-0.8.54.6.tar.gz we will eventually migrate to the openresty.org domain. -2. and then enter the ngx_openresty-0.8.54.5/ directory, +2. and then enter the ngx_openresty-0.8.54.6/ directory, and type the following command to configure: ./configure @@ -106,12 +106,12 @@ For bundle maintainers: at the top of the bundle source tree. -The following packages are bundled in the 0.8.54.5 release: +The following packages are bundled in the 0.8.54.6 release: LuaJIT-2.0.0-beta7 array-var-nginx-module-0.02 auth-request-nginx-module-0.2 - drizzle-nginx-module-0.0.15rc9 + drizzle-nginx-module-0.0.15rc10 echo-nginx-module-0.36rc3 encrypted-session-nginx-module-0.01 form-input-nginx-module-0.07rc4 @@ -122,10 +122,10 @@ The following packages are bundled in the 0.8.54.5 release: memc-nginx-module-0.12rc1 nginx-0.8.54 ngx_devel_kit-0.2.17 - ngx_lua-0.1.6rc9 + ngx_lua-0.1.6rc12 ngx_postgres-0.8 rds-json-nginx-module-0.11rc2 - redis2-nginx-module-0.07rc1 + redis2-nginx-module-0.07rc2 set-misc-nginx-module-0.21 srcache-nginx-module-0.12rc4 upstream-keepalive-nginx-module-0.3 diff --git a/util/ver b/util/ver index 15809b6..47567cf 100755 --- a/util/ver +++ b/util/ver @@ -1,7 +1,7 @@ #!/bin/bash main_ver=0.8.54 -minor_ver=6rc5 +minor_ver=6 version=$main_ver.$minor_ver echo $version