From bcb9b3b6989cecee044bf5f5514258df1a203f03 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sat, 27 May 2017 18:11:21 -0700 Subject: [PATCH] upgraded ngx_upstream_lua to 0.07rc1; upgraded lua-resty-string to 0.10rc1; upgraded lua-resty-lock to 0.07rc1; upgraded lua-resty-core to 0.1.12rc5. --- util/mirror-tarballs | 8 ++++---- util/ver | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 5967ea3..f6ef58b 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -442,7 +442,7 @@ mv openresty-lua-nginx-module-* ngx_lua-$ver || exit 1 ################################# -ver=0.06 +ver=0.07rc1 $root/util/get-tarball "https://github.com/openresty/lua-upstream-nginx-module/tarball/v$ver" -O lua-upstream-nginx-module-$ver.tar.gz || exit 1 tar -xzf lua-upstream-nginx-module-$ver.tar.gz || exit 1 mv openresty-lua-upstream-nginx-module-* ngx_lua_upstream-$ver || exit 1 @@ -706,7 +706,7 @@ cd .. ################################# -ver=0.09 +ver=0.10rc1 $root/util/get-tarball "https://github.com/openresty/lua-resty-string/tarball/v$ver" -O "lua-resty-string-$ver.tar.gz" || exit 1 tar -xzf lua-resty-string-$ver.tar.gz || exit 1 mv openresty-lua-resty-string-* lua-resty-string-$ver || exit 1 @@ -730,7 +730,7 @@ cd .. ################################# -ver=0.06 +ver=0.07rc1 $root/util/get-tarball "https://github.com/openresty/lua-resty-lock/tarball/v$ver" -O "lua-resty-lock-$ver.tar.gz" || exit 1 tar -xzf lua-resty-lock-$ver.tar.gz || exit 1 mv openresty-lua-resty-lock-* lua-resty-lock-$ver || exit 1 @@ -754,7 +754,7 @@ cd .. ################################# -ver=0.1.12rc4 +ver=0.1.12rc5 $root/util/get-tarball "https://github.com/openresty/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1 tar -xzf lua-resty-core-$ver.tar.gz || exit 1 mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1 diff --git a/util/ver b/util/ver index 2b646ed..2677b7b 100755 --- a/util/ver +++ b/util/ver @@ -1,7 +1,7 @@ #!/bin/bash main_ver=1.11.2 -minor_ver=4rc0.5 +minor_ver=4rc0.7 version=$main_ver.$minor_ver echo $version