Skip to content

Commit 7105ada

Browse files
author
Johnny Wang
authored
bumped the API version to 0.10.19. (openresty#1824)
1 parent 83a61d6 commit 7105ada

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

README.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Version
6767
=======
6868

6969
This document describes ngx_lua
70-
[v0.10.17](https://github.com/openresty/lua-nginx-module/tags), which was released
71-
on 3 July, 2020.
70+
[v0.10.19](https://github.com/openresty/lua-nginx-module/tags), which was released
71+
on 3 Nov, 2020.
7272

7373
Synopsis
7474
========
@@ -284,6 +284,7 @@ Nginx Compatibility
284284

285285
The latest version of this module is compatible with the following versions of Nginx:
286286

287+
* 1.19.x (last tested: 1.19.3)
287288
* 1.17.x (last tested: 1.17.8)
288289
* 1.15.x (last tested: 1.15.8)
289290
* 1.14.x
@@ -328,9 +329,9 @@ Build the source with this module:
328329

329330
```bash
330331

331-
wget 'https://openresty.org/download/nginx-1.17.8.tar.gz'
332-
tar -xzvf nginx-1.17.8.tar.gz
333-
cd nginx-1.17.8/
332+
wget 'https://openresty.org/download/nginx-1.19.3.tar.gz'
333+
tar -xzvf nginx-1.19.3.tar.gz
334+
cd nginx-1.19.3/
334335

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

doc/HttpLuaModule.wiki

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Production ready.
1515
= Version =
1616

1717
This document describes ngx_lua
18-
[https://github.com/openresty/lua-nginx-module/tags v0.10.17], which was released
19-
on 3 July, 2020.
18+
[https://github.com/openresty/lua-nginx-module/tags v0.10.19], which was released
19+
on 3 Nov, 2020.
2020

2121
= Synopsis =
2222
<geshi lang="nginx">
@@ -221,6 +221,7 @@ performance level.
221221

222222
The latest version of this module is compatible with the following versions of Nginx:
223223

224+
* 1.19.x (last tested: 1.19.3)
224225
* 1.17.x (last tested: 1.17.8)
225226
* 1.15.x (last tested: 1.15.8)
226227
* 1.14.x
@@ -262,9 +263,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
262263
Build the source with this module:
263264

264265
<geshi lang="bash">
265-
wget 'https://openresty.org/download/nginx-1.17.8.tar.gz'
266-
tar -xzvf nginx-1.17.8.tar.gz
267-
cd nginx-1.17.8/
266+
wget 'https://openresty.org/download/nginx-1.19.3.tar.gz'
267+
tar -xzvf nginx-1.19.3.tar.gz
268+
cd nginx-1.19.3/
268269

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

src/api/ngx_http_lua_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/* Public API for other Nginx modules */
2020

2121

22-
#define ngx_http_lua_version 10018
22+
#define ngx_http_lua_version 10019
2323

2424

2525
typedef struct {

0 commit comments

Comments
 (0)