Skip to content

Commit c96f0e3

Browse files
committed
update version to 1.1.1
1 parent 8fb8511 commit c96f0e3

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for opt in $@; do
1515
prefix=$value
1616
;;
1717
'--version')
18-
echo "version: 1.1.0"
18+
echo "version: 1.1.1"
1919
exit 0
2020
;;
2121
'--help')

memleax.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH memleax 1 "29 Jan 2017" "version 1.1.0"
1+
.TH memleax 1 "29 Jan 2017" "version 1.1.1"
22

33

44
.SH NAME

memleax.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ int main(int argc, char * const *argv)
115115
printf("%s", help_info);
116116
return 0;
117117
case 'v':
118-
printf("Version: 1.1.0\n");
118+
printf("Version: 1.1.1\n");
119119
printf("Author: Wu Bingzheng\n");
120120
return 0;
121121
default:

memleax.spec

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Name: memleax
2-
Version: 1.1.0
2+
Version: 1.1.1
33
Release: 1%{?dist}
44
Summary: Debugs memory leak of a running process
55

66
License: GPLv2
77
URL: http://wubingzheng.github.io/memleax/
8-
Source0: https://github.com/WuBingzheng/memleax/archive/v1.1.0.tar.gz
8+
Source0: https://github.com/WuBingzheng/memleax/archive/v1.1.1.tar.gz
99

1010
BuildRequires: libdwarf-devel, elfutils-libelf-devel, libunwind-devel
1111

@@ -36,6 +36,8 @@ make install DESTDIR=%{buildroot}
3636

3737

3838
%changelog
39+
* Thu Jan 04 2018 Wu Bingzheng <wubingzheng@gmail.com> - 1.1.1-1.el7.centos
40+
- bugfix: memory leak at unwind cache
3941
* Sun Nov 05 2017 Wu Bingzheng <wubingzheng@gmail.com> - 1.1.0-1.el7.centos
4042
- support x86, armv7, and aarch64 for GNU/Linux, and i386 for FreeBSD
4143
* Sat Feb 28 2017 Wu Bingzheng <wubingzheng@gmail.com> - 1.0.3-1.el7.centos

0 commit comments

Comments
 (0)