Skip to content

Commit e2aef6d

Browse files
committed
doc: bumped version to 0.9.11; also claimed that we work with nginx 1.7.4.
1 parent 4c19852 commit e2aef6d

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This module is under active development and is production ready.
5858
Version
5959
=======
6060

61-
This document describes ngx_lua [v0.9.10](https://github.com/openresty/lua-nginx-module/tags) released on 8 July 2014.
61+
This document describes ngx_lua [v0.9.11](https://github.com/openresty/lua-nginx-module/tags) released on 16 August 2014.
6262

6363
Synopsis
6464
========
@@ -291,7 +291,8 @@ Nginx Compatibility
291291
===================
292292
The latest module is compatible with the following versions of Nginx:
293293

294-
* 1.7.x (last tested: 1.7.2)
294+
* 1.7.x (last tested: 1.7.4)
295+
* 1.6.x
295296
* 1.5.x (last tested: 1.5.12)
296297
* 1.4.x (last tested: 1.4.4)
297298
* 1.3.x (last tested: 1.3.11)
@@ -319,9 +320,9 @@ Build the source with this module:
319320

320321
```bash
321322

322-
wget 'http://nginx.org/download/nginx-1.7.2.tar.gz'
323-
tar -xzvf nginx-1.7.2.tar.gz
324-
cd nginx-1.7.2/
323+
wget 'http://nginx.org/download/nginx-1.7.4.tar.gz'
324+
tar -xzvf nginx-1.7.4.tar.gz
325+
cd nginx-1.7.4/
325326

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

doc/HttpLuaModule.wiki

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This module is under active development and is production ready.
1010

1111
= Version =
1212

13-
This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.9.10] released on 8 July 2014.
13+
This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.9.11] released on 16 August 2014.
1414

1515
= Synopsis =
1616
<geshi lang="nginx">
@@ -232,7 +232,8 @@ The Lua state (Lua VM instance) is shared across all the requests handled by a s
232232
= Nginx Compatibility =
233233
The latest module is compatible with the following versions of Nginx:
234234

235-
* 1.7.x (last tested: 1.7.2)
235+
* 1.7.x (last tested: 1.7.4)
236+
* 1.6.x
236237
* 1.5.x (last tested: 1.5.12)
237238
* 1.4.x (last tested: 1.4.4)
238239
* 1.3.x (last tested: 1.3.11)
@@ -256,9 +257,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
256257
Build the source with this module:
257258

258259
<geshi lang="bash">
259-
wget 'http://nginx.org/download/nginx-1.7.2.tar.gz'
260-
tar -xzvf nginx-1.7.2.tar.gz
261-
cd nginx-1.7.2/
260+
wget 'http://nginx.org/download/nginx-1.7.4.tar.gz'
261+
tar -xzvf nginx-1.7.4.tar.gz
262+
cd nginx-1.7.4/
262263

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

0 commit comments

Comments
 (0)