Skip to content

Commit 6b8b060

Browse files
committed
release 0.10.3.
1 parent 9f319e9 commit 6b8b060

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Production ready.
6262
Version
6363
=======
6464

65-
This document describes ngx_lua [v0.10.2](https://github.com/openresty/lua-nginx-module/tags) released on 8 March 2016.
65+
This document describes ngx_lua [v0.10.3](https://github.com/openresty/lua-nginx-module/tags) released on 15 May 2016.
6666

6767
Synopsis
6868
========
@@ -249,7 +249,7 @@ Nginx Compatibility
249249

250250
The latest version of this module is compatible with the following versions of Nginx:
251251

252-
* 1.9.x (last tested: 1.9.7)
252+
* 1.9.x (last tested: 1.9.15)
253253
* 1.8.x
254254
* 1.7.x (last tested: 1.7.10)
255255
* 1.6.x
@@ -274,9 +274,9 @@ Build the source with this module:
274274

275275
```bash
276276

277-
wget 'http://nginx.org/download/nginx-1.9.7.tar.gz'
278-
tar -xzvf nginx-1.9.7.tar.gz
279-
cd nginx-1.9.7/
277+
wget 'http://nginx.org/download/nginx-1.9.15.tar.gz'
278+
tar -xzvf nginx-1.9.15.tar.gz
279+
cd nginx-1.9.15/
280280

281281
# tell nginx's build system where to find LuaJIT 2.0:
282282
export LUAJIT_LIB=/path/to/luajit/lib

doc/HttpLuaModule.wiki

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Production ready.
1010

1111
= Version =
1212

13-
This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.2] released on 8 March 2016.
13+
This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.3] released on 15 May 2016.
1414

1515
= Synopsis =
1616
<geshi lang="nginx">
@@ -186,7 +186,7 @@ The Lua state (Lua VM instance) is shared across all the requests handled by a s
186186

187187
The latest version of this module is compatible with the following versions of Nginx:
188188

189-
* 1.9.x (last tested: 1.9.7)
189+
* 1.9.x (last tested: 1.9.15)
190190
* 1.8.x
191191
* 1.7.x (last tested: 1.7.10)
192192
* 1.6.x
@@ -207,9 +207,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
207207
Build the source with this module:
208208

209209
<geshi lang="bash">
210-
wget 'http://nginx.org/download/nginx-1.9.7.tar.gz'
211-
tar -xzvf nginx-1.9.7.tar.gz
212-
cd nginx-1.9.7/
210+
wget 'http://nginx.org/download/nginx-1.9.15.tar.gz'
211+
tar -xzvf nginx-1.9.15.tar.gz
212+
cd nginx-1.9.15/
213213

214214
# tell nginx's build system where to find LuaJIT 2.0:
215215
export LUAJIT_LIB=/path/to/luajit/lib

0 commit comments

Comments
 (0)