Skip to content

Commit 7a97d09

Browse files
committed
doc: bumped version to 0.9.13 and also claimed the compatibility with nginx cores up to 1.7.7.
1 parent 5d06341 commit 7a97d09

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
@@ -59,7 +59,7 @@ Production ready.
5959
Version
6060
=======
6161

62-
This document describes ngx_lua [v0.9.12](https://github.com/openresty/lua-nginx-module/tags) released on 2 September 2014.
62+
This document describes ngx_lua [v0.9.13](https://github.com/openresty/lua-nginx-module/tags) released on 21 November 2014.
6363

6464
Synopsis
6565
========
@@ -292,7 +292,7 @@ Nginx Compatibility
292292
===================
293293
The latest module is compatible with the following versions of Nginx:
294294

295-
* 1.7.x (last tested: 1.7.4)
295+
* 1.7.x (last tested: 1.7.7)
296296
* 1.6.x
297297
* 1.5.x (last tested: 1.5.12)
298298
* 1.4.x (last tested: 1.4.4)
@@ -321,9 +321,9 @@ Build the source with this module:
321321

322322
```bash
323323

324-
wget 'http://nginx.org/download/nginx-1.7.4.tar.gz'
325-
tar -xzvf nginx-1.7.4.tar.gz
326-
cd nginx-1.7.4/
324+
wget 'http://nginx.org/download/nginx-1.7.7.tar.gz'
325+
tar -xzvf nginx-1.7.7.tar.gz
326+
cd nginx-1.7.7/
327327

328328
# tell nginx's build system where to find LuaJIT 2.0:
329329
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.9.12] released on 2 September 2014.
13+
This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.9.13] released on 21 November 2014.
1414

1515
= Synopsis =
1616
<geshi lang="nginx">
@@ -232,7 +232,7 @@ 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.4)
235+
* 1.7.x (last tested: 1.7.7)
236236
* 1.6.x
237237
* 1.5.x (last tested: 1.5.12)
238238
* 1.4.x (last tested: 1.4.4)
@@ -257,9 +257,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
257257
Build the source with this module:
258258

259259
<geshi lang="bash">
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/
260+
wget 'http://nginx.org/download/nginx-1.7.7.tar.gz'
261+
tar -xzvf nginx-1.7.7.tar.gz
262+
cd nginx-1.7.7/
263263

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

0 commit comments

Comments
 (0)