Skip to content

Commit 8f0a30c

Browse files
committed
1.4.6-20230331
1 parent d786660 commit 8f0a30c

File tree

111 files changed

+11
-10
lines changed

Some content is hidden

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

111 files changed

+11
-10
lines changed

ChangeLog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
版本信息:1.4.5
2-
变更日期:2023-03-27
1+
版本信息:1.4.6
2+
变更日期:2023-03-31
33
变更描述:
44
1. 发布插件: dtp/ras
55
2. asynneta 支持tcp/udp端口转发
66
3. 调整接口定义
77
4. 修复已知问题
88
5. 修复内存泄露
9+
6. 修复ipv6问题
910

1011
版本信息:1.3.2
1112
变更日期:2023-02-02

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Asynframe framework v1.4.5 [english](/README_EN.md) | 中文
1+
## Asynframe framework v1.4.6 [english](/README_EN.md) | 中文
22
> https://github.com/netsecsp/asynframe
33
44
# 项目背景
@@ -62,7 +62,7 @@ asynframe framework解决上面所提的软件产品开发过程中的六大问
6262
|sqlite|插件|基于sqlite-3.3.20实现IOsComman接口|\support\testframe|
6363

6464
# 变更记录
65-
> 2023/03/27 发布windows平台的asynframe framework v1.4.5
65+
> 2023/03/31 发布windows平台的asynframe framework v1.4.6
6666
1. 发布插件: dtp/ras
6767
2. asynneta 支持tcp/udp端口转发
6868
3. 调整接口定义
@@ -74,8 +74,8 @@ asynframe framework解决上面所提的软件产品开发过程中的六大问
7474
> 2022/05/05 发布windows平台的asynframe framework v1.0.0
7575
7676
# 编译环境
77-
> sdk_v1.4.5-Msvc2019_20230327.zip是通过Microsoft Visual Studio 2019编译的SDK
78-
> sdk_v1.4.5-Msvc2013_20230327.zip是通过Microsoft Visual Studio 2013编译的SDK
77+
> sdk_v1.4.6-Msvc2019_20230331.zip是通过Microsoft Visual Studio 2019编译的SDK
78+
> sdk_v1.4.6-Msvc2013_20230331.zip是通过Microsoft Visual Studio 2013编译的SDK
7979
8080
1. 需在工程里设置asynframe相应的include/lib路径
8181
2. 根据工程的运行库选择链接asynframe相应的asynsdk_mini-[MD/MDd/MT/MTd].lib

README_EN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Asynframe framework v1.4.5 english | [中文](/README.md)
1+
## Asynframe framework v1.4.6 english | [中文](/README.md)
22
> https://github.com/netsecsp/asynframe
33
44
# Background
@@ -62,7 +62,7 @@ Asynframe framework solves the six problems mentioned above in the process of so
6262
|sqlite|plugin|Implementation of IOsCommand interface based on sqlite-3.3.20|\support\testframe|
6363

6464
# Change log
65-
> 2023/03/27 Release asynframe framework v1.4.5
65+
> 2023/03/31 Release asynframe framework v1.4.6
6666
1. Publish plugin: dtp/ras
6767
2. Adjust interface definition
6868
3. Fix known problems
@@ -73,8 +73,8 @@ Asynframe framework solves the six problems mentioned above in the process of so
7373
> 2022/05/05 Release asynframe framework v1.0.0
7474
7575
# Build
76-
> sdk_v1.4.5-Msvc2019_20230327.zip is compiled through Microsoft Visual Studio 2019
77-
> sdk_v1.4.5-Msvc2013_20230327.zip is compiled through Microsoft Visual Studio 2013
76+
> sdk_v1.4.6-Msvc2019_20230331.zip is compiled through Microsoft Visual Studio 2019
77+
> sdk_v1.4.6-Msvc2013_20230331.zip is compiled through Microsoft Visual Studio 2013
7878
7979
1. The include / lib path corresponding to asynframe needs to be set in the project
8080
2. Select and link the corresponding asynsdk of asynframe according to the runtime of the asynsdk_mini-[MD/MDd/MT/MTd].lib

0 commit comments

Comments
 (0)