doc: bumped version to 0.9.11; also claimed that we work with nginx 1.7.4.

This commit is contained in:
Yichun Zhang (agentzh) 2014-08-16 13:36:35 -07:00
Родитель 4c19852c0d
Коммит e2aef6d038
2 изменённых файлов: 12 добавлений и 10 удалений

Просмотреть файл

@ -58,7 +58,7 @@ This module is under active development and is production ready.
Version
=======
This document describes ngx_lua [v0.9.10](https://github.com/openresty/lua-nginx-module/tags) released on 8 July 2014.
This document describes ngx_lua [v0.9.11](https://github.com/openresty/lua-nginx-module/tags) released on 16 August 2014.
Synopsis
========
@ -291,7 +291,8 @@ Nginx Compatibility
===================
The latest module is compatible with the following versions of Nginx:
* 1.7.x (last tested: 1.7.2)
* 1.7.x (last tested: 1.7.4)
* 1.6.x
* 1.5.x (last tested: 1.5.12)
* 1.4.x (last tested: 1.4.4)
* 1.3.x (last tested: 1.3.11)
@ -319,9 +320,9 @@ Build the source with this module:
```bash
wget 'http://nginx.org/download/nginx-1.7.2.tar.gz'
tar -xzvf nginx-1.7.2.tar.gz
cd nginx-1.7.2/
wget 'http://nginx.org/download/nginx-1.7.4.tar.gz'
tar -xzvf nginx-1.7.4.tar.gz
cd nginx-1.7.4/
# tell nginx's build system where to find LuaJIT 2.0:
export LUAJIT_LIB=/path/to/luajit/lib

Просмотреть файл

@ -10,7 +10,7 @@ This module is under active development and is production ready.
= Version =
This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.9.10] released on 8 July 2014.
This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.9.11] released on 16 August 2014.
= Synopsis =
<geshi lang="nginx">
@ -232,7 +232,8 @@ The Lua state (Lua VM instance) is shared across all the requests handled by a s
= Nginx Compatibility =
The latest module is compatible with the following versions of Nginx:
* 1.7.x (last tested: 1.7.2)
* 1.7.x (last tested: 1.7.4)
* 1.6.x
* 1.5.x (last tested: 1.5.12)
* 1.4.x (last tested: 1.4.4)
* 1.3.x (last tested: 1.3.11)
@ -256,9 +257,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
Build the source with this module:
<geshi lang="bash">
wget 'http://nginx.org/download/nginx-1.7.2.tar.gz'
tar -xzvf nginx-1.7.2.tar.gz
cd nginx-1.7.2/
wget 'http://nginx.org/download/nginx-1.7.4.tar.gz'
tar -xzvf nginx-1.7.4.tar.gz
cd nginx-1.7.4/
# tell nginx's build system where to find LuaJIT 2.0:
export LUAJIT_LIB=/path/to/luajit/lib