Skip to content

Commit 1f6afe2

Browse files
author
zsx
committed
acl 3.4.0 released!
1 parent 57e3f7d commit 1f6afe2

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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.4.0.rc3
81+
VERSION = 3.4.0-0
8282

8383
default: build_one
8484
help h:

changes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
�޸���ʷ�б���
22
------------------------------------------------------------------------
3+
111) 2018.4.29 --- acl 3.4.0 �汾������
4+
35
110) 2017.7.10
46
110.1) compile: �� gcc7.1 �ϱ���ͨ��
57

@@ -10,7 +12,7 @@
1012
108) 2017.5.3
1113
108.1) compile: �޸����� Solaris(x86) ƽ̨�ϵı�������
1214

13-
107) 2017.4.22 --- acl 3.2.0 �汾������
15+
107) 2017.4.22 --- acl 3.3.0 �汾������
1416
106) 2017.3.30
1517
106.1) compile: ��������ͷ�ļ��к궨�壬������ͬ�ı��뷽ʽ
1618

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.3.0-83 20180305";
27+
static char *version = "3.4.0-0 20180429";
2828

2929
const char *acl_version(void)
3030
{

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 90
1+
%define release_id 0
22

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

134134
%changelog
135135

136+
* Sun Apr 29 2018 [email protected] 3.4.0-0-20180429.20
137+
- acl 3.4.0 released!
138+
136139
* Fri Apr 27 2018 [email protected] 3.3.0-90-20180427.27
137140
- http: unsafe uri can be corrected
138141

0 commit comments

Comments
 (0)