Skip to content

Commit 7d242ff

Browse files
committed
doc: bumped version to 0.10.6.
1 parent 4b8f262 commit 7d242ff

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.markdown

Lines changed: 6 additions & 4 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.5](https://github.com/openresty/lua-nginx-module/tags) released on 25 May 2016.
65+
This document describes ngx_lua [v0.10.6](https://github.com/openresty/lua-nginx-module/tags) released on 15 August 2016.
6666

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

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

252+
* 1.11.x (last tested: 1.11.2)
253+
* 1.10.x
252254
* 1.9.x (last tested: 1.9.15)
253255
* 1.8.x
254256
* 1.7.x (last tested: 1.7.10)
@@ -274,9 +276,9 @@ Build the source with this module:
274276

275277
```bash
276278

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/
279+
wget 'http://nginx.org/download/nginx-1.11.2.tar.gz'
280+
tar -xzvf nginx-1.11.2.tar.gz
281+
cd nginx-1.11.2/
280282

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

doc/HttpLuaModule.wiki

Lines changed: 6 additions & 4 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.5] released on 25 May 2016.
13+
This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.6] released on 15 August 2016.
1414

1515
= Synopsis =
1616
<geshi lang="nginx">
@@ -186,6 +186,8 @@ 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.11.x (last tested: 1.11.2)
190+
* 1.10.x
189191
* 1.9.x (last tested: 1.9.15)
190192
* 1.8.x
191193
* 1.7.x (last tested: 1.7.10)
@@ -207,9 +209,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
207209
Build the source with this module:
208210

209211
<geshi lang="bash">
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/
212+
wget 'http://nginx.org/download/nginx-1.11.2.tar.gz'
213+
tar -xzvf nginx-1.11.2.tar.gz
214+
cd nginx-1.11.2/
213215

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

0 commit comments

Comments
 (0)