Skip to content

Commit 5aaa181

Browse files
committed
Merge branch 'develop'
* develop: update Readme add console script for building nginx add build_all script for x64 and x86 add copy pdb files. add build cjson and redis parser dll. fix the return path in build_luajit.bat modify the restylib.bat for running at windows console without mingw add makefile for x64 update pcre to 8.39 for x64 update pcre to 8.39 for x86 update makefile for 1.11.2 nginx upgrade to 1.11.2 change the requireAdministrator in manifest support the so_keepalive parameter in listen directive. add crt_admin.xml build luajit for x64 and x86 config x86 config for nginx. Module: upgraded echo nginx module to 0.59 upgraded memc nginx module to 0.17 upgraded encrypted session nginx module to 0.05 upgraded form input nginx module to 0.12 upgraded headers more nginx module to 0.30 upgraded iconv nginx module to 0.14 upgraded ngx devel kit to 0.3.0 upgraded ngx lua module to 0.10.5 upgraded redis2 nginx module to 0.13 upgraded srcache nginx module to 0.31 nginx upgrade to 1.11.1 nginx update to 1.11.0
2 parents edf669e + 36d5da5 commit 5aaa181

File tree

1,069 files changed

+26177
-27293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,069 files changed

+26177
-27293
lines changed

Readme-en.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33

44
### lastest release ###
55

6-
version:1.9.15.1002
6+
version:1.11.2.1001
77

8-
32 bit: http://pan.baidu.com/s/1bpsjbAJ
8+
32 bit: http://pan.baidu.com/s/1cIBUbW
99

10-
64 bit: http://pan.baidu.com/s/1slw0ppN
10+
64 bit: http://pan.baidu.com/s/1miETFQw
1111

12-
>Publish Time: 2016-05-26
12+
>Publish Time: 2016-07-11
1313
1414
>Changelog:
1515
16-
- ngx_stream_proxy_module support udp(Thanks to lihui0213)
17-
- upgrade openssl to 1.0.2h
16+
- update nginx core to 1.11.2
17+
- update pcre to 8.39
18+
- update LuaJIT to 2.1-20160517
19+
- support so_keepalive parameter in listen directive
1820

1921

2022

@@ -387,4 +389,18 @@ version:1.9.15.1001
387389
388390
- upgraded nginx core to 1.9.15
389391
- upgraded cjson dll
390-
- support for the function ngx.worker.id in ngx_lua_module
392+
- support for the function ngx.worker.id in ngx_lua_module
393+
394+
395+
version:1.9.15.1002
396+
397+
32 bit: http://pan.baidu.com/s/1bpsjbAJ
398+
399+
64 bit: http://pan.baidu.com/s/1slw0ppN
400+
401+
>Publish Time: 2016-05-26
402+
403+
>Changelog:
404+
405+
- ngx_stream_proxy_module support udp(Thanks to lihui0213)
406+
- upgrade openssl to 1.0.2h

Readme.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33

44
### 最新版本 ###
55

6-
版本号:1.9.15.1002
6+
版本号:1.11.2.1001
77

8-
32 位下载地址: http://pan.baidu.com/s/1bpsjbAJ
8+
32 位下载地址: http://pan.baidu.com/s/1cIBUbW
99

10-
64 位下载地址: http://pan.baidu.com/s/1slw0ppN
11-
12-
>发布时间: 2016-05-26
10+
64 位下载地址: http://pan.baidu.com/s/1miETFQw
1311

14-
>修改日志:
15-
- ngx_stream_proxy_module模块支持udp(感谢 lihui0213 贡献的代码)
16-
- openssl更新到1.0.2h
12+
>发布时间: 2016-07-11
1713
14+
>修改日志:
15+
- 更新nginx core 到1.11.2
16+
- 更新pcre到8.39
17+
- 更新LuaJIT 2.1-20160517
18+
- 在listen指令中支持so_keepalive参数
1819

1920

2021
### 关于 ###
@@ -389,4 +390,17 @@ Version:1.9.7.1001
389390
>修改日志:
390391
- 更新 nginx 版本到 1.9.15
391392
- 更新 cjson dll
392-
- 适配ngx_lua_module的ngx.worker.id函数,现在windows上ngx_lua模块也可以使用这个函数了
393+
- 适配ngx_lua_module的ngx.worker.id函数,现在windows上ngx_lua模块也可以使用这个函数了
394+
395+
396+
版本号:1.9.15.1002
397+
398+
32 位下载地址: http://pan.baidu.com/s/1bpsjbAJ
399+
400+
64 位下载地址: http://pan.baidu.com/s/1slw0ppN
401+
402+
>发布时间: 2016-05-26
403+
404+
>修改日志:
405+
- ngx_stream_proxy_module模块支持udp(感谢 lihui0213 贡献的代码)
406+
- openssl更新到1.0.2h

src/LuaJIT-2.1-20160108/src/host/buildvm_arch.h

Lines changed: 0 additions & 2175 deletions
This file was deleted.

0 commit comments

Comments
 (0)