Skip to content

Commit c44e436

Browse files
committed
1.8.1-20241112
1 parent 4623c21 commit c44e436

File tree

394 files changed

+35397
-50
lines changed

Some content is hidden

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

394 files changed

+35397
-50
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
版本信息:1.8.0
2-
变更日期:2024-11-11
1+
版本信息:1.8.1
2+
变更日期:2024-11-12
33
变更描述:
44
1.发布插件: python38/python312
55

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Asynframe framework v1.8.0 [english](/README_EN.md) | 中文
1+
## Asynframe framework v1.8.1 [english](/README_EN.md) | 中文
22
> https://github.com/netsecsp/asynframe
33
44
# 项目背景
@@ -66,10 +66,9 @@ asynframe framework解决上面所提的软件产品开发过程中的六大问
6666
|dtp|插件[asynsock]|实现tcp/udp的端口复用框架|\support\testnetserver_dtp-tcp.port<br>\support\testnetserver_dtp-udp.port|
6767
|lua|插件|基于lua-5.4.4实现IOsCommand接口执行lua框架|\support\testlua\testlua<br>\support\testlua\testapi|
6868
|jvmproxy|插件|实现IOsComman接口执行java框架|\support\testjava\testjvm<br>\support\testjava\testapi<br>[javax](https://github.com/netsecsp/javax)|
69-
|python38|插件|实现IOsComman接口执行python框架|\support\testpython\testpython<br>\support\testpython\testapi|
7069

7170
# 变更记录
72-
> 2024/11/11 发布windows平台的asynframe framework v1.8.0
71+
> 2024/11/12 发布windows平台的asynframe framework v1.8.1
7372
1. 发布插件: python38/python312
7473
> 2024/08/16 发布windows平台的asynframe framework v1.7.1
7574
> 2024/07/12 发布windows平台的asynframe framework v1.6.1
@@ -81,8 +80,8 @@ asynframe framework解决上面所提的软件产品开发过程中的六大问
8180
> 2022/05/05 发布windows平台的asynframe framework v1.0.0
8281
8382
# 编译环境
84-
> sdk_v1.8.0-Msvc2019_20241111.zip是通过Microsoft Visual Studio 2019编译的SDK
85-
> sdk_v1.8.0-Msvc2013_20241111.zip是通过Microsoft Visual Studio 2013编译的SDK
83+
> sdk_v1.8.1-Msvc2019_20241112.zip是通过Microsoft Visual Studio 2019编译的SDK
84+
> sdk_v1.8.1-Msvc2013_20241112.zip是通过Microsoft Visual Studio 2013编译的SDK
8685
8786
1. 需在工程里设置asynframe相应的include/lib路径
8887
2. 根据工程的运行库选择链接asynframe相应的asynsdk_mini-[MD/MDd/MT/MTd].lib
@@ -168,7 +167,6 @@ int main(int argc, const char *argv[])
168167
[Zlib](http://www.zlib.net)
169168
[Sqlite](https://www.sqlite.org/)
170169
[FFmpeg](https://ffmpeg.org)
171-
[Python](https://github.com/python/cpython)
172170
173171
# 版权信息
174172
Copyright (c) 2012 - 2032, All rights reserved.

README_EN.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Asynframe framework v1.8.0 english | [中文](/README.md)
1+
## Asynframe framework v1.8.1 english | [中文](/README.md)
22
> https://github.com/netsecsp/asynframe
33
44
# Background
@@ -66,10 +66,9 @@ Asynframe framework solves the six problems mentioned above in the process of so
6666
|Dtp|plugin[asyncock]|port reuse framework to implement tcp/udp|support testnetserver_ dtp-tcp.port<br>\support\testnetserver_ dtp-udp.port|
6767
|lua|plugin|Implementation of IOsCommand interface based on lua-5.4.4 lua framework|\support\testlua\testlua<br>\support\testlua\testapi|
6868
|jvmproxy|plugin|Implementation of IOsCommand interface java framework|\support\testjava\testjvm<br>\support\testjava\testapi<br>[javax](https://github.com/netsecsp/javax)|
69-
|python38|plugin|Implementation of IOsCommand interface python framework|\support\testpython\testpython<br>\support\testpython\testapi|
7069

7170
# Change log
72-
> 2024/11/11 Release asynframe framework v1.8.0
71+
> 2024/11/12 Release asynframe framework v1.8.1
7372
1. Release plugin: python38/python312
7473
> 2024/08/16 Release asynframe framework v1.7.1
7574
> 2024/07/12 Release asynframe framework v1.6.1
@@ -81,8 +80,8 @@ Asynframe framework solves the six problems mentioned above in the process of so
8180
> 2022/05/05 Release asynframe framework v1.0.0
8281
8382
# Build
84-
> sdk_v1.8.0-Msvc2019_20241111.zip is compiled through Microsoft Visual Studio 2019
85-
> sdk_v1.8.0-Msvc2013_20241111.zip is compiled through Microsoft Visual Studio 2013
83+
> sdk_v1.8.1-Msvc2019_20241112.zip is compiled through Microsoft Visual Studio 2019
84+
> sdk_v1.8.1-Msvc2013_20241112.zip is compiled through Microsoft Visual Studio 2013
8685
8786
1. The include / lib path corresponding to asynframe needs to be set in the project
8887
2. Select and link the corresponding asynsdk of asynframe according to the runtime of the asynsdk_mini-[MD/MDd/MT/MTd].lib
@@ -168,7 +167,6 @@ int main(int argc, const char *argv[])
168167
[Zlib](http://www.zlib.net)
169168
[Sqlite](https://www.sqlite.org/)
170169
[FFmpeg](https://ffmpeg.org)
171-
[Python](https://github.com/python/cpython)
172170
173171
# Copyright
174172
Copyright (c) 2012 - 2032, All rights reserved.

bin/python312.dll

5.76 MB
Binary file not shown.

bin/x64/python312.dll

7.21 MB
Binary file not shown.

0 commit comments

Comments
 (0)