acl 3.1.1 version release

This commit is contained in:
zsxxsz 2015-03-29 20:32:07 +08:00
parent d563681684
commit fb5ccddc4e
6 changed files with 23 additions and 5 deletions

View File

@ -502,6 +502,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "redis_cluster2", "lib_acl_c
{FE724EF7-3763-4E78-BDF5-BCBC075719FD} = {FE724EF7-3763-4E78-BDF5-BCBC075719FD}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "http_aio", "lib_protocol\samples\http_aio\http_aio.vcproj", "{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}"
ProjectSection(ProjectDependencies) = postProject
{B40213C2-507C-4C7F-A6E1-B850C9BDC27B} = {B40213C2-507C-4C7F-A6E1-B850C9BDC27B}
{FE724EF7-3763-4E78-BDF5-BCBC075719FD} = {FE724EF7-3763-4E78-BDF5-BCBC075719FD}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
@ -509,8 +515,6 @@ Global
Release = Release
Releasedll = Releasedll
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{41FA5224-3315-4CDA-9C44-19085049F179}.Debug.ActiveCfg = Debug|Win32
{41FA5224-3315-4CDA-9C44-19085049F179}.Debug.Build.0 = Debug|Win32
@ -1152,6 +1156,14 @@ Global
{2DABFAD1-114B-4F96-9185-DC0C56A3662D}.Release.Build.0 = Release|Win32
{2DABFAD1-114B-4F96-9185-DC0C56A3662D}.Releasedll.ActiveCfg = Releasedll|Win32
{2DABFAD1-114B-4F96-9185-DC0C56A3662D}.Releasedll.Build.0 = Releasedll|Win32
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Debug.ActiveCfg = Debug|Win32
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Debug.Build.0 = Debug|Win32
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.DebugDll.ActiveCfg = DebugDll|Win32
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.DebugDll.Build.0 = DebugDll|Win32
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Release.ActiveCfg = Release|Win32
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Release.Build.0 = Release|Win32
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Releasedll.ActiveCfg = ReleaseDll|Win32
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Releasedll.Build.0 = ReleaseDll|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection

View File

@ -1,5 +1,7 @@
修改历史列表:
------------------------------------------------------------------------
81) 2015.3.29 --- acl 3.1.1 版本发布!
80) 2015.2.8
80.1) 整个工程可以使用 clang/clang++ 编译通过,编译前需要设置环境变量
export MY_ENV_CC=clang 或 MY_ENV_CC=clnag++

Binary file not shown.

View File

@ -1,5 +1,6 @@
#ifndef ACL_LISTEN_INCLUDE_H
#define ACL_LISTEN_INCLUDE_H
#ifdef __cplusplus
extern "C" {
#endif
@ -85,5 +86,6 @@ ACL_API int acl_fifo_listen(const char *path, int permissions, int block_mode);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -1,5 +1,6 @@
#ifndef ACL_VSTREAM_NET_INCLUDE_H
#define ACL_VSTREAM_NET_INCLUDE_H
#ifdef __cplusplus
extern "C" {
#endif
@ -102,5 +103,6 @@ ACL_API void acl_vstream_set_udp_io(ACL_VSTREAM *stream);
#ifdef __cplusplus
}
#endif
#endif

View File

@ -13,7 +13,7 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// ??(???????) resources
// 中文(中华人民共和国) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
#ifdef _WIN32
@ -69,7 +69,7 @@ BEGIN
BEGIN
BLOCK "080404b0"
BEGIN
VALUE "Comments", "主要包括HTTP协议ICMP协议的实现"
VALUE "Comments", "主要包括HTTP协议ICMP协议SMTP协议的实现"
VALUE "FileDescription", "protocol"
VALUE "FileVersion", "3, 1, 1, 0"
VALUE "InternalName", "lib_prot"
@ -85,7 +85,7 @@ BEGIN
END
END
#endif // ??(???????) resources
#endif // 中文(中华人民共和国) resources
/////////////////////////////////////////////////////////////////////////////