From 18e0f4f3109548701137df91a8c8858753e6e82e 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: Tue, 29 Mar 2011 16:40:14 +0800 Subject: [PATCH] release 0.8.54.3. --- README | 8 ++++---- util/ver | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index a1fcc09..ed309b7 100644 --- a/README +++ b/README @@ -28,11 +28,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.2.tar.gz + http://agentzh.org/misc/nginx/ngx_openresty-0.8.54.3.tar.gz we will eventually migrate to the openresty.org domain. -2. and then enter the ngx_openresty-0.8.54.2/ directory, +2. and then enter the ngx_openresty-0.8.54.3/ directory, and type the following command to configure: ./configure @@ -73,7 +73,7 @@ For bundle maintainers: at the top of the bundle source tree. -The following packages are bundled in the 0.8.54.2 release: +The following packages are bundled in the 0.8.54.3 release: LuaJIT-2.0.0-beta6 array-var-nginx-module-0.02 @@ -89,7 +89,7 @@ The following packages are bundled in the 0.8.54.2 release: memc-nginx-module-0.12rc1 nginx-0.8.54 ngx_devel_kit-0.2.17 - ngx_lua-0.1.6rc2 + ngx_lua-0.1.6rc3 ngx_postgres-0.8 rds-json-nginx-module-0.11rc2 redis2-nginx-module-0.06 diff --git a/util/ver b/util/ver index 533f2a6..f95d17e 100755 --- a/util/ver +++ b/util/ver @@ -1,7 +1,7 @@ #!/bin/bash main_ver=0.8.54 -minor_ver=3rc4 +minor_ver=3 version=$main_ver.$minor_ver echo $version