Skip to content

Commit 467664e

Browse files
author
zhengshuxin
committed
release acl 3.5.1 version
1 parent 0a14cdd commit 467664e

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endif
7878
##############################################################################
7979

8080
.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
81-
VERSION = 3.5.0-12
81+
VERSION = 3.5.1
8282

8383
default: build_one acl_master
8484
help h:

app/master/daemon/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define __MASTER_VERSION_INCLUDE_H__
33

44
#define MASTER_NAME "acl_master"
5-
#define MASTER_VERSION "3.4.2-12"
5+
#define MASTER_VERSION "3.5.0"
66
#define MASTER_DATE "20200109"
77

88
#endif

changes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
修改历史列表:
22

33
------------------------------------------------------------------------
4+
114) 2020.1.9 --- acl 3.5.1 版本发布!
45
113) 2019.3.9 --- acl 3.5.0 版本发布!
56

67
112) 2019.3.7

lib_acl/src/init/acl_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include "init.h"
2626

27-
static char *version = "3.5.0-12 20200109";
27+
static char *version = "3.5.1 20200109";
2828

2929
const char *acl_version(void)
3030
{

lib_protocol/src/http/http_hdr_req.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ HTTP_HDR_REQ *http_hdr_req_create(const char *url,
187187
char proto[32];
188188
const char *ptr;
189189
static char *__user_agent = "Mozilla/5.0 (Windows; U; Windows NT 5.0"
190-
"; zh-CN; rv:1.9.0.3) Gecko/2008092417 ACL/3.5.0-12";
190+
"; zh-CN; rv:1.9.0.3) Gecko/2008092417 ACL/3.5.1";
191191

192192
if (url == NULL || *url == 0) {
193193
acl_msg_error("%s(%d): url invalid", myname, __LINE__);

packaging/acl-libs.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
%define release_id 12
1+
%define release_id 0
22

33
Summary: The powerful c/c++ library and server framework
44
Name: acl-libs
5-
Version: 3.5.0
5+
Version: 3.5.1
66
Release: %{release_id}
77
Group: System/Libs
88
License: IBM
@@ -133,6 +133,9 @@ fi
133133

134134
%changelog
135135

136+
* Thu Jan 09 2020 [email protected] 3.5.1-0-20200109.09
137+
- release acl 3.5.1 version
138+
136139
* Thu Jan 09 2020 [email protected] 3.5.0-12-20200109.09
137140
- many optimization in acl
138141
- acl-master start up with keep mask

0 commit comments

Comments
 (0)