Skip to content

Commit fb5ccdd

Browse files
committed
acl 3.1.1 version release
1 parent d563681 commit fb5ccdd

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

acl_cpp_vc2003.sln

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,15 +502,19 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "redis_cluster2", "lib_acl_c
502502
{FE724EF7-3763-4E78-BDF5-BCBC075719FD} = {FE724EF7-3763-4E78-BDF5-BCBC075719FD}
503503
EndProjectSection
504504
EndProject
505+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "http_aio", "lib_protocol\samples\http_aio\http_aio.vcproj", "{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}"
506+
ProjectSection(ProjectDependencies) = postProject
507+
{B40213C2-507C-4C7F-A6E1-B850C9BDC27B} = {B40213C2-507C-4C7F-A6E1-B850C9BDC27B}
508+
{FE724EF7-3763-4E78-BDF5-BCBC075719FD} = {FE724EF7-3763-4E78-BDF5-BCBC075719FD}
509+
EndProjectSection
510+
EndProject
505511
Global
506512
GlobalSection(SolutionConfiguration) = preSolution
507513
Debug = Debug
508514
DebugDll = DebugDll
509515
Release = Release
510516
Releasedll = Releasedll
511517
EndGlobalSection
512-
GlobalSection(ProjectDependencies) = postSolution
513-
EndGlobalSection
514518
GlobalSection(ProjectConfiguration) = postSolution
515519
{41FA5224-3315-4CDA-9C44-19085049F179}.Debug.ActiveCfg = Debug|Win32
516520
{41FA5224-3315-4CDA-9C44-19085049F179}.Debug.Build.0 = Debug|Win32
@@ -1152,6 +1156,14 @@ Global
11521156
{2DABFAD1-114B-4F96-9185-DC0C56A3662D}.Release.Build.0 = Release|Win32
11531157
{2DABFAD1-114B-4F96-9185-DC0C56A3662D}.Releasedll.ActiveCfg = Releasedll|Win32
11541158
{2DABFAD1-114B-4F96-9185-DC0C56A3662D}.Releasedll.Build.0 = Releasedll|Win32
1159+
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Debug.ActiveCfg = Debug|Win32
1160+
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Debug.Build.0 = Debug|Win32
1161+
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.DebugDll.ActiveCfg = DebugDll|Win32
1162+
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.DebugDll.Build.0 = DebugDll|Win32
1163+
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Release.ActiveCfg = Release|Win32
1164+
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Release.Build.0 = Release|Win32
1165+
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Releasedll.ActiveCfg = ReleaseDll|Win32
1166+
{0ED6281F-980A-47F7-B30B-0425EEB4C2A9}.Releasedll.Build.0 = ReleaseDll|Win32
11551167
EndGlobalSection
11561168
GlobalSection(ExtensibilityGlobals) = postSolution
11571169
EndGlobalSection

changes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
�޸���ʷ�б���
22
------------------------------------------------------------------------
3+
81) 2015.3.29 --- acl 3.1.1 �汾������
4+
35
80) 2015.2.8
46
80.1) �������̿���ʹ�� clang/clang++ ����ͨ��������ǰ��Ҫ���û�������
57
export MY_ENV_CC=clang �� MY_ENV_CC=clnag++

doc/redis.pptx

39 Bytes
Binary file not shown.

lib_acl/include/net/acl_listen.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#ifndef ACL_LISTEN_INCLUDE_H
22
#define ACL_LISTEN_INCLUDE_H
3+
34
#ifdef __cplusplus
45
extern "C" {
56
#endif
@@ -85,5 +86,6 @@ ACL_API int acl_fifo_listen(const char *path, int permissions, int block_mode);
8586
#ifdef __cplusplus
8687
}
8788
#endif
89+
8890
#endif
8991

lib_acl/include/net/acl_vstream_net.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#ifndef ACL_VSTREAM_NET_INCLUDE_H
22
#define ACL_VSTREAM_NET_INCLUDE_H
3+
34
#ifdef __cplusplus
45
extern "C" {
56
#endif
@@ -102,5 +103,6 @@ ACL_API void acl_vstream_set_udp_io(ACL_VSTREAM *stream);
102103
#ifdef __cplusplus
103104
}
104105
#endif
106+
105107
#endif
106108

lib_protocol/lib_protocol.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#undef APSTUDIO_READONLY_SYMBOLS
1414

1515
/////////////////////////////////////////////////////////////////////////////
16-
// ??(???????) resources
16+
// ����(�л����񹲺͹�) resources
1717

1818
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
1919
#ifdef _WIN32
@@ -69,7 +69,7 @@ BEGIN
6969
BEGIN
7070
BLOCK "080404b0"
7171
BEGIN
72-
VALUE "Comments", "��Ҫ����HTTPЭ�飬ICMPЭ���ʵ��"
72+
VALUE "Comments", "��Ҫ����HTTPЭ�飬ICMPЭ�飬SMTPЭ���ʵ��"
7373
VALUE "FileDescription", "protocol"
7474
VALUE "FileVersion", "3, 1, 1, 0"
7575
VALUE "InternalName", "lib_prot"
@@ -85,7 +85,7 @@ BEGIN
8585
END
8686
END
8787

88-
#endif // ??(???????) resources
88+
#endif // ����(�л����񹲺͹�) resources
8989
/////////////////////////////////////////////////////////////////////////////
9090

9191

0 commit comments

Comments
 (0)